@charset "UTF-8";
:root {
  --bpa-pt-main-green: #12d488;
  --bpa-pt-main-green-darker: #0dc37c;
  --bpa-pt-royal-blue: #2167f1;
  --bpa-pt-navy-blue: #2c33ae;
  --bpa-pt-secondary-orange: #f5ae41;
  --bpa-pt-secondary-orange-darker: #eca335;
  --bpa-sc-success: #01cb62;
  --bpa-sc-success-darker: #0bac58;
  --bpa-sc-warning: #f4b125;
  --bpa-pt-blue: #1f63e7;
  --bpa-pt-brown: #834e1e;
  --bpa-sc-danger: #ee2445;
  --bpa-sc-danger-darker: #cb1936;
  --bpa-sc-danger-alpha-08: rgba(238, 36, 69, 0.08);
  --bpa-sc-danger-alpha-6: #fdeef0;
  --bpa-dt-black-400: #202c45;
  --bpa-dt-black-400-darker: #121b2c;
  --bpa-dt-black-300: #535d71;
  --bpa-dt-black-200: #727e95;
  --bpa-dt-black-100: #b8c1d3;
  --bpa-gt-gray-400: #cfd6e5;
  --bpa-gt-gray-300: #dce4f5;
  --bpa-gt-gray-200: #e9edf5;
  --bpa-gt-gray-100: #f4f7fb;
  --bpa-gt-gray-50: #fafcff;
  --bpa-cl-white: #ffffff;
  --bpa-pt-main-green-alpha-12: rgba(18, 212, 136, 0.12);
  --bpa-pt-secondary-orange-alpha-12: rgba(245, 174, 65, 0.12);
  --bpa-dt-black-200-alpha-12: rgba(114, 126, 149, 0.12);
  --bpa-primary-font: "Poppins", sans-serif;
  --bpa-secondary-font: "Inter", sans-serif;
  --bpa-radius-32px: 32px;
  --bpa-radius-24px: 24px;
  --bpa-radius-16px: 16px;
  --bpa-radius-12px: 12px;
  --bpa-radius-8px: 8px;
  --bpa-radius-6px: 6px;
  --bpa-radius-4px: 4px;
  --bpa-radius-2px: 2px;
  --bpa-radius-circle: 50%;
}
.bpa-frontend-main-container * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none !important;
}
.bpa-frontend-main-container a:focus {
  outline: 0;
  box-shadow: none;
}
.el-link.el-link--default:hover {
  color: var(--bpa-pt-main-green);
}
.bpa-frontend-main-container .wp-block-table td,
.bpa-frontend-main-container .wp-block-table th,
.bpa-frontend-main-container table td,
.bpa-frontend-main-container table th {
  border: none;
}
.bpa-front-thankyou-module-container p,
.bpa-frontend-main-container p,
.bpa-thankyou--page p {
  margin: 0 !important;
}
.el-main {
  padding: 0;
  overflow: visible;
}
.el-picker-panel button {
  padding: 0;
}
.el-picker-panel .el-date-picker__header button {
  border-radius: 0;
  box-shadow: none;
}
.el-picker-panel.el-date-range-picker .el-date-table th {
  word-wrap: normal;
}
.el-picker-panel.el-date-picker .el-date-table th {
  line-height: 20px;
  word-break: break-word;
  padding: 3px;
  box-shadow: none;
  background: 0 0;
}
.el-picker-panel button:hover {
  background-color: inherit;
}
.bpa-front-thankyou-module-container
  button.bpa-front-btn:not(:hover):not(:active):not(.has-background),
.bpa-frontend-main-container
  button.bpa-front-btn:not(:hover):not(:active):not(.has-background),
.bpa-frontend-main-container
  button.el-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--bpa-cl-white);
}
.bpa-frontend-main-container
  button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
}
.bpa-front-thankyou-module-container
  button.bpa-front-btn:not(:hover):not(:active):not(.has-text-color),
.bpa-frontend-main-container
  button.bpa-front-btn:not(:hover):not(:active):not(.has-text-color),
.bpa-frontend-main-container
  button.el-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--bpa-dt-black-300);
}
.bpa-frontend-main-container button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.bpa-frontend-main-container button.el-button:focus {
  outline: 0;
}
.bpa-front-customer-panel-container button:disabled,
.bpa-front-customer-panel-container button:disabled:hover {
  opacity: 1 !important;
}
.el-popover {
  border-radius: var(--bpa-radius-6px);
  border-color: var(--bpa-gt-gray-400);
  background-color: var(--bpa-cl-white);
  box-shadow: 1px 2px 8px 0 rgba(18, 212, 136, 0.12);
  padding: 0;
  z-index: 9999 !important;
}
.el-popper .popper__arrow {
  border-width: 8px;
}
.el-popper .popper__arrow::after {
  border-width: 7px;
}
body.admin-bar .el-tooltip__popper[x-placement^="top"] {
  margin-bottom: -20px !important;
}
.el-tooltip__popper span {
  font-family: var(--bpa-primary-font);
}
.bpa-front-btn,
.el-button--bpa-front-btn,
.el-date-picker.has-time button.el-button--mini,
.el-date-picker.has-time button.el-time-panel__btn {
  padding: 14px 24px;
  margin: unset !important;
  border-radius: var(--bpa-radius-8px) !important;
  background-color: transparent !important;
  border: 1px solid var(--bpa-dt-black-100) !important;
  font-weight: 500;
  color: var(--bpa-dt-black-300);
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  font-family: var(--bpa-primary-font) !important;
}
.bpa-front-btn::after,
.bpa-front-btn::before {
  display: none;
}
.bpa-front-btn + .bpa-front-btn,
.el-button--bpa-front-btn + .el-button--bpa-front-btn {
  margin-left: 16px !important;
}
.bpa-front-btn span {
  vertical-align: middle;
}
.bpa-front-btn svg {
  width: 20px;
  vertical-align: bottom;
}
.bpa-front-btn:not(.bpa-front-btn--icon-without-box) span svg {
  margin-right: 4px;
}
.bpa-front-btn--primary svg {
  vertical-align: middle;
}
.bpa-front-btn:hover,
.el-button--bpa-front-btn:hover,
.el-date-picker.has-time button.el-button--mini:hover,
.el-date-picker.has-time button.el-time-panel__btn:hover {
  border-color: var(--bpa-dt-black-200) !important;
  color: var(--bpa-dt-black-200);
  background-color: var(--bpa-cl-white);
}
.bpa-front-btn:focus,
.el-button--bpa-front-btn:focus,
.el-date-picker.has-time button.el-button--mini:focus,
.el-date-picker.has-time button.el-time-panel__btn:focus {
  border-color: var(--bpa-dt-black-400) !important;
  color: var(--bpa-dt-black-400);
  background-color: var(--bpa-cl-white);
  outline: 0;
}
.bpa-front-btn--borderless {
  padding: 14px 12px;
  border-color: transparent !important;
  background-color: transparent !important;
}
.bpa-front-btn__medium {
  padding: 10px 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  border-radius: var(--bpa-radius-6px) !important;
}
.bpa-front-btn__small,
.el-date-picker.has-time button.el-button--mini,
.el-date-picker.has-time button.el-time-panel__btn {
  padding: 8px 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  border-radius: var(--bpa-radius-4px) !important;
}
.bpa-front-btn--primary {
  border-color: var(--bpa-pt-main-green) !important;
  background-color: var(--bpa-pt-main-green) !important;
  color: var(--bpa-cl-white) !important;
}
.bpa-front-btn--primary span,
.bpa-front-btn--primary strong {
  color: var(--bpa-cl-white) !important;
}
.bpa-front-btn--primary svg {
  fill: var(--bpa-cl-white);
}
.bpa-front-btn--borderless:focus,
.bpa-front-btn--borderless:hover {
  border-color: transparent !important;
}
.bpa-front-btn--primary:focus,
.bpa-front-btn--primary:hover {
  border-color: var(--bpa-pt-main-green-darker) !important;
  background-color: var(--bpa-pt-main-green-darker) !important;
  color: var(--bpa-cl-white);
}
.bpa-front-btn--primary:focus {
  -webkit-box-shadow: 2px 4px 12px rgba(18, 212, 136, 0.28);
  -moz-box-shadow: 2px 4px 12px rgba(18, 212, 136, 0.28);
  -o-box-shadow: 2px 4px 12px rgba(18, 212, 136, 0.28);
  box-shadow: 2px 4px 12px rgba(18, 212, 136, 0.28);
}
.bpa-front-btn--danger,
.el-button--bpa-front-btn.bpa-front-btn--danger {
  border-color: var(--bpa-sc-danger);
  background-color: var(--bpa-sc-danger) !important;
  color: var(--bpa-cl-white) !important;
}
.bpa-front-btn--danger:focus,
.bpa-front-btn--danger:hover {
  border-color: var(--bpa-sc-danger-darker) !important;
  background-color: var(--bpa-sc-danger-darker) !important;
  color: var(--bpa-cl-white) !important;
}
.bpa-front-btn--danger:focus {
  -webkit-box-shadow: 2px 4px 12px rgba(238, 36, 69, 0.28);
  -moz-box-shadow: 2px 4px 12px rgba(238, 36, 69, 0.28);
  -o-box-shadow: 2px 4px 12px rgba(238, 36, 69, 0.28);
  box-shadow: 2px 4px 12px rgba(238, 36, 69, 0.28);
}
.bpa-front-btn--full-width {
  width: 100%;
  justify-content: center;
}
.bpa-front-link--no-underline {
  text-decoration: none !important;
}
.bpa-front-btn--icon {
  padding: 0;
  border-radius: 0;
  background: 0 0;
  border: none;
}
.bpa-front-btn--icon:focus,
.bpa-front-btn--icon:hover {
  background: 0 0;
}
.bpa-front-btn--icon-without-box {
  padding: unset;
  border-radius: var(--bpa-radius-circle) !important;
  background-color: transparent !important;
  border-color: transparent !important;
  font-weight: unset;
  color: var(--bpa-dt-black-200) !important;
  font-size: unset;
  min-width: 32px;
  min-height: 32px;
  line-height: 1;
}
.bpa-front-btn--icon-without-box + .bpa-btn--icon-without-box {
  margin-left: 8px;
}
.bpa-front-btn--icon-without-box:focus,
.bpa-front-btn--icon-without-box:hover {
  border-color: transparent;
}
.bpa-front-btn .bpa-front-btn--loader__circles {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--bpa-radius-8px);
  align-items: center;
  justify-content: center;
}
.bpa-front-btn .bpa-front-btn--loader__circles div {
  animation: stretch running 0.5s infinite ease-out alternate;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
  animation-delay: 0.1s;
  margin: 0 4px;
}
.bpa-front-btn .bpa-front-btn--loader__circles div:first-child {
  animation-delay: 0s;
  margin: 0;
}
.bpa-front-btn .bpa-front-btn--loader__circles div:last-child {
  animation-delay: 0.2s;
  margin: 0;
}
.bpa-front-btn--is-loader {
  position: relative;
}
.bpa-front-btn--is-loader .bpa-front-btn--loader__circles {
  display: flex;
}
.bpa-front-btn--is-loader .bpa-btn__label {
  opacity: 0;
}
@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  100% {
    transform: scale(1);
    background-color: #fff;
  }
}
@-webkit-keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  100% {
    transform: scale(1);
    background-color: #fff;
  }
}
@-moz-keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  100% {
    transform: scale(1);
    background-color: #fff;
  }
}
@-o-keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  100% {
    transform: scale(1);
    background-color: #fff;
  }
}
.bpa-front-form-control--checkbox.el-checkbox {
  margin-right: 16px;
  white-space: pre-wrap;
  width: 100%;
}
.bpa-front-form-control--checkbox.el-checkbox .el-checkbox__input {
  vertical-align: top;
}
.bpa-front-form-control--checkbox.el-checkbox .el-checkbox__original {
  position: absolute !important;
}
.bpa-front-form-control--checkbox .el-checkbox__label {
  font-size: 14px;
  color: var(--bpa-dt-black-200);
  font-weight: 500;
  padding-left: 8px;
  font-family: var(--bpa-primary-font);
  vertical-align: top;
  max-width: calc(100% - 20px);
}
.bpa-front-form-control--checkbox .el-checkbox__inner {
  height: 20px;
  width: 20px;
  border-color: var(--bpa-gt-gray-400);
  border-radius: var(--bpa-radius-4px);
  background-color: transparent;
}
.bpa-front-form-control--checkbox .el-checkbox__inner:hover {
  border-color: var(--bpa-pt-main-green);
}
.bpa-front-form-control--checkbox .el-checkbox__inner::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--bpa-cl-white);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 16.2l-3.5-3.5c-.39-.39-1.01-.39-1.4 0-.39.39-.39 1.01 0 1.4l4.19 4.19c.39.39 1.02.39 1.41 0L20.3 7.7c.39-.39.39-1.01 0-1.4-.39-.39-1.01-.39-1.4 0L9 16.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 16.2l-3.5-3.5c-.39-.39-1.01-.39-1.4 0-.39.39-.39 1.01 0 1.4l4.19 4.19c.39.39 1.02.39 1.41 0L20.3 7.7c.39-.39.39-1.01 0-1.4-.39-.39-1.01-.39-1.4 0L9 16.2z'/%3E%3C/svg%3E");
  top: 1px;
  left: 1px;
}
.bpa-front-form-control--checkbox
  .el-checkbox__input.is-indeterminate
  .el-checkbox__inner::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 12px;
  top: 10px;
  left: calc(50% - 6px);
}
.bpa-front-form-control--checkbox
  .el-checkbox__input.is-checked
  .el-checkbox__inner,
.bpa-front-form-control--checkbox
  .el-checkbox__input.is-indeterminate
  .el-checkbox__inner {
  background-color: var(--bpa-pt-main-green);
  border-color: var(--bpa-pt-main-green);
}
.bpa-front-form-control--checkbox
  .el-checkbox__input.is-checked
  + .el-checkbox__label {
  color: var(--bpa-dt-black-300);
}
.bpa-front-form-control--checkbox
  .el-checkbox__input.is-focus
  .el-checkbox__inner {
  border-color: var(--bpa-dt-black-200);
}
.bpa-front-form-control--checkbox
  .el-checkbox__input.is-checked.is-focus
  .el-checkbox__inner {
  border-color: var(--bpa-pt-main-green);
}
.bpa-front-form-control--checkbox
  .el-checkbox__input.is-checked
  .el-checkbox__inner::after {
  -webkit-transform: rotate(0) scaleY(1);
  transform: rotate(0) scaleY(1);
}
.bpa-front-form-control--checkbox .el-checkbox__label a {
  font-family: var(--bpa-primary-font);
  color: var(--bpa-pt-main-green);
}
.bpa-front-form-control--checkbox .el-checkbox__label a:hover {
  text-decoration: underline !important;
}
.bpa-front-mob-drawer {
  height: auto !important;
}
.bpa-front-mob-drawer .bpa-front-dialog-heading .bpa-front-module-heading {
  display: block;
}
.bpa-front-mob-drawer .el-drawer__close-btn {
  display: none;
}
.bpa-ma-vac--action-btn-group + .el-drawer__wrapper {
  z-index: 99999 !important;
}
.el-popconfirm {
  max-width: 280px;
}
.el-popconfirm .el-popconfirm__main {
  padding: 20px 20px 16px 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  word-break: break-word;
  font-weight: 400;
  color: var(--bpa-dt-black-300);
}
.el-popconfirm .el-popconfirm__action {
  border-top: 1px solid var(--bpa-gt-gray-400);
  padding: 16px 20px 16px 0;
}
.el-popconfirm .el-popconfirm__action .el-button--bpa-front-btn {
  display: inline-block;
  max-width: 90px;
}
.el-popconfirm
  .el-popconfirm__action
  .el-button--bpa-front-btn:not(.bpa-front-btn--danger) {
  background-color: transparent !important;
}
.bpa-front-text-primary-color {
  color: var(--bpa-pt-main-green) !important;
}
.bpa-front-text--danger-color {
  color: var(--bpa-sc-danger) !important;
}
.bpa-front-text-blue-color {
  color: var(--bpa-pt-blue) !important;
}
.bpa-front-text--secondary-orange-color {
  color: var(--bpa-pt-secondary-orange) !important;
}
#bpa-front-customer-panel-container,
#bpa-front-data-empty-view,
#bpa-front-data-empty-view--my-bookings,
#bpa-front-tabs {
  display: none;
}
.bpa-frontend-main-container {
  max-width: 1140px !important;
  margin: 0 auto !important;
  position: relative;
  min-height: 700px;
  display: block;
}
.bpa-frontend-main-container .bpa-front-loader-container {
  position: absolute;
  left: 50%;
  z-index: 99;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bpa-front-default-card {
  background-color: var(--bpa-cl-white);
  border: 1px solid var(--bpa-gt-gray-400);
  border-radius: var(--bpa-radius-8px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.bpa-front-tabs--panel-body .bpa-front-dc--body {
  padding: 24px;
  min-height: 600px;
  box-sizing: border-box;
  max-height: 600px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.bpa-front-tabs--panel-body.__bpa-is-active:not(.bpa_summary_tab)
  .bpa-front-dc--body {
  display: block;
  width: 100%;
}
.bpa-front-tabs--panel-body.__bpa-is-previous .bpa-front-dc--body {
  display: block;
  width: 100%;
}
@keyframes bpa-zoom-in-left {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(1, 1, 0.1) translate3d(-12px, 0, 0);
    -moz-transform: scale3d(1, 1, 0.1) translate3d(-12px, 0, 0);
    -o-transform: scale3d(1, 1, 0.1) translate3d(-12px, 0, 0);
    transform: scale3d(1, 1, 0.1) translate3d(-12px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
    -moz-transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bpa-zoom-in-down {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(1, 1, 0.1) translate3d(0, -12px, 0);
    -moz-transform: scale3d(1, 1, 0.1) translate3d(0, -12px, 0);
    -o-transform: scale3d(1, 1, 0.1) translate3d(0, -12px, 0);
    transform: scale3d(1, 1, 0.1) translate3d(0, -12px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
    -moz-transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
  }
}
@keyframes bpa-zoom-in-down {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(1, 1, 0.1) translate3d(0, -12px, 0);
    -moz-transform: scale3d(1, 1, 0.1) translate3d(0, -12px, 0);
    -o-transform: scale3d(1, 1, 0.1) translate3d(0, -12px, 0);
    transform: scale3d(1, 1, 0.1) translate3d(0, -12px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
    -moz-transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
    -o-transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 0.375) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bpa-left-reveal {
  0% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes bpa-left-reveal {
  0% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.bpa-front-module--booking-summary .bpa-front-module--bs-head h4,
.bpa-front-module-heading {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--bpa-dt-black-400);
  font-family: var(--bpa-primary-font);
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-pill {
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 16px;
  padding: 6px 12px;
  font-family: var(--bpa-primary-font);
  background-color: var(--bpa-pt-main-green-alpha-12);
  color: var(--bpa-dt-black-300);
  border-color: var(--bpa-pt-main-green);
}
.bpa-front-pill.--warning {
  background-color: var(--bpa-pt-secondary-orange-alpha-12);
  border-color: var(--bpa-pt-secondary-orange);
}
.bpa-front-pill.--info {
  background-color: var(--bpa-dt-black-200-alpha-12);
  border-color: var(--bpa-dt-black-200);
}
.bpa-front-pill.--rejected {
  background-color: var(--bpa-sc-danger-alpha-08);
  border-color: var(--bpa-sc-danger);
}
.bpa_terms_conditions .el-form-item__content {
  line-height: 22px;
}
.el-form-item {
  margin-bottom: 0;
}
.el-form--label-top .el-form-item__label {
  padding: 0;
}
.el-form-item__label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500 !important;
  display: inline-block;
  color: var(--bpa-dt-black-300);
  position: relative;
  margin-bottom: 6px;
  float: none;
  padding: 0;
}
.el-form-item__label span {
  color: unset !important;
  font-family: var(--bpa-primary-font) !important;
}
.bpa-front-form-control .el-textarea__inner,
.bpa-front-form-control input,
.el-date-picker__time-header .el-input .el-input__inner {
  padding: 10px 16px !important;
  height: auto !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  color: var(--bpa-dt-black-400) !important;
  background-color: transparent !important;
  border: 1px solid var(--bpa-gt-gray-400) !important;
  margin: 0 !important;
  border-radius: var(--bpa-radius-4px) !important;
  font-family: var(--bpa-primary-font) !important;
  width: 100%;
  max-width: 100%;
}
.bpa-front-form-control .el-textarea__inner {
  resize: none;
  height: 92px !important;
  max-width: 100% !important;
}
.bpa-front-form-control input:disabled,
.bpa-front-form-control.is-disabled input {
  background-color: var(--bpa-gt-gray-100) !important;
  border-color: var(--bpa-gt-gray-400) !important;
  color: var(--bpa-dt-black-200) !important;
  box-shadow: none;
}
.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 {
  border-color: var(--bpa-gt-gray-400) !important;
  background-color: transparent !important;
  box-shadow: 0 0 0 3px rgba(207, 214, 229, 0.24) !important;
  outline: 0;
}
.bpa-front-form-control .el-textarea__inner::placeholder,
.bpa-front-form-control input::placeholder,
.el-date-picker__time-header .el-input .el-input__inner::placeholder {
  color: rgba(114, 126, 149, 0.75) !important;
  font-family: var(--bpa-primary-font);
  font-weight: 400;
  font-size: 14px;
}
.el-form-item__error {
  color: var(--bpa-sc-danger);
  font-size: 12px;
  line-height: 16px;
  left: 16px;
  margin-top: 6px;
  padding-top: 0;
  padding-left: 20px;
}
.el-form-item__error::before {
  content: "";
  position: absolute;
  background-color: var(--bpa-sc-danger);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1zm-.01-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm1-3h-2v-2h2v2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1zm-.01-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm1-3h-2v-2h2v2z'/%3E%3C/svg%3E");
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
}
.el-form-item.is-required:not(.is-no-asterisk)
  .el-form-item__label-wrap
  > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  position: absolute;
  top: 0;
  right: -14px;
  color: var(--bpa-sc-danger);
}
.bpa-front-form-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: var(--bpa-dt-black-200);
  position: relative;
  font-family: var(--bpa-primary-font);
}
.bpa-front-form-control--date-picker input {
  padding-left: 42px !important;
  background: #000;
}
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 100%;
}
.bpa-front-form-control--date-picker .el-input__prefix {
  left: 16px;
  top: calc(50% - 10px);
  line-height: 1;
}
.bpa-front-form-control--date-picker .el-input__prefix .el-input__icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.bpa-front-form-control--date-picker .el-input__prefix .el-input__icon::before {
  content: "";
  background-color: var(--bpa-dt-black-200);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M20 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H7V2c0-.55-.45-1-1-1s-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 18H5c-.55 0-1-.45-1-1V8h16v12c0 .55-.45 1-1 1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M20 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1H7V2c0-.55-.45-1-1-1s-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 18H5c-.55 0-1-.45-1-1V8h16v12c0 .55-.45 1-1 1z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.el-date-picker .el-date-picker__header {
  margin-bottom: 0;
}
.el-date-picker .el-date-table {
  border: none;
}
.el-date-picker .el-date-table th {
  text-align: center;
  border: none;
}
.el-date-picker .el-date-table td {
  border: none;
}
.el-date-picker__header-label {
  color: var(--bpa-dt-black-400);
}
.el-date-picker__header-label,
.el-picker-panel__content .el-date-table td span,
.el-picker-panel__content .el-date-table th {
  font-family: var(--bpa-primary-font);
}
.el-picker-panel__content .el-date-table th {
  font-size: 13px;
  font-weight: 400;
  color: var(--bpa-dt-black-300);
}
.el-picker-panel__content .el-date-table td span {
  font-size: 13px;
  font-weight: 400;
  color: var(--bpa-dt-black-400);
}
.el-picker-panel__content
  .el-date-table
  td:not(.current):not(.today)
  span:hover {
  color: var(--bpa-pt-main-green);
}
.el-picker-panel__content .el-date-table td.next-month span,
.el-picker-panel__content .el-date-table td.prev-month span {
  color: var(--bpa-dt-black-100);
}
.el-date-picker__header-label.active,
.el-date-picker__header-label:hover,
.el-date-table td.available:hover,
.el-date-table td.today span,
.el-month-table td .cell:hover,
.el-month-table td.current:not(.disabled) .cell,
.el-month-table td.today .cell,
.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell {
  color: var(--bpa-pt-main-green);
}
.el-date-picker table {
  border: none;
}
.el-date-picker__header--bordered {
  border-bottom-color: var(--bpa-gt-gray-400);
}
.el-month-table td .cell,
.el-year-table td .cell {
  color: var(--bpa-dt-black-400);
  font-family: var(--bpa-primary-font);
}
.el-month-table td.disabled .cell,
.el-year-table td.disabled .cell {
  background-color: var(--bpa-gt-gray-100);
  opacity: 0.8;
}
.el-month-table td,
.el-year-table td {
  border: none;
}
.el-date-table td.current:not(.disabled) span {
  background-color: var(--bpa-pt-main-green);
}
.el-date-picker .el-picker-panel__content {
  margin-top: 0;
}
.el-picker-panel__icon-btn {
  background-color: transparent !important;
  text-transform: unset;
  color: unset !important;
}
.el-picker-panel .el-icon-arrow-left::before,
.el-picker-panel .el-icon-arrow-right::before,
.el-picker-panel .el-icon-d-arrow-left::before,
.el-picker-panel .el-icon-d-arrow-right::before {
  position: relative;
  background-color: var(--bpa-dt-black-200);
  height: 20px;
  width: 20px;
  display: block;
}
.el-picker-panel .el-icon-d-arrow-left::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3Crect fill='none' height='24' width='24'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M18.29,17.29L18.29,17.29c0.39-0.39,0.39-1.02,0-1.41L14.42,12l3.88-3.88c0.39-0.39,0.39-1.02,0-1.41l0,0 c-0.39-0.39-1.02-0.39-1.41,0l-4.59,4.59c-0.39,0.39-0.39,1.02,0,1.41l4.59,4.59C17.27,17.68,17.9,17.68,18.29,17.29z'/%3E%3Cpath d='M11.7,17.29L11.7,17.29c0.39-0.39,0.39-1.02,0-1.41L7.83,12l3.88-3.88c0.39-0.39,0.39-1.02,0-1.41l0,0 c-0.39-0.39-1.02-0.39-1.41,0l-4.59,4.59c-0.39,0.39-0.39,1.02,0,1.41l4.59,4.59C10.68,17.68,11.31,17.68,11.7,17.29z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3Crect fill='none' height='24' width='24'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M18.29,17.29L18.29,17.29c0.39-0.39,0.39-1.02,0-1.41L14.42,12l3.88-3.88c0.39-0.39,0.39-1.02,0-1.41l0,0 c-0.39-0.39-1.02-0.39-1.41,0l-4.59,4.59c-0.39,0.39-0.39,1.02,0,1.41l4.59,4.59C17.27,17.68,17.9,17.68,18.29,17.29z'/%3E%3Cpath d='M11.7,17.29L11.7,17.29c0.39-0.39,0.39-1.02,0-1.41L7.83,12l3.88-3.88c0.39-0.39,0.39-1.02,0-1.41l0,0 c-0.39-0.39-1.02-0.39-1.41,0l-4.59,4.59c-0.39,0.39-0.39,1.02,0,1.41l4.59,4.59C10.68,17.68,11.31,17.68,11.7,17.29z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.el-picker-panel .el-icon-d-arrow-right::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3Crect fill='none' height='24' width='24'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.7,6.71L5.7,6.71c-0.39,0.39-0.39,1.02,0,1.41L9.58,12L5.7,15.88c-0.39,0.39-0.39,1.02,0,1.41l0,0 c0.39,0.39,1.02,0.39,1.41,0l4.59-4.59c0.39-0.39,0.39-1.02,0-1.41L7.12,6.71C6.73,6.32,6.09,6.32,5.7,6.71z'/%3E%3Cpath d='M12.29,6.71L12.29,6.71c-0.39,0.39-0.39,1.02,0,1.41L16.17,12l-3.88,3.88c-0.39,0.39-0.39,1.02,0,1.41l0,0 c0.39,0.39,1.02,0.39,1.41,0l4.59-4.59c0.39-0.39,0.39-1.02,0-1.41l-4.59-4.59C13.32,6.32,12.68,6.32,12.29,6.71z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3Crect fill='none' height='24' width='24'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.7,6.71L5.7,6.71c-0.39,0.39-0.39,1.02,0,1.41L9.58,12L5.7,15.88c-0.39,0.39-0.39,1.02,0,1.41l0,0 c0.39,0.39,1.02,0.39,1.41,0l4.59-4.59c0.39-0.39,0.39-1.02,0-1.41L7.12,6.71C6.73,6.32,6.09,6.32,5.7,6.71z'/%3E%3Cpath d='M12.29,6.71L12.29,6.71c-0.39,0.39-0.39,1.02,0,1.41L16.17,12l-3.88,3.88c-0.39,0.39-0.39,1.02,0,1.41l0,0 c0.39,0.39,1.02,0.39,1.41,0l4.59-4.59c0.39-0.39,0.39-1.02,0-1.41l-4.59-4.59C13.32,6.32,12.68,6.32,12.29,6.71z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.el-icon-arrow-left:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.71 15.88L10.83 12l3.88-3.88c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0L8.71 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.71 15.88L10.83 12l3.88-3.88c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0L8.71 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z'/%3E%3C/svg%3E");
}
.el-icon-arrow-right:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.29 15.88L13.17 12 9.29 8.12c-.39-.39-.39-1.02 0-1.41.39-.39 1.02-.39 1.41 0l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3c-.39.39-1.02.39-1.41 0-.38-.39-.39-1.03 0-1.42z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.29 15.88L13.17 12 9.29 8.12c-.39-.39-.39-1.02 0-1.41.39-.39 1.02-.39 1.41 0l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3c-.39.39-1.02.39-1.41 0-.38-.39-.39-1.03 0-1.42z'/%3E%3C/svg%3E");
}
.el-picker-panel__icon-btn {
  margin-top: 6px;
}
.el-picker-panel__icon-btn:focus {
  background-color: transparent;
}
.bpa-front-form-control--date-picker.el-date-editor
  .el-icon-circle-close::before {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMTZweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE4LjMgNS43MWMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDBMMTIgMTAuNTkgNy4xMSA1LjdjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDFMMTAuNTkgMTIgNS43IDE2Ljg5Yy0uMzkuMzktLjM5IDEuMDIgMCAxLjQxLjM5LjM5IDEuMDIuMzkgMS40MSAwTDEyIDEzLjQxbDQuODkgNC44OWMuMzkuMzkgMS4wMi4zOSAxLjQxIDAgLjM5LS4zOS4zOS0xLjAyIDAtMS40MUwxMy40MSAxMmw0Ljg5LTQuODljLjM4LS4zOC4zOC0xLjAyIDAtMS40eiIvPjwvc3ZnPg==");
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMTZweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE4LjMgNS43MWMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDBMMTIgMTAuNTkgNy4xMSA1LjdjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDFMMTAuNTkgMTIgNS43IDE2Ljg5Yy0uMzkuMzktLjM5IDEuMDIgMCAxLjQxLjM5LjM5IDEuMDIuMzkgMS40MSAwTDEyIDEzLjQxbDQuODkgNC44OWMuMzkuMzkgMS4wMi4zOSAxLjQxIDAgLjM5LS4zOS4zOS0xLjAyIDAtMS40MUwxMy40MSAxMmw0Ljg5LTQuODljLjM4LS4zOC4zOC0xLjAyIDAtMS40eiIvPjwvc3ZnPg==");
  background: var(--bpa-dt-black-100);
}
.el-checkbox__inner {
  height: 18px;
  width: 18px;
  border-color: var(--bpa-gt-gray-400);
  border-radius: var(--bpa-radius-4px);
  background-color: transparent;
  transition: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-checkbox__inner:hover {
  border-color: var(--bpa-dt-black-300);
}
.el-checkbox__inner::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--bpa-cl-white);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 16.2l-3.5-3.5c-.39-.39-1.01-.39-1.4 0-.39.39-.39 1.01 0 1.4l4.19 4.19c.39.39 1.02.39 1.41 0L20.3 7.7c.39-.39.39-1.01 0-1.4-.39-.39-1.01-.39-1.4 0L9 16.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 16.2l-3.5-3.5c-.39-.39-1.01-.39-1.4 0-.39.39-.39 1.01 0 1.4l4.19 4.19c.39.39 1.02.39 1.41 0L20.3 7.7c.39-.39.39-1.01 0-1.4-.39-.39-1.01-.39-1.4 0L9 16.2z'/%3E%3C/svg%3E");
  top: 1px;
  left: 1px;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: var(--bpa-pt-main-green);
  border-color: var(--bpa-pt-main-green);
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: var(--bpa-dt-black-200);
}
.el-checkbox__input.is-checked.is-focus .el-checkbox__inner {
  border-color: var(--bpa-pt-main-green);
}
.el-checkbox__input.is-checked .el-checkbox__inner::after {
  -webkit-transform: rotate(0) scaleY(1);
  transform: rotate(0) scaleY(1);
}
.bpa-custom-checkbox--is-label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bpa-custom-checkbox--is-label .el-checkbox__inner {
  margin-right: 6px;
}
@-moz-document url-prefix() {
  .bpa-front-cp--fw__col.__bpa-is-search-icon
    .bpa-front-form-control
    .el-input__icon {
    line-height: 44px;
  }
}
.el-popper[x-placement^="bottom"] {
  margin-top: 40px;
}
.bpa-front-tabs--vertical-left {
  display: flex;
}
.bpa-front-tabs--vertical-left .bpa-front-tab-menu {
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  min-width: 220px;
  border: 1px solid var(--bpa-gt-gray-400);
  background-color: var(--bpa-cl-white);
  border-radius: var(--bpa-radius-8px);
  padding: 24px 20px;
  -webkit-box-shadow: 0 4px 10px rgba(166, 176, 196, 0.08),
    0 9px 22px rgba(166, 176, 196, 0.18);
  -moz-box-shadow: 0 4px 10px rgba(166, 176, 196, 0.08),
    0 9px 22px rgba(166, 176, 196, 0.18);
  -o-box-shadow: 0 4px 10px rgba(166, 176, 196, 0.08),
    0 9px 22px rgba(166, 176, 196, 0.18);
  box-shadow: 0 4px 10px rgba(166, 176, 196, 0.08),
    0 9px 22px rgba(166, 176, 196, 0.18);
  overflow: hidden;
}
.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item {
  border: 1px solid transparent;
  border-radius: var(--bpa-radius-8px);
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--bpa-dt-black-300);
  font-family: var(--bpa-primary-font) !important;
  -webkit-animation: 0.3s cubic-bezier(0.46, 0.08, 0.48, 0.75) 0s
    bpa-left-reveal;
  -moz-animation: 0.3s cubic-bezier(0.46, 0.08, 0.48, 0.75) 0s bpa-left-reveal;
  -o-animation: 0.3s cubic-bezier(0.46, 0.08, 0.48, 0.75) 0s bpa-left-reveal;
  animation: 0.3s cubic-bezier(0.46, 0.08, 0.48, 0.75) 0s bpa-left-reveal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item:nth-child(2) {
  animation-delay: 60ms;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item:nth-child(3) {
  animation-delay: 0.12s;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item:nth-child(4) {
  animation-delay: 0.18s;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item:nth-child(5) {
  animation-delay: 0.22s;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item:nth-child(6) {
  animation-delay: 0.28s;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item:nth-child(7) {
  animation-delay: 0.34s;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item:last-child {
  margin-bottom: 0;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item:hover {
  color: var(--bpa-dt-black-300);
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item:focus {
  color: var(--bpa-dt-black-300);
  outline: 0 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item.__bpa-is-active {
  color: var(--bpa-pt-main-green);
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item.__bpa-is-active:focus {
  color: var(--bpa-pt-main-green);
  background-color: transparent !important;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item
  span {
  font-size: 18px;
  margin-right: 12px;
  color: var(--bpa-dt-black-200);
  border: 1px solid var(--bpa-gt-gray-400);
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: var(--bpa-radius-6px);
  text-align: center;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item
  .bpa-front-tm--item-icon {
  margin-right: 12px;
  border: 1px solid var(--bpa-gt-gray-400);
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bpa-radius-6px);
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item
  .bpa-front-tm--item-icon
  svg {
  width: 18px;
  height: 18px;
  fill: var(--bpa-dt-black-200);
}
.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 {
  box-shadow: 0 4px 8px rgba(18, 212, 136, 0.06),
    0 8px 16px rgba(18, 212, 136, 0.16);
  border-color: var(--bpa-pt-main-green);
  background-color: var(--bpa-pt-main-green);
  color: var(--bpa-cl-white);
  -webkit-animation-name: bpa-zoom-in-down;
  -moz-animation-name: bpa-zoom-in-down;
  -o-animation-name: bpa-zoom-in-down;
  animation-name: bpa-zoom-in-down;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-tabs--vertical-left.--bpa-top
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item.__bpa-is-active
  .bpa-front-tm--item-icon,
.bpa-front-tabs--vertical-left.--bpa-top
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item.__bpa-is-active
  span {
  -webkit-animation-name: bpa-zoom-in-left;
  -moz-animation-name: bpa-zoom-in-left;
  -o-animation-name: bpa-zoom-in-left;
  animation-name: bpa-zoom-in-left;
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item.__bpa-is-active
  .bpa-front-tm--item-icon
  svg {
  fill: var(--bpa-cl-white);
}
.bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item.__bpa-is-active::before {
  color: var(--bpa-pt-main-green);
}
.bpa-front-tabs--panel-body {
  display: none;
}
.bpa-front-tabs--panel-body.__bpa-is-active {
  display: block;
  width: 100%;
}
.bpa-front-tabs--foot {
  background-color: var(--bpa-cl-white);
  padding: 16px 28px 16px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  border-radius: 0 0 var(--bpa-radius-8px) var(--bpa-radius-8px);
  border-top: 1px solid var(--bpa-gt-gray-400);
}
.bpa-front-tabs--foot .bpa-front-btn > span {
  display: flex;
  align-items: center;
}
.bpa-front-tabs--foot .bpa-front-btn.bpa-front-btn--primary > span svg {
  margin-right: 0;
  margin-left: 4px;
}
.bpa-frontend-main-container--widget a {
  text-decoration: none;
}
.bpa-frontend-main-container--widget .bpa-front-tabs--vertical-left {
  flex-direction: column;
}
.bpa-frontend-main-container--widget .bpa-frontend-main-container {
  padding: 0 20px;
}
.bpa-frontend-main-container--widget
  .bpa-front-tabs--vertical-left
  .bpa-front-tab-menu {
  flex-direction: row;
  align-self: auto;
  min-width: 100%;
  padding: 14px;
  margin-right: 0;
  margin-bottom: 20px;
  justify-content: unset;
  overflow: auto;
}
.bpa-frontend-main-container--widget
  .bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item {
  flex: none;
  margin-right: 16px;
  padding: 8px 12px;
  font-size: 13px;
  margin-bottom: 0;
}
.bpa-frontend-main-container--widget
  .bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item:last-child {
  margin-right: 0;
}
.bpa-frontend-main-container--widget
  .bpa-front-tabs--vertical-left
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item
  span {
  font-size: 16px;
  margin-right: 8px;
}
.bpa-frontend-main-container--widget
  .bpa-front-tabs--vertical-left
  .bpa-front-module-heading {
  font-size: 15px;
  line-height: 20px;
}
.bpa-frontend-main-container--widget
  .bpa-front-tabs--vertical-left
  .bpa-front-btn {
  padding: 8px 18px;
  font-size: 13px;
  border-radius: var(--bpa-radius-4px);
}
.bpa-frontend-main-container--widget
  .bpa-front-tabs--vertical-left
  .bpa-front-tabs--foot {
  padding: 12px 0;
  flex-direction: column;
  align-items: center;
}
.bpa-frontend-main-container--widget
  .bpa-front-tabs--foot
  .bpa-front-btn
  + .bpa-front-btn {
  margin-top: 8px;
}
.bpa-frontend-main-container--widget .bpa-front-dc--body {
  min-height: unset;
  padding: 28px 20px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag {
  padding: 6px;
  line-height: 16px;
  margin-right: 8px;
  border-radius: var(--bpa-radius-4px);
  margin-bottom: 8px;
  font-size: 12px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag
  i {
  font-size: 14px;
  margin-left: 4px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--bd-form
  .el-row
  .el-col-xl-8,
.bpa-frontend-main-container--widget
  .bpa-front-module--date-and-time
  .el-col-xl-12,
.bpa-frontend-main-container--widget
  .bpa-front-module--service-items-row
  .el-row
  .el-col-xl-12 {
  width: 100% !important;
}
.bpa-frontend-main-container--widget .bpa-front-module--service-items-row {
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
.bpa-frontend-main-container--widget
  .bpa-front-module--service-item
  .bpa-front-si-card {
  flex-direction: column;
  padding: 20px 0;
  margin-bottom: 24px;
  border-radius: var(--bpa-radius-6px);
  text-align: center;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si-card__left {
  margin-right: 0;
  margin-bottom: 12px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si__card-body
  .bpa-front-si__card-body--heading {
  font-size: 14px;
  line-height: 18px;
}
.bpa-frontend-main-container--widget
  .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: 13px;
  line-height: 16px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si-card--checkmark-icon {
  top: 6px;
  right: 6px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si-card--checkmark-icon
  span {
  font-size: 16px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--date-and-time
  .bpa-front--dt__wrapper {
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
.bpa-frontend-main-container--widget .bpa-front--dt__time-slots {
  padding: 16px;
  height: 280px;
  overflow: auto;
}
.bpa-frontend-main-container--widget
  .bpa-front--dt__time-slots
  .bpa-front--dt__ts-heading
  .bpa-front-module-heading {
  margin-bottom: 8px;
}
.bpa-frontend-main-container--widget
  .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 {
  flex-basis: calc(100% - 6px);
  margin-right: 0;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--bd-form
  .el-row:first-child {
  margin-bottom: 0;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--bd-form
  .el-row:first-child
  .el-col {
  margin-bottom: 20px;
}
.bpa-frontend-main-container--widget .el-form-item__label {
  font-size: 13px;
  line-height: 16px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--booking-summary
  .bpa-front-module--bs-summary-content {
  flex-direction: column;
  margin-bottom: 20px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--booking-summary
  .bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  border-right: none;
  border-bottom: 1px solid var(--bpa-dt-black-100);
}
.bpa-frontend-main-container--widget
  .bpa-front-module--booking-summary
  .bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item
  span {
  font-size: 13px;
  line-height: 16px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item
  span
  img {
  max-width: 24px;
}
.bpa-frontend-main-container--widget
  .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: 14px;
  line-height: 18px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--booking-summary
  .bpa-front-module--bs-head {
  text-align: center;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--booking-summary
  .bpa-front-module--bs-head
  img {
  max-width: 84px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--booking-summary
  .bpa-front-module--bs-head
  p {
  font-size: 13px;
}
.bpa-frontend-main-container--widget .bpa-front-module--booking-summary {
  margin-bottom: 24px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--booking-summary
  .bpa-front-module--bs-amount-details {
  padding: 12px 16px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--booking-summary
  .bpa-front-module--bs-amount-details
  .bpa-front-total-payment-amount-label {
  font-size: 14px;
  line-height: 18px;
}
.bpa-frontend-main-container--widget
  .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;
  line-height: 16px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--booking-summary
  .bpa-front-module--bs-summary-content {
  margin-bottom: 16px;
}
.bpa-frontend-main-container--widget .bpa-front-module--payment-methods {
  padding: 20px 16px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--payment-methods
  .bpa-front-module--pm-head {
  align-items: center;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--payment-methods
  .bpa-front-module--pm-head
  .__bpa-pm-content
  .bpa-front-module-heading {
  font-size: 14px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--payment-methods
  .bpa-front--pm-body-items {
  flex-direction: column;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item {
  max-width: 100%;
  min-width: 100%;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item:first-child {
  margin-right: 0;
  margin-bottom: 16px;
}
.bpa-front-module--pm__empty-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bpa-front-module--pm__empty-view svg {
  width: 80px;
}
.bpa-front-module--pm__empty-view svg .bpa-ev__vector-primary-color {
  fill: var(--bpa-pt-main-green);
}
.bpa-front-module--pm__empty-view svg .bpa-ev__vector-primary-color--is-storke {
  stroke: var(--bpa-pt-main-green);
}
.bpa-front-module--pm__empty-view .bpa-front-pm-ev__title {
  font-size: 15px;
  color: var(--bpa-dt-black-200);
  line-height: 20px;
  margin-top: 12px;
  font-family: var(--bpa-primary-font);
  font-weight: 500;
}
.bpa-front-module--add-to-calendar {
  border-top: 1px solid var(--bpa-gt-gray-200);
  padding-top: 16px;
}
.bpa-front-module--add-to-calendar .bpa-fm--atc__heading {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--bpa-primary-font);
  color: var(--bpa-dt-black-200);
  margin-bottom: 16px;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.bpa-front-module--atc-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bpa-front-module--atc-wrapper .bpa-front-module--atc__item {
  margin: 0 12px 24px 12px;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.bpa-front-module--atc-wrapper .bpa-front-module--atc__item:nth-child(2) {
  animation-delay: 0.2s;
}
.bpa-front-module--atc-wrapper .bpa-front-module--atc__item:nth-child(3) {
  animation-delay: 0.3s;
}
.bpa-front-module--atc-wrapper .bpa-front-module--atc__item:nth-child(4) {
  animation-delay: 0.4s;
}
.bpa-front-module--atc-wrapper
  .bpa-front-module--atc__item
  .bpa-front-btn:hover {
  border-color: var(--bpa-pt-main-green);
  box-shadow: 0 8px 16px rgba(114, 124, 149, 0.12);
}
.bpa-front-data-empty-view,
.bpa-front-data-empty-view--my-bookings {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bpa-front-data-empty-view--my-bookings {
  max-width: 980px;
  margin: 0 auto;
}
.bpa-front-data-empty-view--my-bookings:not(.__bpa-is-guest-view) {
  height: calc(100% - 96px);
  justify-content: center;
}
.bpa-front-data-empty-view,
.bpa-front-data-empty-view--my-bookings.__bpa-is-guest-view {
  background: var(--bpa-cl-white);
  border-radius: var(--bpa-radius-6px);
  padding: 24px 0;
}
.bpa-front-data-empty-view picture img,
.bpa-front-data-empty-view--my-bookings picture img {
  width: 120px;
}
.bpa-front-data-empty-view svg,
.bpa-front-data-empty-view--my-bookings svg {
  width: 120px;
  height: 120px;
}
.bpa-front-data-empty-view .bpa-front-dev__form-bg,
.bpa-front-data-empty-view--my-bookings .bpa-front-dev__form-bg {
  fill: var(--bpa-cl-white);
}
.bpa-front-data-empty-view .bpa-front-dev__primary-bg,
.bpa-front-data-empty-view--my-bookings .bpa-front-dev__primary-bg {
  fill: var(--bpa-pt-main-green);
}
.bpa-front-data-empty-view .bpa-front-dev__primary-bg,
.bpa-front-data-empty-view--my-bookings .bpa-front-dev__primary-bg {
  stroke: var(--bpa-pt-main-green);
}
.bpa-front-data-empty-view .bpa-front-dev__panel-bg,
.bpa-front-data-empty-view--my-bookings .bpa-front-dev__panel-bg {
  fill: var(--bpa-gt-gray-100);
}
.bpa-front-data-empty-view--my-bookings .bpa-front-btn {
  margin-top: 20px;
}
.bpa-front-data-empty-view .bpa-front-dev__title,
.bpa-front-data-empty-view--my-bookings .bpa-front-dev__title {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--bpa-primary-font);
  color: var(--bpa-dt-black-200);
  margin-top: 12px;
  text-transform: none;
}
.bpa-front-toast-notification {
  position: relative;
  top: 20px;
  left: 20px;
  z-index: 5;
  width: calc(100% - 48px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.bpa-front-extras-error.bpa-front-toast-notification {
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  margin-bottom: 5px;
}
.bpa-front-toast-notification.--bpa-error {
  background-color: var(--bpa-cl-white);
  border-left: 4px solid var(--bpa-sc-danger);
  box-shadow: 0 4px 12px rgba(114, 124, 149, 0.16);
  padding: 8px 16px;
  border-radius: var(--bpa-radius-4px);
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-toast-notification.--bpa-error .bpa-front-tn-body {
  display: flex;
  align-items: center;
}
.bpa-front-toast-notification.--bpa-error p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: var(--bpa-primary-font);
  color: var(--bpa-sc-danger);
}
.bpa-front-toast-notification.--bpa-error span {
  font-size: 16px;
  color: var(--bpa-sc-danger);
  margin-right: 8px;
}
.bpa-front-toast-notification.--bpa-error svg {
  fill: var(--bpa-sc-danger);
  width: 16px;
  margin-right: 8px;
}
.bpa-front-toast-notification.--bpa-error .close-icon {
  margin-left: 20px;
  line-height: 20px;
}
.bpa-front-toast-notification.--bpa-error .close-icon span {
  color: var(--bpa-sc-danger);
  font-size: 16px;
}
.bpa-front-module--category .bpa-front-cat-items-wrapper {
  width: 100%;
}
.bpa-front-module--category .bpa-front-cat-items {
  display: flex;
  flex-wrap: wrap;
}
.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag {
  border-color: var(--bpa-gt-gray-400);
  background-color: transparent;
  display: flex;
  align-items: center;
  height: auto;
  padding: 6px 12px;
  line-height: 20px;
  margin-right: 12px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  color: var(--bpa-dt-black-300);
  border-radius: var(--bpa-radius-4px);
  cursor: pointer;
  min-width: 0;
  max-width: fit-content;
  font-family: var(--bpa-primary-font);
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag:nth-child(2) {
  animation-delay: 0.1s;
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag:nth-child(3) {
  animation-delay: 0.2s;
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag:nth-child(4) {
  animation-delay: 0.3s;
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag:nth-child(5) {
  animation-delay: 0.4s;
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag:nth-child(6) {
  animation-delay: 0.5s;
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag:nth-child(7) {
  animation-delay: 0.6s;
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag:nth-child(8) {
  animation-delay: 0.7s;
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag
  .bpa-front-ci-item-title {
  white-space: pre-wrap;
  max-width: 200px;
}
.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag i {
  margin-left: 6px;
  font-size: 20px;
}
.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag svg {
  width: 20px;
  margin-left: 6px;
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag.__bpa-is-active {
  color: var(--bpa-dt-black-400);
  border-color: var(--bpa-pt-main-green);
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag:hover {
  background-color: transparent;
  border-color: var(--bpa-pt-main-green);
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag.__bpa-is-active
  i {
  color: var(--bpa-pt-main-green);
}
.bpa-front-module--category
  .bpa-front-cat-items
  .bpa-front-ci-pill.el-tag.__bpa-is-active
  svg {
  fill: var(--bpa-pt-main-green);
}
.bpa-front-module--service {
  margin-top: 16px;
}
.bpa-front-module--service-items-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  margin-left: -12px;
  margin-right: -12px;
}
.bpa-front-module--service-items-row .bpa-fm--si--col {
  padding-left: 12px;
  padding-right: 12px;
}
.bpa-front-tabs.--bpa-top
  .bpa-front-module--service-items-row
  .bpa-fm--si--col {
  flex-basis: 100%;
}
.bpa-front-module--service-item .bpa-front-si-card,
.bpa-front-sm--col .bpa-front-sm-card {
  display: flex;
  border: 1px solid var(--bpa-gt-gray-400);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  cursor: pointer;
  border-radius: var(--bpa-radius-8px);
  margin-bottom: 24px;
  position: relative;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-module--service-item .bpa-front-si-card {
  align-items: flex-start;
}
@keyframes bpaFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10%);
    transform-origin: center;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bpa-fm--si--col:nth-child(2)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(2) .bpa-front-sm-card {
  animation-delay: 0.1s;
}
.bpa-fm--si--col:nth-child(3)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(3) .bpa-front-sm-card {
  animation-delay: 0.2s;
}
.bpa-fm--si--col:nth-child(4)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(4) .bpa-front-sm-card {
  animation-delay: 0.3s;
}
.bpa-fm--si--col:nth-child(5)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(5) .bpa-front-sm-card {
  animation-delay: 0.4s;
}
.bpa-fm--si--col:nth-child(6)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(6) .bpa-front-sm-card {
  animation-delay: 0.5s;
}
.bpa-fm--si--col:nth-child(7)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(7) .bpa-front-sm-card {
  animation-delay: 0.6s;
}
.bpa-fm--si--col:nth-child(8)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(8) .bpa-front-sm-card {
  animation-delay: 0.7s;
}
.bpa-fm--si--col:nth-child(9)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(9) .bpa-front-sm-card {
  animation-delay: 0.8s;
}
.bpa-fm--si--col:nth-child(10)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(10) .bpa-front-sm-card {
  animation-delay: 0.9s;
}
.bpa-fm--si--col:nth-child(11)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(11) .bpa-front-sm-card {
  animation-delay: 1s;
}
.bpa-fm--si--col:nth-child(12)
  .bpa-front-module--service-item
  .bpa-front-si-card,
.bpa-front-sm--col:nth-child(12) .bpa-front-sm-card {
  animation-delay: 1.1s;
}
.bpa-front-module--service-item.__bpa-is-description-enable
  .bpa-front-si-card
  p.--bpa-is-desc {
  min-height: 65px;
}
.bpa-frontend-main-container--widget
  .bpa-front-module--service-item.__bpa-is-description-enable
  .bpa-front-si-card {
  align-items: center;
}
.bpa-front-tabs.--bpa-top
  .bpa-front-module--service-item.__bpa-is-description-enable
  .bpa-front-si-card {
  min-height: unset;
}
.bpa-front-module--service-item.__bpa-is-selected .bpa-front-si-card {
  border-color: var(--bpa-pt-main-green);
  box-shadow: 0 8px 16px rgba(114, 124, 149, 0.12),
    0 4px 8px rgba(114, 124, 149, 0.12);
}
.bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si-card--checkmark-icon {
  position: absolute;
  top: 12px;
  right: 12px;
}
.bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si-card--checkmark-icon
  span {
  color: var(--bpa-pt-main-green);
  font-size: 28px;
}
.bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si-card--checkmark-icon
  svg {
  width: 28px;
  fill: var(--bpa-pt-main-green);
}
.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left {
  margin-right: 20px;
}
.bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si-card__left
  img {
  width: 56px;
  height: 56px;
  border-radius: var(--bpa-radius-circle);
  object-fit: cover;
  object-position: center;
  max-width: unset;
}
.bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si-card__left
  .bpa-front-si__default-img {
  width: 56px;
  height: 56px;
  border: 1px solid var(--bpa-gt-gray-400);
  border-radius: var(--bpa-radius-circle);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si-card__left
  .bpa-front-si__default-img
  svg {
  width: 32px;
  height: 32px;
  fill: var(--bpa-dt-black-200);
}
.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body {
  max-width: 100%;
  width: 100%;
}
.bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si__card-body
  .bpa-front-si__card-body--heading {
  font-size: 18px;
  line-height: 24px;
  color: var(--bpa-dt-black-300);
  margin-bottom: 8px;
  font-weight: 500;
  max-width: 90%;
  font-family: var(--bpa-primary-font);
}
.bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si__card-body
  .bpa-front-si-cb__specs {
  display: flex;
  align-items: baseline;
}
.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 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.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:first-child {
  margin-right: 20px;
}
.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--bpa-dt-black-200);
  font-family: var(--bpa-primary-font);
}
.bpa-front-module--service-item.__bpa-is-description-enable
  .bpa-front-si-card
  p.--bpa-is-desc {
  margin-bottom: 8px !important;
  font-size: 14px;
  color: var(--bpa-dt-black-300);
}
.bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si__card-body
  strong {
  color: var(--bpa-dt-black-300);
  font-weight: 600;
  display: inline-flex;
}
.bpa-front-module--service-item
  .bpa-front-si-card
  .bpa-front-si__card-body
  strong.--is-service-price {
  background-color: var(--bpa-pt-main-green);
  color: var(--bpa-cl-white);
  padding: 4px 8px;
  -webkit-border-radius: var(--bpa-radius-4px);
  -moz-border-radius: var(--bpa-radius-4px);
  -o-border-radius: var(--bpa-radius-4px);
  border-radius: var(--bpa-radius-4px);
  display: inline-flex;
  line-height: 20px !important;
}
#bpa-front-module-calendar-integration {
  display: none;
}
.bpa-front-module--atc-wrapper
  .bpa-fm--atc__google_calendar
  .bpa-front-btn__medium,
.bpa-front-module--atc-wrapper
  .bpa-fm--atc__yahoo_calendar
  .bpa-front-btn__medium {
  box-sizing: border-box;
}
.bpa-front-module--atc-wrapper .bpa-fm--atc__google_calendar {
  margin-left: 5px !important;
}
.bpa-front-module--date-and-time .bpa-front--dt__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  margin: 0 -12px;
}
.bpa-front-module--date-and-time .bpa-front--dt__wrapper .bpa-front--dt__col {
  padding: 0 12px;
}
.bpa-front-module--note-desc {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--bpa-dt-black-200);
}
.bpa-front-module--date-and-time .bpa-front-module--note-desc {
  margin-bottom: 16px;
}
.bpa-front-module--date-and-time
  .bpa-front--dt__wrapper
  .bpa-front--dt__col.bpa-front-dt-col__is-visible {
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-module--date-and-time .el-row--flex .el-col-xl-12 {
  width: 100%;
}
.bpa-front--dt__calendar {
  height: 430px;
  margin-bottom: 24px;
}
.bpa-front--dt__calendar .vc-container {
  margin-bottom: 40px;
  border-radius: unset;
  width: 100%;
  height: 100%;
  border: 1px solid var(--bpa-gt-gray-400);
  background-color: transparent !important;
}
.bpa-front--dt__calendar .vc-header {
  background-color: transparent;
  padding: 12px 20px !important;
  border-bottom: 1px solid var(--bpa-gt-gray-400);
}
.bpa-front--dt__calendar .vc-arrows-container {
  padding: 10px 20px !important;
}
.bpa-front--dt__calendar .vc-arrows-container .vc-arrow {
  border: none;
}
.bpa-front--dt__calendar .vc-arrows-container .vc-arrow.is-disabled {
  opacity: 0.65;
}
.bpa-front--dt__calendar .vc-arrows-container .vc-svg-icon path {
  fill: var(--bpa-dt-black-300);
}
.bpa-front--dt__calendar .vc-arrows-container .vc-arrow:hover {
  background-color: transparent;
}
.bpa-front--dt__calendar .vc-title {
  font-size: 16px !important;
  line-height: 25px !important;
  color: var(--bpa-dt-black-300) !important;
  font-weight: 500 !important;
  font-family: var(--bpa-primary-font) !important;
}
.bpa-front--dt__calendar .vc-pane-layout {
  height: 100%;
}
.bpa-front--dt__calendar .vc-weeks {
  padding: 0 !important;
  background-color: transparent !important;
}
.bpa-front--dt__calendar .vc-weeks .vc-weekday {
  border: none !important;
  font-size: 14px !important;
  color: var(--bpa-dt-black-300) !important;
  font-family: var(--bpa-primary-font) !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  padding: 10px 0 !important;
}
.bpa-front--dt__calendar .vc-day {
  border: 1px solid var(--bpa-gt-gray-400);
  border-bottom: none;
  border-right: none;
  height: 56.5px;
  max-height: 100%;
}
.bpa-front--dt__calendar .vc-day .vc-day-content {
  font-size: 14px !important;
  color: var(--bpa-dt-black-200) !important;
  font-weight: 400 !important;
  font-family: var(--bpa-primary-font) !important;
  height: 100% !important;
  width: 100% !important;
  border-radius: unset !important;
  flex-direction: column !important;
}
.bpa-front--dt__calendar .vc-day .vc-highlights .vc-day-layer .vc-highlight {
  width: 100% !important;
  height: 100% !important;
  background-color: var(--bpa-pt-main-green) !important;
  border-radius: unset !important;
}
.bpa-front--dt__calendar .vc-day .vc-highlights + .vc-day-content {
  color: var(--bpa-cl-white) !important;
}
.bpa-front--dt__calendar .vc-day.is-today .vc-day-content {
  color: var(--bpa-pt-main-green) !important;
  background-color: var(--bpa-pt-main-green-alpha-12) !important;
}
.bpa-front--dt__calendar .vc-day.is-today .vc-day-content.is-disabled {
  background-color: rgba(207, 214, 229, 0.1) !important;
  color: var(--bpa-dt-black-200);
}
.bpa-front--dt__calendar .vc-day.is-today .vc-highlights + .vc-day-content {
  background-color: transparent !important;
}
.bpa-front--dt__calendar .vc-day .vc-day-content.is-disabled {
  background-color: rgba(207, 214, 229, 0.1) !important;
  cursor: not-allowed;
  opacity: 0.5 !important;
  position: relative;
}
span.vc-day-content.vc-focusable.is-disabled::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: gray;
  opacity: 0.1;
}
.bpa-front--dt__calendar .vc-day.is-not-in-month * {
  opacity: 1 !important;
}
.bpa-front--dt__calendar .vc-day.is-not-in-month .vc-day-content {
  opacity: 0.6 !important;
  pointer-events: all;
}
.bpa-front--dt__calendar .vc-day.is-not-in-month .vc-day-content.is-disabled {
  opacity: 0.5 !important;
}
.bpa-front--dt__calendar .vc-day:nth-child(7n + 1) {
  border-left: none;
}
.bpa-front--dt__calendar .vc-day-content.vc-focusable:hover {
  background-color: transparent !important;
}
.bpa-front--dt__calendar .vc-nav-popover-container {
  background-color: var(--bpa-cl-white) !important;
  border: 1px solid var(--bpa-gt-gray-400) !important;
}
.bpa-front--dt__calendar .vc-nav-title {
  font-family: var(--bpa-primary-font) !important;
  color: var(--bpa-dt-black-300) !important;
  font-weight: 500 !important;
  border: none !important;
}
.bpa-front--dt__calendar .vc-nav-title:hover {
  background-color: transparent !important;
  color: var(--bpa-dt-black-300) !important;
}
.bpa-front--dt__calendar .vc-nav-title:focus {
  border-color: transparent;
}
.bpa-front--dt__calendar .vc-nav-header .vc-nav-arrow .vc-svg-icon path {
  fill: var(--bpa-dt-black-200) !important;
}
.bpa-front--dt__calendar .vc-nav-header .vc-nav-arrow {
  border: none;
}
.bpa-front--dt__calendar .vc-nav-header .vc-nav-arrow.is-disabled {
  opacity: 0.6 !important;
}
.bpa-front--dt__calendar .vc-nav-items .vc-nav-item {
  font-family: var(--bpa-primary-font) !important;
  color: var(--bpa-dt-black-200) !important;
  font-weight: 400 !important;
  border-width: 1px !important;
  word-break: break-all;
  border: none;
}
.bpa-front--dt__calendar .vc-nav-items .vc-nav-item:hover {
  border-color: var(--bpa-gt-gray-400) !important;
  background-color: transparent !important;
  color: var(--bpa-dt-black-300) !important;
  box-shadow: none !important;
}
.bpa-front--dt__calendar .vc-nav-items .vc-nav-item:focus {
  border-color: var(--bpa-pt-main-green) !important;
}
.bpa-front--dt__calendar .vc-nav-items .vc-nav-item.is-disabled {
  opacity: 0.6 !important;
}
.bpa-front--dt__calendar .vc-nav-items .vc-nav-item.is-active {
  color: var(--bpa-pt-main-green) !important;
  background-color: var(--bpa-pt-main-green-alpha-12) !important;
  box-shadow: none !important;
}
.bpa-front--dt__calendar .vc-nav-items .vc-nav-item.is-active:hover {
  border-color: var(--bpa-pt-main-green) !important;
}
.bpa-front--dt__time-slots {
  padding: 20px 16px;
  border: 1px solid var(--bpa-gt-gray-400);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 430px;
  overflow: auto;
  position: relative;
}
.bpa-front__no-timeslots-body {
  height: calc(100% - 36px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bpa-front__no-timeslots-body svg {
  width: 80px;
  margin-bottom: 12px;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front__no-timeslots-body svg .bpa-front-dev__panel-bg {
  fill: var(--bpa-gt-gray-100);
}
.bpa-front__no-timeslots-body svg .bpa-front-dev__form-bg {
  fill: var(--bpa-cl-white);
}
.bpa-front__no-timeslots-body svg .bpa-front-dev__primary-bg {
  fill: var(--bpa-pt-main-green);
}
.bpa-front__no-timeslots-body svg .bpa-front-dev__primary-bg {
  stroke: var(--bpa-pt-main-green);
}
.bpa-front__no-timeslots-body .bpa-front-ntb__val {
  font-size: 14px;
  font-family: var(--bpa-primary-font);
  font-weight: 400;
  color: var(--bpa-dt-black-300);
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front--dt__time-slots
  .bpa-front--dt__ts-body
  .bpa-front--dt__ts-body--row {
  margin-bottom: 16px;
}
.bpa-front--dt__time-slots
  .bpa-front--dt__ts-body
  .bpa-front--dt__ts-body--row:last-child {
  margin-bottom: 0;
}
.bpa-front--dt__time-slots
  .bpa-front--dt__ts-body
  .bpa-front--dt__ts-body--row
  .bpa-front--dt-ts__sub-heading {
  color: var(--bpa-dt-black-300);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  margin-bottom: 12px;
  letter-spacing: 0;
  text-transform: unset;
}
.bpa-front--dt__time-slots
  .bpa-front--dt__ts-body
  .bpa-front--dt__ts-body--row
  .bpa-front--dt__ts-body--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bpa-front--dt__time-slots
  .bpa-front--dt__ts-body
  .bpa-front--dt__ts-body--row {
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front--dt__time-slots
  .bpa-front--dt__ts-body
  .bpa-front--dt__ts-body--row:nth-child(2) {
  animation-delay: 0.2s;
}
.bpa-front--dt__time-slots
  .bpa-front--dt__ts-body
  .bpa-front--dt__ts-body--row:nth-child(3) {
  animation-delay: 0.3s;
}
.bpa-front--dt__time-slots
  .bpa-front--dt__ts-body
  .bpa-front--dt__ts-body--row:nth-child(4) {
  animation-delay: 0.4s;
}
.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 {
  font-size: 14px;
  color: var(--bpa-dt-black-300);
  line-height: 18px;
  margin-bottom: 12px;
  width: calc(50% - 5px);
  border-radius: var(--bpa-radius-4px);
  box-sizing: border-box;
  border: 1px solid var(--bpa-gt-gray-400);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 10px;
  font-family: var(--bpa-primary-font);
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.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-front--ts-item-1 {
  animation-delay: 0s;
}
.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-front--ts-item-2 {
  animation-delay: 0.1s;
}
.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-front--ts-item-3 {
  animation-delay: 0.15s;
}
.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-front--ts-item-4 {
  animation-delay: 0.2s;
}
.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-front--ts-item-5 {
  animation-delay: 0.25s;
}
.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-front--ts-item-6 {
  animation-delay: 0.3s;
}
.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-front--ts-item-7 {
  animation-delay: 0.35s;
}
.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-front--ts-item-8 {
  animation-delay: 0.4s;
}
.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-front--ts-item-9 {
  animation-delay: 0.45s;
}
.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-front--ts-item-10 {
  animation-delay: 0.5s;
}
.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-front--ts-item-11 {
  animation-delay: 0.55s;
}
.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-front--ts-item-12 {
  animation-delay: 0.6s;
}
.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-front--ts-item-13 {
  animation-delay: 0.65s;
}
.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-front--ts-item-14 {
  animation-delay: 0.7s;
}
.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-front--ts-item-15 {
  animation-delay: 0.75s;
}
.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-front--ts-item-16 {
  animation-delay: 0.8s;
}
.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-front--ts-item-17 {
  animation-delay: 0.85s;
}
.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-front--ts-item-18 {
  animation-delay: 0.9s;
}
.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-front--ts-item-19 {
  animation-delay: 1s;
}
.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:hover {
  border-color: var(--bpa-pt-main-green);
  color: var(--bpa-dt-black-400);
}
.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 {
  width: 100%;
  display: block;
  font-weight: 500;
  color: var(--bpa-dt-black-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.__bpa-is-selected {
  background-color: var(--bpa-pt-main-green);
  color: var(--bpa-cl-white);
  border-color: var(--bpa-pt-main-green);
}
.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-disabled {
  cursor: not-allowed;
  background-color: rgba(15, 100, 237, 0.1);
}
.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-disabled
  span {
  opacity: 0.7;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col {
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col.bpa-active-col {
  z-index: 99;
  position: relative;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:first-child {
  animation-delay: 0.1s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(2) {
  animation-delay: 0.2s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(3) {
  animation-delay: 0.3s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(4) {
  animation-delay: 0.4s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(5) {
  animation-delay: 0.5s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(6) {
  animation-delay: 0.6s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(7) {
  animation-delay: 0.7s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(8) {
  animation-delay: 0.8s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(9) {
  animation-delay: 0.8s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(10) {
  animation-delay: 0.9s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(11) {
  animation-delay: 1s;
}
.bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(12) {
  animation-delay: 1.1s;
}
.bpa-front-module--bd-form .el-col-xl-8 {
  width: 100%;
}
.bpa-front-module--bd-form .el-row .el-col {
  margin-bottom: 36px;
}
.el-select-dropdown__item {
  margin: 0 !important;
}
.el-select-dropdown__item.selected {
  color: var(--bpa-pt-main-green) !important;
}
.bpa-front-module--booking-summary {
  margin-bottom: 24px;
}
.bpa-front-module--booking-summary .bpa-front-module--bs-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-head
  .bpa-head__vector {
  margin: 20px 0;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-head
  .bpa-head__vector-item,
.bpa-front-module--confirmation
  .bpa-head__vector--confirmation
  .bpa-head__vector-item,
.bpa-front-thankyou-module-container
  .bpa-front-tmc__head
  .bpa-front-tmc__vector--confirmation
  .bpa-head__vector-item {
  fill: var(--bpa-pt-main-green);
}
.bpa-front-refund-confirmation-content .bpa-front-rcc__body {
  border: 1px solid var(--bpa-gt-gray-400);
  background: var(--bpa-gt-gray-100);
  border-radius: var(--bpa-radius-8px);
  padding: 16px 0;
  width: 75%;
  margin: 24px auto 0;
}
.bpa-front-refund-confirmation-content
  .bpa-front-rcc__body
  .bpa-front-rcc__empty-msg {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--bpa-dt-black-300);
  font-family: var(--bpa-primary-font);
  text-align: center;
  width: 100%;
}
.bpa-front-thankyou-module-container
  .bpa-front-tmc__head
  .bpa-front-tmc__vector--confirmation
  .bpa-front-vc__bg {
  fill: var(--bpa-gt-gray-100);
}
.bpa-front-thankyou-module-container .bpa-front-cc__error-toast-notification {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--bpa-primary-font);
  color: var(--bpa-sc-danger) !important;
  font-weight: 400;
  background: var(--bpa-gt-gray-100);
  border-left: 2px solid var(--bpa-sc-danger) !important;
  margin: 0 16px 20px 16px;
  padding: 6px 12px;
  border-radius: var(--bpa-radius-6px);
  box-shadow: 0 4px 12px rgba(114, 124, 149, 0.16);
}
.bpa-front-cancel-confirmation-container .bpa-front-btn--primary {
  display: inline-block;
  cursor: pointer;
  margin-top: 32px !important;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-head
  .bpa-front-module-heading {
  margin-bottom: 8px !important;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.bpa-front-module--booking-summary .bpa-front-module--bs-head p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--bpa-primary-font);
  color: var(--bpa-dt-black-200);
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-head
  .bpa-front-module--note-desc {
  text-align: center;
  margin-top: 12px;
  padding: 0 40px;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content,
.bpa-front-tmc__summary-content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item,
.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item {
  padding: 12px 28px;
  position: relative;
  border-right: 1px solid var(--bpa-gt-gray-400);
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item:nth-child(3),
.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item:nth-child(3) {
  border-right: none;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item
  span,
.bpa-front-tmc__summary-content
  .bpa-front-tmc__sc-item
  .bpa-front-sc-item__label {
  font-size: 14px;
  line-height: 20px;
  color: var(--bpa-dt-black-300);
  margin-bottom: 4px;
  font-weight: 400;
  font-family: var(--bpa-primary-font);
  display: block;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item
  .bpa-front-bs-sm__item-val,
.bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item
  h4,
.bpa-front-tmc__summary-content
  .bpa-front-tmc__sc-item
  .bpa-front-sc-item__val {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--bpa-dt-black-400);
  font-family: var(--bpa-primary-font);
  margin: 0;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item
  .bpa-front-bs-sm__item-val,
.bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item
  h4
  span,
.bpa-front-tmc__summary-content
  .bpa-front-tmc__sc-item
  .bpa-front-sc-item__val
  span {
  max-width: 150px;
  word-wrap: break-word;
  display: block;
}
.bpa-fm__booking-summary-v47 .bpa-front-module--bs-summary-content {
  width: 100%;
}
.bpa-fm__booking-summary-v47
  .bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item {
  padding: 12px 24px;
  max-width: 46%;
}
.bpa-fm__booking-summary-v47
  .bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item:nth-child(2) {
  border-right: none;
}
.bpa-fm__booking-summary-v47
  .bpa-front-module--bs-summary-content
  .bpa-front-module--bs-summary-content-item
  .bpa-front-bs-sm__item-val {
  max-width: 320px;
}
.bpa-fm__booking-summary-v47 .bpa-front-summary-content__sm {
  display: none;
}
.bpa-front-module--booking-summary .bpa-front-module--bs-customer-detail {
  text-align: center;
  margin-bottom: 24px;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-customer-detail
  .bpa-front-module--bs-summary-content-item {
  max-width: 100%;
  border-right: none;
  padding: 0;
}
.bpa-front-module--bs-customer-detail .bpa-front-bs-sm__item-val {
  max-width: 100%;
}
.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details {
  border-top: 1px solid var(--bpa-gt-gray-400);
  border-bottom: 1px solid var(--bpa-gt-gray-400);
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-amount-details
  .bpa-fm--bs-amount-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-amount-details
  .bpa-fm--bs-amount-item
  .bpa-front-module--bs-ad--price,
.bpa-front-module--booking-summary
  .bpa-front-module--bs-amount-details
  .bpa-fm--bs-amount-item
  .bpa-front-total-payment-amount-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--bpa-primary-font);
  color: var(--bpa-dt-black-400);
  margin: 0;
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-amount-details
  .bpa-fm--bs-amount-item
  .bpa-front-module--bs-ad--price {
  color: var(--bpa-pt-main-green);
}
.bpa-front-module--booking-summary
  .bpa-front-module--bs-amount-details
  .bpa-fm--bs-amount-item.bpa-is-hide-stroke {
  border-bottom: none;
}
.bpa-front-cancel-module-container,
.bpa-front-thankyou-module-container {
  background: var(--bpa-cl-white);
  border: 1px solid var(--bpa-gt-gray-400);
  border-radius: var(--bpa-radius-8px);
  text-align: center;
  padding: 52px 0;
}
.bpa-front-tmc__head {
  margin-bottom: 32px;
}
.bpa-front-tmc__head svg {
  margin-bottom: 20px;
}
.bpa-front-cancel-module-container .bpa-front-cmc__title,
.bpa-front-tmc__booking-id .bpa-front-bi__label,
.bpa-front-tmc__head .bpa-front-tmc__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--bpa-dt-black-400);
  margin-bottom: 16px;
  line-height: 24px;
  font-family: var(--bpa-primary-font) !important;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.bpa-front-tmc__head .bpa-front-tmc__title {
  animation-delay: 0.2s;
}
.bpa-front-tmc__booking-id .bpa-front-bi__label {
  color: var(--bpa-dt-black-200);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.bpa-front-tmc__booking-id .bpa-front-bi__val {
  font-weight: 600;
  margin-left: 6px;
  color: var(--bpa-dt-black-400);
}
.bpa-front-cancel-module-container .bpa-front-cmc__title {
  max-width: 85%;
  margin: 0 auto 16px;
}
.bpa-front-cancel-module-container .bpa-front-cmc__desc,
.bpa-front-tmc__head p {
  font-size: 16px;
  font-weight: 500;
  color: var(--bpa-dt-black-200);
  font-family: var(--bpa-primary-font) !important;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.bpa-front-cancel-module-container {
  padding: 24px 12px;
}
.bpa-cancel--page,
.bpa-thankyou--page {
  background: var(--bpa-cl-white);
  padding: 10px;
}
.bpa-front-module--booking-summary .bpa-front-module--bs-head h4 {
  margin-top: 20px;
  margin-bottom: 8px;
}
.bpa-front-module--payment-methods {
  width: 100%;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.bpa-front-module--payment-methods .bpa-front--pm-body-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item {
  padding: 10px 14px;
  display: flex;
  border: 1px solid var(--bpa-gt-gray-400);
  border-radius: var(--bpa-radius-6px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  cursor: pointer;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 168px;
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-head
  .bpa-front-module-heading {
  margin-bottom: 4px;
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item.__bpa-is-selected {
  border-color: var(--bpa-pt-main-green);
  box-shadow: 0 8px 16px rgba(114, 124, 149, 0.12);
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item
  .bpa-front-si-card--checkmark-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--bpa-cl-white);
  border-radius: var(--bpa-radius-6px);
  height: 100%;
  width: 20px;
  margin: 0 8px;
  line-height: 40px;
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item
  .bpa-front-si-card--checkmark-icon
  span {
  color: var(--bpa-pt-main-green);
  font-size: 20px;
  display: inline-block;
  padding: 0 6px;
  margin: 0;
  line-height: 28px;
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item
  .bpa-front-si-card--checkmark-icon
  svg {
  fill: var(--bpa-pt-main-green);
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item:last-child {
  margin-right: 0;
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item
  svg {
  margin-right: 8px;
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item
  svg.bpa-front-pm-pay-local-icon {
  width: 24px;
  fill: var(--bpa-dt-black-200);
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item
  svg.bpa-front-pm__credit-card-icon
  path {
  fill: var(--bpa-pt-main-green);
}
.bpa-front-module--payment-methods
  .bpa-front-module--pm-body
  .bpa-front-module--pm-body__item
  p {
  font-size: 14px;
  font-family: var(--bpa-primary-font);
  line-height: 18px;
  color: var(--bpa-dt-black-300);
  margin-top: 8px;
  padding: 0;
  font-weight: 400;
}
.bpa-front-form-control.--bpa-country-dropdown {
  border: 1px solid var(--bpa-gt-gray-400) !important;
  border-radius: var(--bpa-radius-4px);
}
.bpa-front-form-control.--bpa-country-dropdown.vue-tel-input:focus-within {
  background-color: var(--bpa-gt-gray-10-a) !important;
  box-shadow: 0 0 0 3px rgba(207, 214, 229, 0.24) !important;
  outline: 0;
}
.bpa-front-form-control.--bpa-country-dropdown .vti__input {
  border-color: transparent !important;
  border-radius: 0 var(--bpa-radius-4px) var(--bpa-radius-4px) 0 !important;
}
.bpa-front-form-control.--bpa-country-dropdown .vti__input:focus {
  box-shadow: none !important;
}
.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown {
  padding: 10px 16px;
  background-color: var(--bpa-cl-white);
  border-radius: var(--bpa-radius-4px) 0 0 var(--bpa-radius-4px);
  border-right: 1px solid var(--bpa-gt-gray-400);
}
.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-list {
  background-color: var(--bpa-cl-white);
  border-color: var(--bpa-gt-gray-400);
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  line-height: normal !important;
}
.bpa-front-form-control.--bpa-country-dropdown
  .vti__dropdown
  .vti__selection
  svg {
  width: 16px;
  fill: var(--bpa-dt-black-200);
}
.bpa-front-form-control.--bpa-country-dropdown
  .vti__dropdown
  .vti__dropdown-item {
  padding: 6px 16px;
  line-height: 24px;
  margin: 0 !important;
}
.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-item.highlighted {
  background-color: var(--bpa-gt-gray-100);
}
.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-item span,
.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-item strong {
  font-size: 13px;
  font-weight: 500;
  color: var(--bpa-dt-black-300);
}
.bpa-front-form-control.--bpa-country-dropdown .vti__flag-wrapper span {
  margin-left: 0;
  margin-right: 12px;
}
.el-select-dropdown.el-popper[x-placement^="bottom"] {
  margin-top: 10px;
}
body.admin-bar .el-select-dropdown.el-popper[x-placement^="bottom"] {
  margin-top: 0;
}
.bpa-front-loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.bpa-front-loader {
  width: 72px;
  height: 72px;
  position: relative;
  margin: auto;
}
.bpa-front-loader .bpa-front-loader-cl-primary {
  fill: var(--bpa-pt-main-green);
}
.bpa-front-module--date-and-time {
  display: block;
}
.bpa-front-module--date-and-time.__sm {
  display: none;
}
.bpa-front-tabs.--bpa-top {
  flex-direction: column;
}
.bpa-front-tabs.--bpa-top .bpa-front-tab-menu {
  flex-direction: row;
  align-self: auto;
  min-width: 100%;
  padding: 16px 20px;
  margin-right: 0;
  margin-bottom: 24px;
  justify-content: flex-start;
  overflow-x: auto;
  box-shadow: 0 2px 6px rgba(166, 176, 196, 0.04),
    0 4px 12px rgb(166, 176, 196, 0.12);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.bpa-front-tabs.--bpa-top .bpa-front-tab-menu .bpa-front-tab-menu--item {
  margin-bottom: 0;
  margin-right: 40px;
}
.bpa-front-tabs.--bpa-top
  .bpa-front-tab-menu
  .bpa-front-tab-menu--item
  .bpa-front-tm--item-label {
  max-width: 160px;
  word-wrap: break-word;
}
.bpa-front-tabs.--bpa-top .bpa-front-module--service-items-row {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
.bpa-front-tabs.--bpa-top .bpa-front-module--service-items-row .el-col-xl-12 {
  width: 100%;
}
.bpa-front-tabs.--bpa-top .bpa-front-module--date-and-time .el-row--flex {
  flex-direction: column;
}
.bpa-front-tabs.--bpa-top .bpa-front-toast-notification {
  left: 32px;
  width: calc(100% - 64px);
}
.bpa-front-tabs.--bpa-top .bpa-front-tabs--panel-body .bpa-front-dc--body {
  min-height: 560px;
  max-height: 600px;
}
.el-select-dropdown.el-popper .flag {
  margin-top: 12px !important;
}
.bpa-front-read-more-link {
  color: var(--bpa-pt-main-green) !important;
  font-size: 15px;
}
.bpa-front-disabled-menu-item {
  cursor: no-drop;
}
.bpa-front-customer-panel-container {
  max-width: 980px;
  margin: 0 auto;
}
.bpa-front-cp-card {
  background: var(--bpa-cl-white);
  border-radius: var(--bpa-radius-8px);
  border: 1px solid var(--bpa-gt-gray-400);
  min-height: 800px;
}
.bpa-front-cp-card .bpa-front-cp-body {
  position: relative;
  padding: 32px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1;
  display: none;
  animation-name: slideIn;
  -webkit-animation-name: slideIn;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
}
.bpa-front-cp-card .bpa-front-cp-body.__bpa-is-active {
  display: block;
}
.bpa-front-cp-top-navbar {
  background: var(--bpa-cl-white);
  border: 1px solid var(--bpa-gt-gray-400);
  box-shadow: 4px 4px 12px rgba(114, 124, 149, 0.12);
  border-radius: var(--bpa-radius-8px);
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: flex;
}
.bpa-cp-tn__left .bpa-front-module-heading {
  margin-bottom: 0;
}
.bpa-cp-tn__right {
  display: inherit;
}
.bpa-cp-tn__right .bpa-tn__dropdown-head {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bpa-tn__dropdown-head .bpa-cp-pd__avatar {
  width: 36px;
  height: 36px;
  margin: 0 8px 0 0;
  object-fit: cover;
  object-position: center;
  border-radius: var(--bpa-radius-circle);
  display: block;
}
.bpa-tn__dropdown-head .bpa-cp-avatar__default-img {
  border: 1px solid var(--bpa-gt-gray-400);
  border-radius: var(--bpa-radius-circle);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 36px;
  height: 36px;
  justify-content: center;
  margin: 0 8px 0 0;
}
.bpa-tn__dropdown-head .bpa-cp-avatar__default-img svg {
  width: 20px;
  height: 20px;
  fill: var(--bpa-dt-black-200);
}
.bpa-cp-pd__title {
  font-size: 13px;
  margin: 0 8px 0 0;
  font-weight: 600;
  line-height: 20px;
  color: var(--bpa-dt-black-400);
  font-family: var(--bpa-primary-font) !important;
}
.bpa-tn__dropdown-head svg {
  width: 18px;
  fill: var(--bpa-dt-black-200);
}
.bpa-tn__dropdown-menu {
  padding: 28px 0;
  background-color: var(--bpa-cl-white);
  border-color: var(--bpa-gt-gray-400);
}
.bpa-tn__dropdown-menu .bpa-tn__dropdown-item {
  padding: 0 24px;
}
.bpa-tn__dropdown-menu .bpa-tn__dropdown-item:focus,
.bpa-tn__dropdown-menu .bpa-tn__dropdown-item:not(.is-disabled):hover {
  background-color: transparent;
  color: unset;
}
.bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  color: var(--bpa-dt-black-300);
  text-decoration: none !important;
  font-family: var(--bpa-primary-font) !important;
}
.bpa-tn__dropdown-menu .bpa-tn__dropdown-item:nth-child(2) a.bpa-tm__item {
  margin-bottom: 0;
}
.bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item:hover {
  color: var(--bpa-dt-black-400);
}
.bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item:focus {
  color: var(--bpa-dt-black-400);
  outline: 0 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
.bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item.__bpa-is-active {
  color: var(--bpa-pt-main-green);
}
.bpa-tn__dropdown-menu .bpa-tn__dropdown-item span {
  margin-right: 8px;
  font-size: 16px;
  color: var(--bpa-dt-black-200);
}
.bpa-tn__dropdown-menu .bpa-tn__dropdown-item svg {
  margin-right: 8px;
  width: 16px;
  fill: var(--bpa-dt-black-200);
}
.bpa-tn__dropdown-menu
  .bpa-tn__dropdown-item
  a.bpa-tm__item.__bpa-is-active
  span {
  color: var(--bpa-pt-main-green);
}
.bpa-tn__dropdown-menu
  .bpa-tn__dropdown-item
  a.bpa-tm__item.__bpa-is-active
  svg {
  fill: var(--bpa-pt-main-green);
}
.bpa-front-cp-custom-popover {
  background-color: var(--bpa-cl-white);
  border-color: var(--bpa-gt-gray-400);
}
.bpa-front-cp-custom-popover .el-date-table tr {
  border-bottom: none;
}
.bpa-front-cp--filter-wrapper {
  margin-bottom: 32px;
}
.bpa-front-cp--filter-wrapper .bpa-front-btn svg {
  fill: var(--bpa-cl-white);
  width: 20px;
  display: none;
}
.bpa-front-cp--fw__row {
  display: flex;
  align-items: center;
}
.bpa-front-cp--filter-wrapper .bpa-front-cp--fw__row {
  z-index: 999;
  position: relative;
}
.bpa-front-cp--filter-wrapper
  .bpa-front-cp--fw__row
  .bpa-front-cp--fw__date-picker-col {
  z-index: 999;
}
.el-popper.bpa-front-my-appointment-dp-filter {
  margin-top: 12px;
}
.el-popper.bpa-front-my-appointment-dp-filter.el-date-picker
  .el-date-picker__header {
  margin: 12px 12px 0;
}
.el-popper.bpa-front-my-appointment-dp-filter.el-date-picker
  .el-picker-panel__content {
  margin: 0 auto 12px;
  width: 95%;
}
.bpa-front-cp--fw__row .bpa-front-cp--fw__col {
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-cp--fw__col:not(:last-child) {
  margin-right: 16px;
  flex: 1;
}
.bpa-front-cp--fw__date-picker-col {
  display: flex;
}
.bpa-front-cp--fw__date-picker-col .bpa-front-form-control:first-child {
  margin-right: 16px;
}
.bpa-front-cp--fw__col.__bpa-is-search-icon
  .bpa-front-form-control
  .el-input__prefix {
  left: 12px;
}
.bpa-front-cp--fw__col.__bpa-is-search-icon
  .bpa-front-form-control
  .el-input__prefix
  .el-icon-search:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-color: var(--bpa-dt-black-200);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
}
.bpa-front-cp--fw__col.__bpa-is-search-icon
  .bpa-front-form-control
  .el-input__inner {
  padding: 10px 16px 10px 42px !important;
}
.bpa-custom-datepicker .el-month-table,
.bpa-custom-datepicker .el-year-table,
.bpa-front-cp-custom-popover .el-month-table,
.bpa-front-cp-custom-popover .el-year-table {
  border: none;
}
.bpa-custom-datepicker .el-month-table td,
.bpa-custom-datepicker .el-year-table td,
.bpa-front-cp-custom-popover .el-month-table td,
.bpa-front-cp-custom-popover .el-year-table td {
  border: none;
}
.bpa-custom-datepicker .el-month-table td .cell,
.bpa-custom-datepicker .el-year-table td .cell,
.bpa-front-cp-custom-popover .el-month-table td .cell,
.bpa-front-cp-custom-popover .el-year-table td .cell {
  color: var(--bpa-dt-black-400);
  font-family: var(--bpa-primary-font);
  text-decoration: none;
}
.bpa-custom-datepicker .el-month-table td.today .cell,
.bpa-custom-datepicker .el-year-table td.today .cell,
.bpa-front-cp-custom-popover .el-month-table td.today .cell,
.bpa-front-cp-custom-popover .el-year-table td.today .cell {
  color: var(--bpa-pt-main-green);
}
.bpa-custom-datepicker .el-date-picker__header--bordered,
.bpa-front-cp-custom-popover .el-date-picker__header--bordered {
  border-color: var(--bpa-gt-gray-400);
}
.bpa-cp-ma-table {
  margin-top: 32px;
}
.bpa-cp-ma-table.el-table::before {
  display: none;
}
.bpa-cp-ma-table.el-table {
  background-color: transparent;
}
.bpa-cp-ma-table.el-table table {
  border: none !important;
  background-color: transparent !important;
  margin: 0 !important;
}
.bpa-cp-ma-table.el-table td.el-table__cell,
.bpa-cp-ma-table.el-table th.el-table__cell.is-leaf {
  border-bottom: none;
}
.bpa-cp-ma-table.el-table tr {
  background-color: transparent !important;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-cp-ma-table .el-table__cell.el-table__expanded-cell {
  background-color: transparent !important;
}
.bpa-cp-ma-table.el-table tr:nth-child(2) {
  animation-delay: 0.1s;
}
.bpa-cp-ma-table.el-table tr:nth-child(3) {
  animation-delay: 0.2s;
}
.bpa-cp-ma-table.el-table tr:nth-child(4) {
  animation-delay: 0.3s;
}
.bpa-cp-ma-table.el-table tr:nth-child(5) {
  animation-delay: 0.4s;
}
.bpa-cp-ma-table.el-table tr:nth-child(6) {
  animation-delay: 0.5s;
}
.bpa-cp-ma-table.el-table tr:nth-child(7) {
  animation-delay: 0.6s;
}
.bpa-cp-ma-table.el-table tr:nth-child(8) {
  animation-delay: 0.7s;
}
.bpa-cp-ma-table.el-table tr:nth-child(9) {
  animation-delay: 0.8s;
}
.bpa-cp-ma-table.el-table tr:nth-child(10) {
  animation-delay: 0.9s;
}
.bpa-cp-ma-table.el-table .el-table__header-wrapper tr th.el-table__cell {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--bpa-dt-black-400);
  font-family: var(--bpa-primary-font) !important;
  border: none;
  border-top: 1px solid var(--bpa-gt-gray-400);
  border-bottom: 1px solid var(--bpa-gt-gray-400);
  background-color: transparent;
  padding: 14px 0;
  letter-spacing: 0;
  text-transform: capitalize;
}
.bpa-cp-ma-table.el-table .cell {
  line-height: 22px;
}
.bpa-front-cp-custom-popover {
  background-color: var(--bpa-cl-white);
  border-color: var(--bpa-gt-gray-400);
}
.bpa-front-cp-custom-popover .el-date-table tr {
  border-bottom: none;
}
.bpa-cp-ma-table.el-table .caret-wrapper {
  height: 20px;
  width: 20px;
}
.bpa-cp-ma-table.el-table .caret-wrapper .sort-caret.ascending {
  top: -2px;
  border-bottom-color: var(--bpa-gt-gray-400);
}
.bpa-cp-ma-table.el-table .caret-wrapper .sort-caret.descending {
  bottom: 0;
  border-top-color: var(--bpa-gt-gray-400);
}
.bpa-cp-ma-table.el-table .bpa-cp-ma-cell-val,
.bpa-cp-ma-table.el-table td.el-table__cell,
.bpa-cp-ma-table.el-table td.el-table__cell .cell {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: var(--bpa-primary-font) !important;
  color: var(--bpa-dt-black-300);
  text-overflow: unset;
  border: none !important;
  padding: 12px 0 !important;
}
.bpa-cp-ma-table.el-table--enable-row-hover .el-table__body tr:hover {
  cursor: pointer;
}
.bpa-cp-ma-table.el-table--enable-row-hover
  .el-table__body
  tr:hover
  > td.el-table__cell {
  background-color: transparent;
}
.bpa-cp-ma-table.el-table--striped
  .el-table__body
  tr.el-table__row--striped
  td.el-table__cell {
  background-color: var(--bpa-gt-gray-100);
}
.bpa-cp-ma-table.el-table
  td.el-table__cell
  .bpa-ma-date-time-details
  .bpa-ma-dt__time-val {
  font-size: 13px;
  font-weight: 400;
  color: var(--bpa-dt-black-300);
  display: flex;
  align-items: center;
}
.bpa-cp-ma-table.el-table
  td.el-table__cell
  .bpa-ma-date-time-details
  .bpa-ma-dt__time-val
  svg {
  width: 16px;
  fill: var(--bpa-dt-black-200);
  margin-right: 4px;
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box {
  border: 1px solid rgba(83, 93, 113, 0.52);
  padding: 6px 8px;
  border-radius: var(--bpa-radius-4px);
  display: inline-block;
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box.__bpa-is-pending {
  border-color: rgba(245, 174, 65, 0.52);
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box.__bpa-is-approved {
  border-color: rgba(31, 99, 231, 0.52);
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box.__bpa-is-rejected {
  border-color: rgba(238, 36, 69, 0.52);
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box.__bpa-is-no-show {
  border-color: rgba(131, 78, 30, 0.52);
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box.__bpa-is-completed {
  border-color: rgba(18, 212, 136, 0.52);
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box .bpa-sb__circle {
  width: 10px;
  height: 10px;
  border-radius: var(--bpa-radius-circle);
  background-color: var(--bpa-dt-black-300);
  display: block;
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box.__bpa-is-pending .bpa-sb__circle {
  background-color: var(--bpa-pt-secondary-orange);
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box.__bpa-is-approved .bpa-sb__circle {
  background-color: var(--bpa-pt-blue);
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box.__bpa-is-rejected .bpa-sb__circle {
  background-color: var(--bpa-sc-danger);
}
.bpa-cp-ma-table.el-table .bpa-ma-status-box.__bpa-is-no-show .bpa-sb__circle {
  background-color: var(--bpa-pt-brown);
}
.bpa-cp-ma-table.el-table
  .bpa-ma-status-box.__bpa-is-completed
  .bpa-sb__circle {
  background-color: var(--bpa-pt-main-green);
}
.bpa-cp-ma-table.el-table .el-table__expand-icon > .el-icon {
  margin-top: -10px !important;
}
.bpa-cp-ma-table.el-table .el-table__expand-icon .el-icon-arrow-right::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  background-color: var(--bpa-dt-black-200);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M12 7c-.55 0-1 .45-1 1v3H8c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V8c0-.55-.45-1-1-1zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M12 7c-.55 0-1 .45-1 1v3H8c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V8c0-.55-.45-1-1-1zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E");
}
.bpa-cp-ma-table.el-table .el-table__expand-icon--expanded {
  transform: rotate(0);
}
.bpa-cp-ma-table.el-table
  .el-table__expand-icon--expanded
  .el-icon-arrow-right::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M7 12c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1zm5-10C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M7 12c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1zm5-10C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E");
}
.bpa-front-ma-table-actions-wrap {
  position: absolute;
  top: calc(50% - 23px);
  right: 12px;
  z-index: -1;
  opacity: 0;
}
.bpa-front-ma-table-actions-wrap .bpa-front-ma-taw__card {
  background: var(--bpa-cl-white);
  border: 1px solid var(--bpa-gt-gray-400);
  border-radius: var(--bpa-radius-8px);
  display: flex;
  padding: 6px 14px;
  box-shadow: 0 8px 16px rgba(114, 124, 149, 0.06),
    0 16px 32px rgba(114, 124, 149, 0.16);
}
.bpa-front-ma-table-actions-wrap .bpa-front-btn {
  display: block;
}
.bpa-front-ma-table-actions-wrap .bpa-front-btn + .bpa-front-btn {
  margin-left: 0;
}
.bpa-front-ma-table-actions-wrap
  .bpa-front-ma-taw__card
  .bpa-front-btn--icon-without-box
  span {
  line-height: unset;
}
.bpa-front-ma-table-actions-wrap .bpa-front-btn--icon-without-box:hover {
  border-color: transparent !important;
  background-color: var(--bpa-pt-main-green) !important;
  color: var(--bpa-cl-white) !important;
}
.bpa-front-ma-table-actions-wrap
  .bpa-front-ma-taw__card
  .bpa-front-btn--icon-without-box
  span
  svg {
  fill: var(--bpa-dt-black-200);
  vertical-align: middle;
}
.bpa-front-ma-table-actions-wrap
  .bpa-front-ma-taw__card
  .bpa-front-btn--icon-without-box:hover
  span
  svg {
  fill: var(--bpa-cl-white);
  vertical-align: middle;
}
.bpa-front-ma-table-actions-wrap
  .bpa-front-ma-taw__card
  .bpa-front-taw__reschedule-icon
  span
  svg {
  width: 19px;
}
.bpa-cp-ma-table .el-table__row:hover .bpa-front-ma-table-actions-wrap {
  z-index: 999;
  opacity: 1;
}
.bpa-front-cp-cancel-mob-drawer {
  border-radius: 0 0 var(--bpa-radius-8px) var(--bpa-radius-8px);
}
.bpa-front-cp-cancel-mob-drawer .el-drawer__body {
  padding: 40px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.bpa-front-cp-cancel-mob-drawer .bpa-front-dialog-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.bpa-front-cp-cancel-mob-drawer .bpa-front-dialog-footer .bpa-front-btn {
  min-width: 124px;
  justify-content: center;
}
.bpa-front-ma--pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.bpa-front-ma--pagination-wrapper .el-pagination {
  display: flex;
  align-items: center;
}
.bpa-front-ma--pagination-wrapper .el-pager {
  margin: 0 !important;
  padding: 0 !important;
}
.bpa-front-ma--pagination-wrapper .el-pager li {
  margin: 0 12px;
  padding: 0;
  min-width: 28px;
  width: 28px;
  border-radius: var(--bpa-radius-4px);
  font-size: 14px;
  color: var(--bpa-dt-black-300);
  border: 1px solid var(--bpa-gt-gray-400);
  font-weight: 500;
  background-color: transparent;
}
.bpa-front-ma--pagination-wrapper .el-pager li.active + li {
  border-left: 1px solid var(--bpa-gt-gray-400);
}
.bpa-front-ma--pagination-wrapper .el-pager li:not(.el-icon-more) {
  font-family: var(--bpa-primary-font) !important;
}
.bpa-front-ma--pagination-wrapper .el-pager li.active {
  background-color: var(--bpa-pt-main-green);
  border-color: var(--bpa-pt-main-green);
  color: var(--bpa-cl-white);
}
.bpa-front-ma--pagination-wrapper .el-pager li:hover {
  color: var(--bpa-pt-main-green);
}
.bpa-front-ma--pagination-wrapper .el-pager li.active:hover {
  color: var(--bpa-cl-white);
}
.bpa-front-ma--pagination-wrapper .el-pagination .btn-next,
.bpa-front-ma--pagination-wrapper .el-pagination .btn-prev {
  height: auto;
  line-height: normal;
}
.bpa-front-ma--pagination-wrapper .el-pagination .btn-next:focus,
.bpa-front-ma--pagination-wrapper .el-pagination .btn-next:hover,
.bpa-front-ma--pagination-wrapper .el-pagination .btn-prev:focus,
.bpa-front-ma--pagination-wrapper .el-pagination .btn-prev:hover {
  background-color: transparent;
}
.bpa-front-ma--pagination-wrapper .el-pagination .btn-next .el-icon,
.bpa-front-ma--pagination-wrapper .el-pagination .btn-prev .el-icon {
  font-weight: 400;
  min-width: 32px;
  font-size: 20px;
  color: var(--bpa-dt-black-200);
}
.bpa-front-ma--pagination-wrapper .el-icon-arrow-left:before,
.bpa-front-ma--pagination-wrapper .el-icon-arrow-right:before {
  width: 24px;
  height: 24px;
  background-color: var(--bpa-dt-black-200);
  display: block;
  content: "";
}
.bpa-front-ma-view-appointment-card {
  padding: 24px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--bpa-gt-gray-400);
  border-radius: var(--bpa-radius-8px);
  box-shadow: 0 2px 12px rgba(114, 124, 149, 0.12);
  margin: 0 12px;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.1s;
}
.bpa-ma-vac--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
.bpa-ma-vac--head__right .bpa-front-pill {
  background-color: transparent;
  border-color: var(--bpa-gt-gray-400);
  color: var(--bpa-pt-blue);
}
.bpa-ma-vac--head__right .bpa-front-pill.--bpa-warning {
  color: var(--bpa-pt-secondary-orange);
}
.bpa-ma-vac--head__right .bpa-front-pill.--bpa-info {
  color: var(--bpa-dt-black-200);
}
.bpa-ma-vac--head__right .bpa-front-pill.--bpa-rejected {
  color: var(--bpa-sc-danger);
}
.bpa-ma-vac-sec-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-weight: 500;
  color: var(--bpa-dt-black-400);
  border-bottom: 1px solid var(--bpa-gt-gray-400);
}
.bpa-left__service-detail .bpa-sd__appointment-id {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--bpa-dt-black-200);
}
.bpa-left__service-detail .bpa-sd__appointment-title {
  font-size: 16px;
  line-height: 20px;
  color: var(--bpa-dt-black-400);
  font-weight: 600;
}
.bpa-front-ma-view-appointment-card .bpa-ma-vac--basic-details {
  margin-bottom: 20px;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}
.bpa-ma-vac--basic-details .bpa-vac-bd__row {
  margin-bottom: 16px;
  display: flex;
}
.bpa-ma-vac--basic-details .bpa-vac-bd__row:last-child {
  margin-bottom: 0;
}
.bpa-vac-bd__row .bpa-bd__item {
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 50%;
}
.bpa-bd__item .bpa-item--label {
  font-size: 13px;
  line-height: 16px;
  color: var(--bpa-dt-black-300);
  font-weight: 500;
  flex-basis: 40%;
}
.bpa-bd__item .bpa-item--val {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--bpa-dt-black-400);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bpa-ma-vac--payment-details .bpa-vac-pd__item {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  margin-bottom: 12px;
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}
.bpa-ma-vac--payment-details .bpa-vac-pd__item:last-child {
  margin-bottom: 0;
}
.bpa-vac-pd__item .bpa-vac-pd__label,
.bpa-vac-pd__item .bpa-vac-pd__val {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: var(--bpa-dt-black-300);
}
.bpa-vac-pd__item .bpa-vac-pd__val {
  text-align: right;
}
.bpa-vac-pd__item.__bpa-pd-is-total-item {
  border-radius: var(--bpa-radius-6px);
  border: 1px solid var(--bpa-gt-gray-400);
  padding-top: 4px;
  padding-bottom: 4px;
}
.bpa-vac-pd__item.__bpa-pd-is-total-item .bpa-vac-pd__label {
  color: var(--bpa-dt-black-400);
}
.bpa-vac-pd__item.__bpa-pd-is-total-item .bpa-vac-pd__val {
  font-weight: 600;
}
.bpa-front-ma-view-appointment-card .bpa-ma-vac--action-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.bpa-ma-vac--action-btn-group .bpa-front-btn {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.bpa-ma-vac--action-btn-group .bpa-front-btn:hover {
  background-color: var(--bpa-pt-main-green);
  border-color: var(--bpa-pt-main-green);
  color: var(--bpa-cl-white);
}
.bpa-ma-vac--action-btn-group .bpa-front-btn span svg {
  fill: var(--bpa-dt-black-300);
}
.bpa-ma-vac--action-btn-group .bpa-front-btn span svg {
  vertical-align: middle;
}
.bpa-ma-vac--action-btn-group .bpa-front-btn:hover span svg {
  fill: var(--bpa-cl-white);
}
.bpa-front-cp-delete-account-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(800px - 64px);
}
.bpa-front-dcw__vector {
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bpa-front-dcw__body {
  -webkit-animation-name: bpaFadeInUp;
  animation-name: bpaFadeInUp;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.bpa-front-dcw__vector .bpa-front-dcw__vector-primary-color {
  fill: var(--bpa-pt-main-green);
}
.bpa-front-dcw__body-title {
  font-family: var(--bpa-primary-font);
  font-weight: 600;
  font-size: 16px;
  margin: 32px 0 12px 0;
  line-height: 24px;
  text-align: center;
  color: var(--bpa-dt-black-400);
}
.bpa-front-dcw__body-sub-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--bpa-dt-black-300);
  font-family: var(--bpa-primary-font);
  text-align: center;
}
.bpa-front-dcw__body-btn-group {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.bpa-full-container-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bpa-cl-white);
  z-index: 999;
}
.bpa-frontend-main-container .bpa-front-loader-container {
  position: absolute;
  left: 50%;
  z-index: 99;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.--bpa-is-overflow-visible {
  overflow: visible !important;
}
#bpa-external-script {
  position: absolute;
  left: -20000px;
}
@media (min-width: 1368px) and (max-width: 1599px) {
  .bpa-frontend-main-container {
    max-width: 1140px !important;
  }
  .bpa-front-module--service-item .bpa-front-si-card {
    padding: 24px 0 24px 24px;
  }
  .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 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .bpa-front-module--date-and-time .bpa-front--dt__wrapper,
  .bpa-front-module--service-items-row {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .bpa-frontend-main-container {
    max-width: 100% !important;
    padding: 0 40px;
  }
  .bpa-front-module-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .bpa-front-btn:not(.bpa-front-btn--icon-without-box) {
    padding: 10px 20px;
    font-size: 14px;
  }
  .el-form-item__error {
    font-size: 12px;
    left: 0;
    padding-left: 16px;
  }
  .el-form-item__error::before {
    font-size: 12px;
  }
  .bpa-front-dc--body {
    padding: 40px 32px 0 32px;
  }
  .bpa-front-module-container .bpa-front-module-heading {
    margin-bottom: 12px;
  }
  .bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag {
    padding: 8px 12px;
    line-height: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .bpa-front-module--service-item .bpa-front-si-card {
    padding: 20px 0 20px 20px;
  }
  .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:first-child {
    margin-right: 12px;
  }
  .bpa-front-module--service-item
    .bpa-front-si-card
    .bpa-front-si__card-body
    .bpa-front-si__card-body--heading {
    font-size: 15px;
    line-height: 20px;
  }
  .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;
    line-height: 18px;
  }
  .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 {
    font-size: 13px;
    line-height: 16px;
    border-radius: var(--bpa-radius-6px);
    margin-right: 8px;
    margin-bottom: 8px;
    flex-basis: calc(50% - 8px);
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-summary-content
    .bpa-front-module--bs-summary-content-item
    span {
    font-size: 14px;
  }
  .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: 15px;
    line-height: 18px;
  }
  .bpa-front--dt__time-slots {
    padding: 28px 20px 18px 20px;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item
    span
    img {
    max-width: 36px;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item
    p {
    font-size: 14px;
    line-height: 18px;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item:first-child {
    margin-right: 20px;
  }
  .bpa-front-module--date-and-time .bpa-front--dt__wrapper,
  .bpa-front-module--service-items-row {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  }
}
@media (max-width: 1024px) {
  .bpa-front-tabs--vertical-left {
    flex-direction: column;
  }
  .bpa-frontend-main-container {
    max-width: 100% !important;
    padding: 0 32px;
  }
  .bpa-front-tabs--vertical-left .bpa-front-tab-menu {
    flex-direction: row;
    align-self: auto;
    min-width: 100%;
    padding: 16px 20px;
    margin-right: 0;
    margin-bottom: 24px;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item {
    margin-bottom: 0;
    margin-right: 32px;
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item:last-child {
    margin-right: 0;
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item
    .bpa-front-tm--item-label {
    min-width: 54px;
  }
  .bpa-front-tabs--vertical-left.--bpa-top
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item.__bpa-is-active
    span {
    -webkit-animation-name: bpa-zoom-in-left;
    -moz-animation-name: bpa-zoom-in-left;
    -o-animation-name: bpa-zoom-in-left;
    animation-name: bpa-zoom-in-left;
  }
  .bpa-front-module-heading {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .bpa-front-btn:not(.bpa-front-btn--icon-without-box) {
    padding: 10px 20px;
    font-size: 14px;
  }
  .bpa-front-btn__small {
    font-size: 13px;
    padding: 8px 16px;
  }
  .bpa-front-btn__small span svg {
    width: 16px;
    height: 16px;
  }
  .el-form-item__error {
    font-size: 12px;
    left: 0;
    padding-left: 16px;
  }
  .el-form-item__error::before {
    font-size: 12px;
  }
  .bpa-front-tabs--panel-body .bpa-front-dc--body {
    min-height: 550px;
    max-height: 600px;
  }
  .bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag {
    padding: 8px 12px;
    line-height: 18px;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .bpa-front-module--category
    .bpa-front-cat-items
    .bpa-front-ci-pill.el-tag
    svg {
    width: 16px;
    margin-left: 4px;
  }
  .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:first-child {
    margin-right: 12px;
  }
  .bpa-front-module--service-item
    .bpa-front-si-card
    .bpa-front-si__card-body
    .bpa-front-si__card-body--heading {
    font-size: 15px;
    line-height: 20px;
  }
  .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;
    line-height: 18px;
  }
  .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 {
    font-size: 14px;
  }
  .bpa-front-module--service-item
    .bpa-front-si-card
    .bpa-front-si-card--checkmark-icon {
    top: 8px;
    right: 8px;
  }
  .bpa-front-module--service-item
    .bpa-front-si-card
    .bpa-front-si-card--checkmark-icon
    svg {
    width: 20px;
  }
  .bpa-front--dt__calendar {
    height: 410px;
  }
  .bpa-front--dt__time-slots {
    padding: 28px 20px 18px 20px;
    height: 410px;
  }
  .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 {
    font-size: 14px;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-head img {
    max-width: 104px;
  }
  .bpa-front--dt__time-slots
    .bpa-front--dt__ts-heading
    .bpa-front-module-heading {
    font-size: 16px;
  }
  .bpa-front--dt__time-slots
    .bpa-front--dt__ts-body
    .bpa-front--dt__ts-body--row
    .bpa-front--dt-ts__sub-heading {
    font-size: 15px;
    line-height: 18px;
  }
  .bpa-front-form-control.--bpa-country-dropdown
    .vti__dropdown
    .vti__dropdown-item {
    line-height: 24px;
    padding: 8px 16px;
  }
  .bpa-front-module--booking-summary {
    margin-bottom: 24px;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-head p {
    font-size: 15px;
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-amount-details
    .bpa-fm--bs-amount-item
    .bpa-front-total-payment-amount-label,
  .bpa-front-tabs
    .bpa-front-module--booking-summary
    .bpa-front-module--bs-amount-details
    .bpa-front-module--bs-ad--price {
    font-size: 15px;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item
    span
    svg {
    max-width: 24px;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item
    p {
    font-size: 14px;
    line-height: 18px;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item:first-child {
    margin-right: 20px;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-head {
    margin-bottom: 20px;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content {
    margin-bottom: 24px;
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-summary-content
    .bpa-front-module--bs-summary-content-item {
    padding: 12px 16px;
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-summary-content
    .bpa-front-module--bs-summary-content-item
    span {
    font-size: 13px;
    line-height: 16px;
  }
  .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: 14px;
    line-height: 18px;
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-summary-content
    .bpa-front-module--bs-summary-content-item:last-child {
    border-bottom: none;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details {
    padding: 20px 0;
  }
  .bpa-front-ma-view-appointment-card
    .bpa-ma-vac--action-btn-group
    .bpa-front-btn__small
    span
    svg {
    vertical-align: bottom;
  }
  .bpa-front--dt__calendar .vc-day {
    height: 53.2px;
  }
  .bpa-front-ma-table-actions-wrap .bpa-front-ma-taw__card {
    box-shadow: 0 4px 6px rgba(114, 124, 149, 0.06),
      0 6px 20px rgba(114, 124, 149, 0.16);
  }
  .bpa-front-cp-top-navbar {
    padding: 16px 20px;
  }
  .bpa-tn__dropdown-head .bpa-cp-avatar__default-img {
    width: 32px;
    height: 32px;
  }
  .bpa-tn__dropdown-head .bpa-cp-avatar__default-img svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 972px) {
  .bpa-front-cp-body .bpa-front-module-heading {
    display: none;
  }
  .bpa-ma-vac--payment-details .bpa-vac-pd__item {
    padding: 0 12px;
  }
  .bpa-vac-pd__item.__bpa-pd-is-total-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bpa-front-module--bd-form .el-row:first-child {
    margin-bottom: 0;
  }
  .bpa-front-module--bd-form .el-row:first-child .el-col {
    margin-bottom: 20px;
  }
  .el-form-item__error {
    margin-top: 2px;
  }
  .bpa-front--dt__time-slots {
    padding: 20px;
  }
  .bpa-front--dt__time-slots
    .bpa-front--dt__ts-heading
    .bpa-front-module-heading {
    margin-bottom: 8px;
  }
  .el-popper[x-placement^="bottom"] {
    margin-top: 12px;
  }
  .bpa-front-cp-custom-popover.el-popper[x-placement^="bottom"] {
    margin-top: 52px;
  }
  .el-popper.bpa-front-cp-custom-popover.bpa-front-my-appointment-dp-filter {
    margin-top: 12px;
  }
  .bpa-front-module--service-items-row .bpa-fm--si--col {
    flex-basis: 100%;
  }
  .bpa-front-module--date-and-time {
    display: none;
  }
  .bpa-front-module--date-and-time.__sm {
    display: block;
  }
  .bpa-front-module--date-and-time.__sm .el-col-sm-12 {
    width: 100%;
  }
  .bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn {
    width: 100%;
    margin-bottom: 12px;
  }
  .bpa-front-module--date-and-time.__sm
    .bpa-front--dt__ts-sm-back-btn
    .bpa-front-btn {
    width: 100%;
    padding: 8px 12px;
    border-radius: var(--bpa-radius-4px) !important;
  }
  .bpa-front-module--date-and-time.__sm
    .bpa-front--dt__ts-sm-back-btn
    .bpa-front-btn
    span
    svg {
    width: 18px;
    margin-right: 4px;
    fill: var(--bpa-dt-black-300);
  }
  .bpa-front-module--date-and-time.__sm
    .bpa-front--dt__ts-sm-back-btn
    .bpa-front-btn
    label {
    font-size: 14px;
    color: var(--bpa-dt-black-300);
    display: initial;
    font-weight: 400;
  }
  .bpa-front-cp--filter-wrapper .bpa-front-btn {
    font-size: 0;
    padding: 9px 12px;
    line-height: unset;
  }
  .bpa-front-cp--filter-wrapper .bpa-front-btn span {
    line-height: normal;
  }
  .bpa-front-cp--filter-wrapper .bpa-front-btn svg {
    display: block;
  }
  .bpa-front-tabs.--bpa-top
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item
    .bpa-front-tm--item-label {
    min-width: 54px;
  }
  .bpa-front--dt__calendar .vc-day {
    height: 53.3px;
  }
  .bpa-front-customer-panel-container {
    position: relative;
    z-index: 9999;
  }
  .el-dropdown-menu.bpa-tn__dropdown-menu {
    z-index: 9999 !important;
  }
  .bpa-front-cp-custom-popover {
    z-index: 9999 !important;
  }
  .bpa-front-cp-card {
    min-height: 630px;
  }
  .bpa-front-cp-delete-account-wrapper {
    min-height: calc(630px - 64px);
  }
}
@media (max-width: 576px) {
  .bpa-front-tabs--vertical-left {
    flex-direction: column;
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item
    .bpa-front-tm--item-icon,
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item
    span {
    border: transparent;
    background-color: transparent;
    margin-right: 0;
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item::after {
    content: "";
    background-color: var(--bpa-pt-main-green);
    bottom: -17px;
    width: 100%;
    position: absolute;
    height: 0;
    left: 0;
    transition: all 0.2s ease;
  }
  .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 {
    border: transparent;
    background-color: transparent;
    box-shadow: none;
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item.__bpa-is-active::after {
    height: 2px;
  }
  .bpa-frontend-main-container {
    max-width: 100% !important;
    padding: 0;
  }
  .el-tooltip__popper[x-placement^="top"] {
    margin-bottom: -35px !important;
  }
  .bpa-front-dc--footer.__bpa-is-sticky,
  .bpa-front-ma--pagination-wrapper.__bpa-is-sticky,
  .bpa-front__mc--is-sticky .bpa-front-cp-top-navbar,
  .bpa-front__mc--is-sticky .bpa-front-tabs .bpa-front-tab-menu {
    position: sticky;
    left: 0;
    border-radius: 0;
    z-index: 9991;
    width: 100%;
  }
  .bpa-front__mc--is-sticky .bpa-front-cp-top-navbar,
  .bpa-front__mc--is-sticky .bpa-front-tabs .bpa-front-tab-menu {
    top: 0;
  }
  .bpa-front-dc--footer.__bpa-is-sticky,
  .bpa-front-ma--pagination-wrapper.__bpa-is-sticky {
    bottom: 0;
  }
  .bpa-front-dc--footer.__bpa-is-sticky .bpa-front-tabs--foot {
    width: 100%;
    box-shadow: 0 -8px 16px rgba(114, 124, 149, 0.06),
      0 -16px 32px rgba(114, 124, 149, 0.16);
    margin: 0;
  }
  .bpa-front-tabs--vertical-left .bpa-front-tab-menu {
    justify-content: space-between;
    padding: 16px 28px;
  }
  .bpa-front-default-card {
    overflow: visible;
  }
  .bpa-front-tabs--panel-body {
    transition: all 0.4s ease;
  }
  .bpa-front-tab-menu {
    min-width: auto !important;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item {
    font-size: 0 !important;
    position: relative;
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item
    .bpa-front-tm--item-label {
    min-width: unset;
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item::before {
    content: "01";
    font-size: 14px;
    font-weight: 500;
    left: 8px;
    position: absolute;
    color: var(--bpa-dt-black-300);
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item:nth-child(2)::before {
    content: "02";
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item:nth-child(3)::before {
    content: "03";
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item:nth-child(4)::before {
    content: "04";
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item:nth-child(5)::before {
    content: "05";
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item:nth-child(6)::before {
    content: "06";
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item:nth-child(7)::before {
    content: "07";
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item:nth-child(8)::before {
    content: "08";
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item:last-child {
    margin-right: 0;
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item
    span {
    font-size: 0;
    margin-right: 0;
  }
  .bpa-front-tabs--vertical-left
    .bpa-front-tab-menu
    .bpa-front-tab-menu--item
    .bpa-front-tm--item-icon
    svg {
    width: 0;
  }
  .bpa-front-tabs--panel-body .bpa-front-dc--body {
    min-height: 400px;
    max-height: unset;
    padding: 24px 0;
  }
  .bpa-front-module-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .bpa-front-btn {
    padding: 8px 18px;
    font-size: 13px;
    line-height: 16px;
    border-radius: var(--bpa-radius-4px);
  }
  .el-form-item__error {
    font-size: 11px;
    left: 0;
    padding-left: 16px;
    margin-top: 2px;
  }
  .el-form-item__error::before {
    font-size: 12px;
  }
  .bpa-front-tabs--foot {
    padding: 12px;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 var(--bpa-radius-8px) var(--bpa-radius-8px);
  }
  .bpa-front-tabs--foot .bpa-front-btn + .bpa-front-btn {
    margin-left: 0;
  }
  .bpa-front-module--category
    .bpa-front-cat-items-wrapper
    .bpa-front-cat-items {
    padding: 0 20px;
  }
  .bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag {
    padding: 6px;
    line-height: 18px;
    margin-right: 12px;
    border-radius: var(--bpa-radius-4px);
    margin-bottom: 12px;
    font-size: 14px;
  }
  .bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag i {
    font-size: 14px;
    margin-left: 4px;
  }
  .bpa-front-module--category
    .bpa-front-cat-items
    .bpa-front-ci-pill.el-tag
    svg {
    width: 14px;
    margin-left: 4px;
  }
  .bpa-front-module--category .bpa-front-module-heading,
  .bpa-front-module--date-and-time.__sm .bpa-front-module--note-desc,
  .bpa-front-module--date-and-time.__sm .bpa-front-module-heading,
  .bpa-front-module--service .bpa-front-module-heading {
    padding-left: 20px;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-head
    .bpa-front-module-heading {
    padding-left: 20px;
  }
  .bpa-front-module--service {
    margin-top: 12px;
  }
  .bpa-front-module--service-items-row,
  .bpa-front-tabs.--bpa-top .bpa-front-module--service-items-row {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    margin: 0;
  }
  .bpa-front-module--service-items-row .bpa-fm--si--col {
    padding: 0;
  }
  .bpa-front-module--service-items-row .bpa-front-module--service-item {
    padding: 8px 0;
    border-bottom: 1px solid var(--bpa-gt-gray-400);
  }
  .bpa-front-module--service-item .bpa-front-si-card {
    flex-direction: column;
    padding: 16px 0;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    text-align: center;
    align-items: center;
  }
  .bpa-front-module--service-items-row
    .bpa-fm--si--col:last-child
    .bpa-front-module--service-item {
    border-bottom: none;
  }
  .bpa-front-module--service-item.__bpa-is-selected .bpa-front-si-card {
    border-color: transparent;
    box-shadow: 0 0 12px rgba(114, 124, 149, 0.28);
  }
  .bpa-front-module--service-item.__bpa-is-description-enable
    .bpa-front-si-card {
    align-items: center;
  }
  .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .bpa-front-module--service-item
    .bpa-front-si-card
    .bpa-front-si-card__left
    .bpa-front-si__default-img {
    margin: 0 auto;
  }
  .bpa-front-module--service-item
    .bpa-front-si-card
    .bpa-front-si__card-body
    .bpa-front-si__card-body--heading {
    font-size: 15px;
    line-height: 18px;
    max-width: 85%;
    margin: 0 auto 12px;
  }
  .bpa-front-module--service-item
    .bpa-front-si-card
    .bpa-front-si__card-body
    .bpa-front-si-cb__specs {
    justify-content: center;
  }
  .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: 13px;
    line-height: 18px;
    word-break: normal;
  }
  .bpa-front-module--service-item.__bpa-is-description-enable
    .bpa-front-si-card
    p.--bpa-is-desc {
    font-size: 13px;
    line-height: 20px;
    padding: 0 20px;
  }
  .bpa-front-module--service-item
    .bpa-front-si-card
    .bpa-front-si-card--checkmark-icon {
    top: 12px;
    right: 12px;
  }
  .bpa-front-module--service-item
    .bpa-front-si-card
    .bpa-front-si-card--checkmark-icon
    svg {
    width: 20px;
  }
  .bpa-front-module--date-and-time .el-row--flex {
    flex-direction: column;
    margin: 0 !important;
  }
  .bpa-front-module--date-and-time .el-row--flex .el-col-xl-12 {
    padding: 0 !important;
  }
  .bpa-front--dt__calendar .vc-day {
    height: 53px;
  }
  .bpa-front--dt__calendar {
    margin-bottom: 24px;
  }
  .bpa-front--dt__time-slots {
    padding: 0;
    border: none;
    height: auto;
    min-height: 400px;
  }
  .bpa-front--dt__time-slots
    .bpa-front--dt__ts-heading
    .bpa-front-module-heading {
    margin-bottom: 8px;
  }
  .bpa-front--dt__time-slots .bpa-front--dt__ts-body {
    padding: 0 20px;
  }
  .bpa-front__no-timeslots-body {
    min-height: calc(400px - 64px);
    height: auto;
  }
  .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 {
    flex-basis: calc(50% - 6px);
    margin-bottom: 12px;
    margin-right: 12px;
    text-align: center;
    font-size: 13px;
  }
  .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:nth-child(2n) {
    margin-right: 0;
  }
  .bpa-front-module--bd-form .el-row:first-child {
    margin-bottom: 0;
  }
  .bpa-front-module--bd-form .el-row:first-child .el-col {
    margin-bottom: 20px;
  }
  .bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-list {
    width: 280px !important;
  }
  .el-form-item__label {
    font-size: 14px;
    line-height: 16px;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content,
  .bpa-front-tmc__summary-content {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .bpa-front-cancel-module-container .bpa-front-cmc__title,
  .bpa-front-tmc__head .bpa-front-tmc__title {
    font-size: 16px;
    padding: 0 12px;
  }
  .bpa-front-cancel-module-container .bpa-front-cmc__desc,
  .bpa-front-tmc__head p {
    font-size: 15px;
    padding: 0 12px;
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-summary-content
    .bpa-front-module--bs-summary-content-item,
  .bpa-front-tmc__summary-content .bpa-front-tmc__sc-item {
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border-right: none;
    max-width: 100%;
    border-bottom: 1px solid var(--bpa-dt-black-100);
  }
  bpa-fm__booking-summary-v47
    .bpa-front-module--bs-summary-content
    .bpa-front-module--bs-summary-content-item {
    padding: 16px 0;
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-summary-content
    .bpa-front-module--bs-summary-content-item:nth-child(3),
  .bpa-front-tmc__summary-content .bpa-front-tmc__sc-item:nth-child(3) {
    border-bottom: none;
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-summary-content
    .bpa-front-module--bs-summary-content-item
    .bpa-front-bs-sm__item-val,
  .bpa-front-module--bs-summary-content
    .bpa-front-module--bs-summary-content-item
    h4
    span,
  .bpa-front-tmc__summary-content
    .bpa-front-tmc__sc-item
    .bpa-front-sc-item__val
    span {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }
  .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: 14px;
    line-height: 18px;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-head {
    text-align: center;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-head img {
    max-width: 84px;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-head p {
    font-size: 14px;
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-head
    .bpa-front-module--note-desc {
    padding: 0 16px;
  }
  .bpa-front-module--booking-summary {
    margin-bottom: 12px;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details {
    padding: 12px 0;
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-amount-details
    .bpa-fm--bs-amount-item
    .bpa-front-total-payment-amount-label,
  .bpa-front-tabs
    .bpa-front-module--booking-summary
    .bpa-front-module--bs-amount-details
    .bpa-front-module--bs-ad--price {
    font-size: 14px;
  }
  .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;
    line-height: 16px;
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-head
    .bpa-head__vector {
    margin-top: 20px;
  }
  .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content {
    margin-bottom: 16px;
  }
  .bpa-fm__booking-summary-v47 .bpa-front-module--bs-summary-content {
    margin-bottom: 0;
  }
  .bpa-fm__booking-summary-v47 .bpa-front-summary-content__lg {
    display: none;
  }
  .bpa-fm__booking-summary-v47 .bpa-front-summary-content__sm {
    display: block;
    margin-bottom: 0;
  }
  .bpa-fm__booking-summary-v47
    .bpa-front-summary-content__sm
    .bpa-front-bs-sm__item-vals:not(:last-child) {
    margin-bottom: 24px;
  }
  .bpa-fm__booking-summary-v47
    .bpa-front-summary-content__sm
    .bpa-front-bs-sm__item-vals
    .bpa-front-bs-sm__item-val {
    margin-bottom: 6px;
  }
  .bpa-fm__booking-summary-v47 .bpa-front-module--bs-customer-detail {
    margin-bottom: 0;
    border-bottom: 1px solid var(--bpa-gt-gray-400);
  }
  .bpa-front-module--booking-summary
    .bpa-front-module--bs-amount-details
    .bpa-fm--bs-amount-item {
    padding: 0 20px;
  }
  .bpa-front-module--payment-methods .bpa-front-module--pm-body {
    padding-left: 0;
  }
  .bpa-front-module--payment-methods .bpa-front--pm-body-items {
    flex-direction: column;
    padding: 0 20px;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item {
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 12px;
    border: 1px solid var(--bpa-gt-gray-400);
    border-radius: var(--bpa-radius-4px);
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item:first-child {
    margin-right: 0;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item:last-child {
    margin-bottom: 0;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item
    p {
    font-size: 13px;
  }
  .bpa-front-module--payment-methods
    .bpa-front-module--pm-body
    .bpa-front-module--pm-body__item
    svg {
    width: 20px;
    height: 20px;
  }
  .bpa-front-module--date-and-time {
    display: none;
  }
  .bpa-front--dt__time-slots
    .bpa-front--dt__ts-body
    .bpa-front--dt__ts-body--row {
    margin-bottom: 4px;
  }
  .bpa-front-module--date-and-time.__sm {
    display: block;
  }
  .bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .bpa-front-module--date-and-time.__sm
    .bpa-front--dt__ts-sm-back-btn
    .bpa-front-btn {
    width: 100%;
    padding: 8px 12px;
    border-color: var(--bpa-gt-gray-400) !important;
    border-radius: var(--bpa-radius-4px) !important;
  }
  .bpa-front-module--date-and-time.__sm
    .bpa-front--dt__ts-sm-back-btn
    .bpa-front-btn
    > span {
    display: flex;
    align-items: center;
  }
  .bpa-front-module--date-and-time.__sm
    .bpa-front--dt__ts-sm-back-btn
    .bpa-front-btn
    span
    svg {
    width: 18px;
    margin-right: 4px;
    fill: var(--bpa-dt-black-300);
  }
  .bpa-front-module--date-and-time.__sm
    .bpa-front--dt__ts-sm-back-btn
    .bpa-front-btn
    label {
    font-size: 14px;
    color: var(--bpa-dt-black-300);
  }
  .bpa-front-module--basic-details {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .el-popper[x-placement^="bottom"] {
    margin-top: 12px;
  }
  .bpa-front-cp-custom-popover.el-popper[x-placement^="bottom"],
  .bpa-tn__dropdown-menu.el-popper[x-placement^="bottom"] {
    margin-top: 60px;
  }
  .el-popper.bpa-front-cp-custom-popover.bpa-front-my-appointment-dp-filter {
    margin-top: 12px;
  }
  .bpa-front-toast-notification {
    left: 0;
    top: 14px;
    width: calc(100% - 40px);
    margin: 8px 0;
  }
  .bpa-front-toast-notification.--bpa-error {
    padding: 8px 12px;
    border-left-width: 2px;
    margin: 12px 12px 0 12px;
    width: calc(100% - 24px);
  }
  .bpa-front-extras-error.bpa-front-toast-notification.--bpa-error {
    margin: 0;
    width: calc(100% - 5px);
  }
  .bpa-front-toast-notification.--bpa-error p {
    font-size: 13px;
    line-height: 16px;
  }
  .bpa-front-module--atc-wrapper {
    flex-direction: column;
  }
  .bpa-front-module--note-desc {
    padding-right: 12px;
  }
  .bpa-front-data-empty-view .bpa-front-dev__title,
  .bpa-front-data-empty-view--my-bookings .bpa-front-dev__title {
    text-align: center;
    padding: 0 8px;
  }
  .bpa-front-cp-card .bpa-front-cp-body {
    padding: 20px 0;
  }
  .bpa-front-cp--filter-wrapper {
    padding: 0 16px;
  }
  .bpa-front-cp--fw__row {
    align-items: unset;
    flex-direction: column;
  }
  .bpa-front-cp--fw__col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .bpa-front-cp--fw__date-picker-col {
    flex-direction: column;
  }
  .bpa-front-cp--fw__date-picker-col .bpa-front-form-control:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .bpa-front-cp--filter-wrapper .bpa-front-btn {
    padding: 8px 12px;
    font-size: 0;
    line-height: unset;
  }
  .bpa-front-cp--filter-wrapper .bpa-front-btn span {
    line-height: normal;
  }
  .bpa-front-cp--filter-wrapper .bpa-front-btn svg {
    display: block;
    margin-right: 0;
  }
  .bpa-front-cp-my-appointment.__bpa-is-mobile .el-table__header {
    width: auto;
  }
  .bpa-cp-ma-table.el-table .el-table__header-wrapper tr th.el-table__cell,
  .bpa-front-cp--fw__col.__bpa-is-search-icon,
  .bpa-front-cp-body .bpa-front-module-heading,
  .bpa-tn__dropdown-head .bpa-cp-pd__title {
    display: none;
  }
  .bpa-cp-ma-table.el-table td.el-table__cell {
    border-bottom: 1px solid var(--bpa-gt-gray-400);
    padding: 16px 0;
  }
  .bpa-cp-ma-table.el-table .cell {
    padding: 0 16px;
  }
  .bpa-cp-ma-table.el-table .el-table__expand-icon {
    right: 8px;
  }
  .bpa-cp-ma-table.el-table
    .el-table__expand-icon
    .el-icon-arrow-right::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z'/%3E%3C/svg%3E");
    background-color: var(--bpa-dt-black-300);
  }
  .bpa-front-cp-ma__mob-col {
    display: flex;
    align-items: center;
    margin-left: 16px;
  }
  .bpa-front-cp-ma__mob-col .bpa-mob-col__status {
    margin-right: 12px;
    display: inherit;
  }
  .bpa-mob-col__body .bpa-mob--service-title {
    font-size: 14px;
    color: var(--bpa-dt-black-400);
    margin-bottom: 6px;
    font-weight: 500;
  }
  .bpa-mob-col__body .bpa-mob--date-time-details {
    display: flex;
    align-items: center;
  }
  .bpa-mob--date-time-details .bpa-mob-dtd__date-val {
    margin-right: 16px;
  }
  .bpa-mob--date-time-details .bpa-mob-dtd__date-val,
  .bpa-mob--date-time-details .bpa-mob-dtd__time-val {
    font-size: 13px;
    line-height: 16px;
    color: var(--bpa-dt-black-300);
    font-weight: 400;
  }
  .bpa-front-cp-card {
    min-height: 630px;
  }
  .bpa-front-cp-delete-account-wrapper {
    min-height: calc(630px - 64px);
  }
  .bpa-front-dcw__vector {
    display: inherit;
  }
  .bpa-front-dcw__vector svg {
    width: 280px;
    height: auto;
  }
  .bpa-front-ma-view-appointment-card {
    border: 1px solid var(--bpa-gt-gray-400);
    background-color: var(--bpa-cl-white);
    padding: 24px 16px;
  }
  .bpa-ma-vac--head .bpa-ma-vac--head__right {
    display: none;
  }
  .bpa-left__service-detail .bpa-sd__appointment-id {
    font-size: 13px;
  }
  .bpa-left__service-detail .bpa-sd__appointment-title {
    font-size: 14px;
  }
  .bpa-ma-vac--basic-details .bpa-vac-bd__row {
    align-items: flex-start;
  }
  .bpa-vac-bd__row .bpa-bd__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .bpa-vac-bd__row .bpa-bd__item .bpa-item--val {
    padding-right: 8px;
    word-wrap: break-word;
  }
  .bpa-bd__item .bpa-item--label {
    margin-bottom: 6px;
  }
  .bpa-ma-vac--head {
    margin-bottom: 16px;
  }
  .bpa-ma-vac--payment-details .bpa-vac-pd__item {
    padding: 0 8px;
  }
  .bpa-vac-pd__item.__bpa-pd-is-total-item {
    background-color: var(--bpa-cl-white);
    border: 1px solid var(--bpa-gt-gray-400);
    padding: 4px 8px;
  }
  .bpa-front-ma-view-appointment-card .bpa-ma-vac--action-btn-group {
    flex-direction: column;
    align-items: unset;
    margin-top: 20px;
  }
  .bpa-ma-vac--action-btn-group .bpa-front-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bpa-front-ma-view-appointment-card
    .bpa-ma-vac--action-btn-group
    .bpa-front-btn {
    justify-content: center;
  }
  .bpa-front-ma-view-appointment-card
    .bpa-ma-vac--action-btn-group
    .bpa-front-btn
    + .bpa-front-btn {
    margin-top: 12px !important;
    margin-left: 0 !important;
  }
  .bpa-front-ma--pagination-wrapper {
    transition: all 0.2s ease;
  }
  .bpa-front-ma--pagination-wrapper.__bpa-is-sticky {
    padding: 12px 0;
    background-color: var(--bpa-cl-white);
    box-shadow: 0 -8px 16px rgba(114, 124, 149, 0.06),
      0 -16px 32px rgba(114, 124, 149, 0.16);
  }
  .bpa-front-ma--pagination-wrapper .el-pager {
    display: none;
  }
  .bpa-front-ma--pagination-wrapper .btn-prev {
    margin-right: 16px;
  }
  .bpa-front-ma--pagination-wrapper .btn-next,
  .bpa-front-ma--pagination-wrapper .btn-prev {
    padding: 8px 12px 8px 6px;
    border: 1px solid var(--bpa-gt-gray-400);
    border-radius: var(--bpa-radius-4px);
    display: flex;
    align-items: center;
  }
  .bpa-front-ma--pagination-wrapper .btn-next {
    padding: 8px 6px 8px 12px;
  }
  .bpa-front-ma--pagination-wrapper .btn-next:hover,
  .bpa-front-ma--pagination-wrapper .btn-prev:hover {
    background-color: var(--bpa-pt-main-green);
    border-color: var(--bpa-pt-main-green);
  }
  .bpa-front-ma--pagination-wrapper .btn-next span,
  .bpa-front-ma--pagination-wrapper .btn-prev span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    height: auto;
    min-width: unset;
    color: var(--bpa-dt-black-300);
    font-family: var(--bpa-primary-font);
    text-transform: capitalize;
  }
  .bpa-front-ma--pagination-wrapper .btn-next:hover span,
  .bpa-front-ma--pagination-wrapper .btn-prev:hover span {
    color: var(--bpa-cl-white);
  }
  .bpa-front-ma--pagination-wrapper .btn-next::after,
  .bpa-front-ma--pagination-wrapper .btn-prev::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.29 15.88L13.17 12 9.29 8.12c-.39-.39-.39-1.02 0-1.41.39-.39 1.02-.39 1.41 0l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3c-.39.39-1.02.39-1.41 0-.38-.39-.39-1.03 0-1.42z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.29 15.88L13.17 12 9.29 8.12c-.39-.39-.39-1.02 0-1.41.39-.39 1.02-.39 1.41 0l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3c-.39.39-1.02.39-1.41 0-.38-.39-.39-1.03 0-1.42z'/%3E%3C/svg%3E");
    background-color: var(--bpa-dt-black-200);
    content: "";
    width: 18px;
    height: 18px;
    vertical-align: middle;
    top: calc(50% - 9px);
  }
  .bpa-front-ma--pagination-wrapper .btn-prev::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.71 15.88L10.83 12l3.88-3.88c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0L8.71 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.71 15.88L10.83 12l3.88-3.88c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0L8.71 11.3c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z'/%3E%3C/svg%3E");
  }
  .bpa-front-ma--pagination-wrapper .btn-next:hover:after,
  .bpa-front-ma--pagination-wrapper .btn-prev:hover:before {
    color: var(--bpa-cl-white);
  }
  .bpa-front-module--atc-wrapper .bpa-front-module--atc__item {
    margin: 0 20px 16px 20px !important;
  }
  .bpa-front-module--atc-wrapper .bpa-front-module--atc__item:last-child {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 420px) {
  .el-popper.bpa-front-cp-custom-popover.bpa-front-my-appointment-dp-filter {
    width: 100%;
    margin-top: 12px;
  }
}
.bpa-thank-you-add-cal {
  vertical-align: unset !important;
}

#bookingpress_zone,
#bookingpress_extra_service_cost {
  border: 1px solid var(--bpa-gt-gray-400);
  background: #f5f9f8;
  color: #595656;
  font-size: 14px !important;
  font-weight: 600;
  border-radius: 4px;
}

.bookingpress-form-group label {
  font-weight: 600;
}
