/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-bookly: #f4662f;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.bookly-bootstrap *, .bookly-bootstrap *::before, .bookly-bootstrap *::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.bookly-bootstrap .body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bookly-bootstrap hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.bookly-bootstrap hr:not([size]) {
  height: 1px;
}

.bookly-bootstrap h1, .bookly-bootstrap .h1, .bookly-bootstrap h2, .bookly-bootstrap .h2, .bookly-bootstrap h3, .bookly-bootstrap .h3, .bookly-bootstrap h4, .bookly-bootstrap .h4, .bookly-bootstrap h5, .bookly-bootstrap .h5, .bookly-bootstrap h6, .bookly-bootstrap .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.bookly-bootstrap h1, .bookly-bootstrap .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .bookly-bootstrap h1, .bookly-bootstrap .h1 {
    font-size: 2.5rem;
  }
}

.bookly-bootstrap h2, .bookly-bootstrap .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .bookly-bootstrap h2, .bookly-bootstrap .h2 {
    font-size: 2rem;
  }
}

.bookly-bootstrap h3, .bookly-bootstrap .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .bookly-bootstrap h3, .bookly-bootstrap .h3 {
    font-size: 1.75rem;
  }
}

.bookly-bootstrap h4, .bookly-bootstrap .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .bookly-bootstrap h4, .bookly-bootstrap .h4 {
    font-size: 1.5rem;
  }
}

.bookly-bootstrap h5, .bookly-bootstrap .h5 {
  font-size: 1.25rem;
}

.bookly-bootstrap h6, .bookly-bootstrap .h6 {
  font-size: 1rem;
}

.bookly-bootstrap p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bookly-bootstrap abbr[title], .bookly-bootstrap abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.bookly-bootstrap address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.bookly-bootstrap ol, .bookly-bootstrap ul {
  padding-left: 2rem;
}

.bookly-bootstrap ol, .bookly-bootstrap ul, .bookly-bootstrap dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bookly-bootstrap ol ol, .bookly-bootstrap ul ul, .bookly-bootstrap ol ul, .bookly-bootstrap ul ol {
  margin-bottom: 0;
}

.bookly-bootstrap dt {
  font-weight: 700;
}

.bookly-bootstrap dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

.bookly-bootstrap blockquote {
  margin: 0 0 1rem;
}

.bookly-bootstrap b, .bookly-bootstrap strong {
  font-weight: bolder;
}

.bookly-bootstrap small, .bookly-bootstrap .small {
  font-size: 0.875em;
}

.bookly-bootstrap mark, .bookly-bootstrap .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.bookly-bootstrap sub, .bookly-bootstrap sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.bookly-bootstrap sub {
  bottom: -.25em;
}

.bookly-bootstrap sup {
  top: -.5em;
}

.bookly-bootstrap a {
  color: #0d6efd;
  text-decoration: underline;
}

.bookly-bootstrap a:hover {
  color: #0a58ca;
}

.bookly-bootstrap a:not([href]):not([class]), .bookly-bootstrap a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.bookly-bootstrap pre, .bookly-bootstrap code, .bookly-bootstrap kbd, .bookly-bootstrap samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

.bookly-bootstrap pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

.bookly-bootstrap pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.bookly-bootstrap code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

.bookly-bootstrap a > code {
  color: inherit;
}

.bookly-bootstrap kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

.bookly-bootstrap kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

.bookly-bootstrap figure {
  margin: 0 0 1rem;
}

.bookly-bootstrap img, .bookly-bootstrap svg {
  vertical-align: middle;
}

.bookly-bootstrap table {
  caption-side: bottom;
  border-collapse: collapse;
}

.bookly-bootstrap caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

.bookly-bootstrap th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.bookly-bootstrap thead, .bookly-bootstrap tbody, .bookly-bootstrap tfoot, .bookly-bootstrap tr, .bookly-bootstrap td, .bookly-bootstrap th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.bookly-bootstrap label {
  display: inline-block;
}

.bookly-bootstrap button {
  border-radius: 0;
}

.bookly-bootstrap button:focus:not(:focus-visible) {
  outline: 0;
}

.bookly-bootstrap input, .bookly-bootstrap button, .bookly-bootstrap select, .bookly-bootstrap optgroup, .bookly-bootstrap textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.bookly-bootstrap button, .bookly-bootstrap select {
  text-transform: none;
}

.bookly-bootstrap [role="button"] {
  cursor: pointer;
}

.bookly-bootstrap select {
  word-wrap: normal;
}

.bookly-bootstrap select:disabled {
  opacity: 1;
}

.bookly-bootstrap [list]::-webkit-calendar-picker-indicator {
  display: none;
}

.bookly-bootstrap button, .bookly-bootstrap [type="button"], .bookly-bootstrap [type="reset"], .bookly-bootstrap [type="submit"] {
  -webkit-appearance: button;
}

.bookly-bootstrap button:not(:disabled), .bookly-bootstrap [type="button"]:not(:disabled), .bookly-bootstrap [type="reset"]:not(:disabled), .bookly-bootstrap [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.bookly-bootstrap ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.bookly-bootstrap textarea {
  resize: vertical;
}

.bookly-bootstrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.bookly-bootstrap legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  .bookly-bootstrap legend {
    font-size: 1.5rem;
  }
}

.bookly-bootstrap legend + * {
  clear: left;
}

.bookly-bootstrap ::-webkit-datetime-edit-fields-wrapper, .bookly-bootstrap ::-webkit-datetime-edit-text, .bookly-bootstrap ::-webkit-datetime-edit-minute, .bookly-bootstrap ::-webkit-datetime-edit-hour-field, .bookly-bootstrap ::-webkit-datetime-edit-day-field, .bookly-bootstrap ::-webkit-datetime-edit-month-field, .bookly-bootstrap ::-webkit-datetime-edit-year-field {
  padding: 0;
}

.bookly-bootstrap ::-webkit-inner-spin-button {
  height: auto;
}

.bookly-bootstrap [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
.bookly-bootstrap ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.bookly-bootstrap ::-webkit-color-swatch-wrapper {
  padding: 0;
}

.bookly-bootstrap ::-webkit-file-upload-button {
  font: inherit;
}

.bookly-bootstrap ::file-selector-button {
  font: inherit;
}

.bookly-bootstrap ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.bookly-bootstrap output {
  display: inline-block;
}

.bookly-bootstrap iframe {
  border: 0;
}

.bookly-bootstrap summary {
  display: list-item;
  cursor: pointer;
}

.bookly-bootstrap progress {
  vertical-align: baseline;
}

.bookly-bootstrap [hidden] {
  display: none !important;
}

.bookly-bootstrap .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.bookly-bootstrap .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bookly-bootstrap .display-1 {
    font-size: 5rem;
  }
}

.bookly-bootstrap .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bookly-bootstrap .display-2 {
    font-size: 4.5rem;
  }
}

.bookly-bootstrap .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bookly-bootstrap .display-3 {
    font-size: 4rem;
  }
}

.bookly-bootstrap .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bookly-bootstrap .display-4 {
    font-size: 3.5rem;
  }
}

.bookly-bootstrap .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bookly-bootstrap .display-5 {
    font-size: 3rem;
  }
}

.bookly-bootstrap .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bookly-bootstrap .display-6 {
    font-size: 2.5rem;
  }
}

.bookly-bootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.bookly-bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
}

.bookly-bootstrap .list-inline-item {
  display: inline-block;
}

.bookly-bootstrap .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.bookly-bootstrap .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.bookly-bootstrap .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.bookly-bootstrap .blockquote > :last-child {
  margin-bottom: 0;
}

.bookly-bootstrap .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.bookly-bootstrap .blockquote-footer::before {
  content: "\2014\00A0";
}

.bookly-bootstrap .img-fluid {
  max-width: 100%;
  height: auto;
}

.bookly-bootstrap .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.bookly-bootstrap .figure {
  display: inline-block;
}

.bookly-bootstrap .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.bookly-bootstrap .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.bookly-bootstrap .container, .bookly-bootstrap .container-fluid, .bookly-bootstrap .container-sm, .bookly-bootstrap .container-md, .bookly-bootstrap .container-lg, .bookly-bootstrap .container-xl, .bookly-bootstrap .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .bookly-bootstrap .container, .bookly-bootstrap .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .bookly-bootstrap .container, .bookly-bootstrap .container-sm, .bookly-bootstrap .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .bookly-bootstrap .container, .bookly-bootstrap .container-sm, .bookly-bootstrap .container-md, .bookly-bootstrap .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .bookly-bootstrap .container, .bookly-bootstrap .container-sm, .bookly-bootstrap .container-md, .bookly-bootstrap .container-lg, .bookly-bootstrap .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .bookly-bootstrap .container, .bookly-bootstrap .container-sm, .bookly-bootstrap .container-md, .bookly-bootstrap .container-lg, .bookly-bootstrap .container-xl, .bookly-bootstrap .container-xxl {
    max-width: 1320px;
  }
}

.bookly-bootstrap .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.bookly-bootstrap .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.bookly-bootstrap .col {
  flex: 1 0 0%;
}

.bookly-bootstrap .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.bookly-bootstrap .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.bookly-bootstrap .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.bookly-bootstrap .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.333333%;
}

.bookly-bootstrap .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.bookly-bootstrap .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.bookly-bootstrap .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.666667%;
}

.bookly-bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
}

.bookly-bootstrap .col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.bookly-bootstrap .col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.bookly-bootstrap .col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.bookly-bootstrap .col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.bookly-bootstrap .col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.bookly-bootstrap .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.bookly-bootstrap .col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.bookly-bootstrap .col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.bookly-bootstrap .col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.bookly-bootstrap .col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.bookly-bootstrap .col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.bookly-bootstrap .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.bookly-bootstrap .offset-1 {
  margin-left: 8.333333%;
}

.bookly-bootstrap .offset-2 {
  margin-left: 16.666667%;
}

.bookly-bootstrap .offset-3 {
  margin-left: 25%;
}

.bookly-bootstrap .offset-4 {
  margin-left: 33.333333%;
}

.bookly-bootstrap .offset-5 {
  margin-left: 41.666667%;
}

.bookly-bootstrap .offset-6 {
  margin-left: 50%;
}

.bookly-bootstrap .offset-7 {
  margin-left: 58.333333%;
}

.bookly-bootstrap .offset-8 {
  margin-left: 66.666667%;
}

.bookly-bootstrap .offset-9 {
  margin-left: 75%;
}

.bookly-bootstrap .offset-10 {
  margin-left: 83.333333%;
}

.bookly-bootstrap .offset-11 {
  margin-left: 91.666667%;
}

.bookly-bootstrap .g-0, .bookly-bootstrap .gx-0 {
  --bs-gutter-x: 0;
}

.bookly-bootstrap .g-0, .bookly-bootstrap .gy-0 {
  --bs-gutter-y: 0;
}

.bookly-bootstrap .g-1, .bookly-bootstrap .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.bookly-bootstrap .g-1, .bookly-bootstrap .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.bookly-bootstrap .g-2, .bookly-bootstrap .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.bookly-bootstrap .g-2, .bookly-bootstrap .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.bookly-bootstrap .g-3, .bookly-bootstrap .gx-3 {
  --bs-gutter-x: 1rem;
}

.bookly-bootstrap .g-3, .bookly-bootstrap .gy-3 {
  --bs-gutter-y: 1rem;
}

.bookly-bootstrap .g-4, .bookly-bootstrap .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.bookly-bootstrap .g-4, .bookly-bootstrap .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.bookly-bootstrap .g-5, .bookly-bootstrap .gx-5 {
  --bs-gutter-x: 3rem;
}

.bookly-bootstrap .g-5, .bookly-bootstrap .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .bookly-bootstrap .col-sm {
    flex: 1 0 0%;
  }
  .bookly-bootstrap .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bookly-bootstrap .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bookly-bootstrap .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bookly-bootstrap .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .bookly-bootstrap .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bookly-bootstrap .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bookly-bootstrap .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .bookly-bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bookly-bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .bookly-bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .bookly-bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bookly-bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .bookly-bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .bookly-bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bookly-bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .bookly-bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .bookly-bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bookly-bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .bookly-bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .bookly-bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bookly-bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .bookly-bootstrap .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .bookly-bootstrap .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .bookly-bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .bookly-bootstrap .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .bookly-bootstrap .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .bookly-bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .bookly-bootstrap .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .bookly-bootstrap .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .bookly-bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .bookly-bootstrap .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .bookly-bootstrap .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .bookly-bootstrap .g-sm-0, .bookly-bootstrap .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .bookly-bootstrap .g-sm-0, .bookly-bootstrap .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .bookly-bootstrap .g-sm-1, .bookly-bootstrap .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bookly-bootstrap .g-sm-1, .bookly-bootstrap .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bookly-bootstrap .g-sm-2, .bookly-bootstrap .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bookly-bootstrap .g-sm-2, .bookly-bootstrap .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bookly-bootstrap .g-sm-3, .bookly-bootstrap .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .bookly-bootstrap .g-sm-3, .bookly-bootstrap .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .bookly-bootstrap .g-sm-4, .bookly-bootstrap .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bookly-bootstrap .g-sm-4, .bookly-bootstrap .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bookly-bootstrap .g-sm-5, .bookly-bootstrap .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .bookly-bootstrap .g-sm-5, .bookly-bootstrap .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .bookly-bootstrap .col-md {
    flex: 1 0 0%;
  }
  .bookly-bootstrap .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bookly-bootstrap .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bookly-bootstrap .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bookly-bootstrap .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .bookly-bootstrap .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bookly-bootstrap .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bookly-bootstrap .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .bookly-bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bookly-bootstrap .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .bookly-bootstrap .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .bookly-bootstrap .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bookly-bootstrap .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .bookly-bootstrap .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .bookly-bootstrap .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bookly-bootstrap .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .bookly-bootstrap .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .bookly-bootstrap .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bookly-bootstrap .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .bookly-bootstrap .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .bookly-bootstrap .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bookly-bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bookly-bootstrap .offset-md-1 {
    margin-left: 8.333333%;
  }
  .bookly-bootstrap .offset-md-2 {
    margin-left: 16.666667%;
  }
  .bookly-bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bookly-bootstrap .offset-md-4 {
    margin-left: 33.333333%;
  }
  .bookly-bootstrap .offset-md-5 {
    margin-left: 41.666667%;
  }
  .bookly-bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bookly-bootstrap .offset-md-7 {
    margin-left: 58.333333%;
  }
  .bookly-bootstrap .offset-md-8 {
    margin-left: 66.666667%;
  }
  .bookly-bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bookly-bootstrap .offset-md-10 {
    margin-left: 83.333333%;
  }
  .bookly-bootstrap .offset-md-11 {
    margin-left: 91.666667%;
  }
  .bookly-bootstrap .g-md-0, .bookly-bootstrap .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .bookly-bootstrap .g-md-0, .bookly-bootstrap .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .bookly-bootstrap .g-md-1, .bookly-bootstrap .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bookly-bootstrap .g-md-1, .bookly-bootstrap .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bookly-bootstrap .g-md-2, .bookly-bootstrap .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bookly-bootstrap .g-md-2, .bookly-bootstrap .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bookly-bootstrap .g-md-3, .bookly-bootstrap .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .bookly-bootstrap .g-md-3, .bookly-bootstrap .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .bookly-bootstrap .g-md-4, .bookly-bootstrap .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bookly-bootstrap .g-md-4, .bookly-bootstrap .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bookly-bootstrap .g-md-5, .bookly-bootstrap .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .bookly-bootstrap .g-md-5, .bookly-bootstrap .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .bookly-bootstrap .col-lg {
    flex: 1 0 0%;
  }
  .bookly-bootstrap .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bookly-bootstrap .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bookly-bootstrap .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bookly-bootstrap .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .bookly-bootstrap .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bookly-bootstrap .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bookly-bootstrap .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .bookly-bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bookly-bootstrap .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .bookly-bootstrap .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .bookly-bootstrap .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bookly-bootstrap .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .bookly-bootstrap .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .bookly-bootstrap .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bookly-bootstrap .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .bookly-bootstrap .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .bookly-bootstrap .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bookly-bootstrap .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .bookly-bootstrap .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .bookly-bootstrap .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bookly-bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .bookly-bootstrap .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .bookly-bootstrap .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .bookly-bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .bookly-bootstrap .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .bookly-bootstrap .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .bookly-bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .bookly-bootstrap .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .bookly-bootstrap .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .bookly-bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .bookly-bootstrap .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .bookly-bootstrap .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .bookly-bootstrap .g-lg-0, .bookly-bootstrap .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .bookly-bootstrap .g-lg-0, .bookly-bootstrap .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .bookly-bootstrap .g-lg-1, .bookly-bootstrap .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bookly-bootstrap .g-lg-1, .bookly-bootstrap .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bookly-bootstrap .g-lg-2, .bookly-bootstrap .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bookly-bootstrap .g-lg-2, .bookly-bootstrap .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bookly-bootstrap .g-lg-3, .bookly-bootstrap .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .bookly-bootstrap .g-lg-3, .bookly-bootstrap .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .bookly-bootstrap .g-lg-4, .bookly-bootstrap .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bookly-bootstrap .g-lg-4, .bookly-bootstrap .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bookly-bootstrap .g-lg-5, .bookly-bootstrap .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .bookly-bootstrap .g-lg-5, .bookly-bootstrap .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .bookly-bootstrap .col-xl {
    flex: 1 0 0%;
  }
  .bookly-bootstrap .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bookly-bootstrap .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bookly-bootstrap .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bookly-bootstrap .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .bookly-bootstrap .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bookly-bootstrap .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bookly-bootstrap .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .bookly-bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bookly-bootstrap .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .bookly-bootstrap .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .bookly-bootstrap .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bookly-bootstrap .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .bookly-bootstrap .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .bookly-bootstrap .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bookly-bootstrap .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .bookly-bootstrap .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .bookly-bootstrap .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bookly-bootstrap .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .bookly-bootstrap .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .bookly-bootstrap .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bookly-bootstrap .offset-xl-0 {
    margin-left: 0;
  }
  .bookly-bootstrap .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .bookly-bootstrap .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .bookly-bootstrap .offset-xl-3 {
    margin-left: 25%;
  }
  .bookly-bootstrap .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .bookly-bootstrap .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .bookly-bootstrap .offset-xl-6 {
    margin-left: 50%;
  }
  .bookly-bootstrap .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .bookly-bootstrap .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .bookly-bootstrap .offset-xl-9 {
    margin-left: 75%;
  }
  .bookly-bootstrap .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .bookly-bootstrap .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .bookly-bootstrap .g-xl-0, .bookly-bootstrap .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .bookly-bootstrap .g-xl-0, .bookly-bootstrap .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .bookly-bootstrap .g-xl-1, .bookly-bootstrap .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bookly-bootstrap .g-xl-1, .bookly-bootstrap .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bookly-bootstrap .g-xl-2, .bookly-bootstrap .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bookly-bootstrap .g-xl-2, .bookly-bootstrap .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bookly-bootstrap .g-xl-3, .bookly-bootstrap .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .bookly-bootstrap .g-xl-3, .bookly-bootstrap .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .bookly-bootstrap .g-xl-4, .bookly-bootstrap .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bookly-bootstrap .g-xl-4, .bookly-bootstrap .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bookly-bootstrap .g-xl-5, .bookly-bootstrap .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .bookly-bootstrap .g-xl-5, .bookly-bootstrap .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .bookly-bootstrap .col-xxl {
    flex: 1 0 0%;
  }
  .bookly-bootstrap .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bookly-bootstrap .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bookly-bootstrap .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bookly-bootstrap .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .bookly-bootstrap .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bookly-bootstrap .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bookly-bootstrap .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .bookly-bootstrap .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bookly-bootstrap .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .bookly-bootstrap .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .bookly-bootstrap .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bookly-bootstrap .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .bookly-bootstrap .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .bookly-bootstrap .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bookly-bootstrap .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .bookly-bootstrap .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .bookly-bootstrap .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bookly-bootstrap .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .bookly-bootstrap .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .bookly-bootstrap .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bookly-bootstrap .offset-xxl-0 {
    margin-left: 0;
  }
  .bookly-bootstrap .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .bookly-bootstrap .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .bookly-bootstrap .offset-xxl-3 {
    margin-left: 25%;
  }
  .bookly-bootstrap .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .bookly-bootstrap .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .bookly-bootstrap .offset-xxl-6 {
    margin-left: 50%;
  }
  .bookly-bootstrap .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .bookly-bootstrap .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .bookly-bootstrap .offset-xxl-9 {
    margin-left: 75%;
  }
  .bookly-bootstrap .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .bookly-bootstrap .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .bookly-bootstrap .g-xxl-0, .bookly-bootstrap .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .bookly-bootstrap .g-xxl-0, .bookly-bootstrap .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .bookly-bootstrap .g-xxl-1, .bookly-bootstrap .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bookly-bootstrap .g-xxl-1, .bookly-bootstrap .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bookly-bootstrap .g-xxl-2, .bookly-bootstrap .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bookly-bootstrap .g-xxl-2, .bookly-bootstrap .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bookly-bootstrap .g-xxl-3, .bookly-bootstrap .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .bookly-bootstrap .g-xxl-3, .bookly-bootstrap .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .bookly-bootstrap .g-xxl-4, .bookly-bootstrap .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bookly-bootstrap .g-xxl-4, .bookly-bootstrap .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bookly-bootstrap .g-xxl-5, .bookly-bootstrap .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .bookly-bootstrap .g-xxl-5, .bookly-bootstrap .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.bookly-bootstrap .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.bookly-bootstrap .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.bookly-bootstrap .table > tbody {
  vertical-align: inherit;
}

.bookly-bootstrap .table > thead {
  vertical-align: bottom;
}

.bookly-bootstrap .table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.bookly-bootstrap .caption-top {
  caption-side: top;
}

.bookly-bootstrap .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.bookly-bootstrap .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.bookly-bootstrap .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.bookly-bootstrap .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.bookly-bootstrap .table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.bookly-bootstrap .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.bookly-bootstrap .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.bookly-bootstrap .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.bookly-bootstrap .table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.bookly-bootstrap .table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.bookly-bootstrap .table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.bookly-bootstrap .table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.bookly-bootstrap .table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.bookly-bootstrap .table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.bookly-bootstrap .table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.bookly-bootstrap .table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.bookly-bootstrap .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .bookly-bootstrap .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .bookly-bootstrap .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .bookly-bootstrap .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .bookly-bootstrap .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .bookly-bootstrap .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.bookly-bootstrap .form-label {
  margin-bottom: 0.5rem;
}

.bookly-bootstrap .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.bookly-bootstrap .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.bookly-bootstrap .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.bookly-bootstrap .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.bookly-bootstrap .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .form-control {
    transition: none;
  }
}

.bookly-bootstrap .form-control[type="file"] {
  overflow: hidden;
}

.bookly-bootstrap .form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.bookly-bootstrap .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bookly-bootstrap .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.bookly-bootstrap .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bookly-bootstrap .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bookly-bootstrap .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.bookly-bootstrap .form-control:disabled, .bookly-bootstrap .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.bookly-bootstrap .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bookly-bootstrap .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .bookly-bootstrap .form-control::file-selector-button {
    transition: none;
  }
}

.bookly-bootstrap .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.bookly-bootstrap .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.bookly-bootstrap .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.bookly-bootstrap .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.bookly-bootstrap .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.bookly-bootstrap .form-control-plaintext.form-control-sm, .bookly-bootstrap .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.bookly-bootstrap .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.bookly-bootstrap .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.bookly-bootstrap .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.bookly-bootstrap .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.bookly-bootstrap .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.bookly-bootstrap .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

.bookly-bootstrap .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

.bookly-bootstrap .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

.bookly-bootstrap textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.bookly-bootstrap textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.bookly-bootstrap textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.bookly-bootstrap .form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.bookly-bootstrap .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.bookly-bootstrap .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.bookly-bootstrap .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.bookly-bootstrap .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .form-select {
    transition: none;
  }
}

.bookly-bootstrap .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bookly-bootstrap .form-select[multiple], .bookly-bootstrap .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.bookly-bootstrap .form-select:disabled {
  background-color: #e9ecef;
}

.bookly-bootstrap .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.bookly-bootstrap .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.bookly-bootstrap .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.bookly-bootstrap .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.bookly-bootstrap .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.bookly-bootstrap .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.bookly-bootstrap .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.bookly-bootstrap .form-check-input[type="radio"] {
  border-radius: 50%;
}

.bookly-bootstrap .form-check-input:active {
  filter: brightness(90%);
}

.bookly-bootstrap .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bookly-bootstrap .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bookly-bootstrap .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.bookly-bootstrap .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.bookly-bootstrap .form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.bookly-bootstrap .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.bookly-bootstrap .form-check-input[disabled] ~ .form-check-label, .bookly-bootstrap .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.bookly-bootstrap .form-switch {
  padding-left: 2.5em;
}

.bookly-bootstrap .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .form-switch .form-check-input {
    transition: none;
  }
}

.bookly-bootstrap .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.bookly-bootstrap .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.bookly-bootstrap .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.bookly-bootstrap .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.bookly-bootstrap .btn-check[disabled] + .btn, .bookly-bootstrap .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.bookly-bootstrap .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bookly-bootstrap .form-range:focus {
  outline: 0;
}

.bookly-bootstrap .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bookly-bootstrap .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bookly-bootstrap .form-range::-moz-focus-outer {
  border: 0;
}

.bookly-bootstrap .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.bookly-bootstrap .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.bookly-bootstrap .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.bookly-bootstrap .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.bookly-bootstrap .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.bookly-bootstrap .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.bookly-bootstrap .form-range:disabled {
  pointer-events: none;
}

.bookly-bootstrap .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.bookly-bootstrap .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.bookly-bootstrap .form-floating {
  position: relative;
}

.bookly-bootstrap .form-floating > .form-control, .bookly-bootstrap .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.bookly-bootstrap .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .form-floating > label {
    transition: none;
  }
}

.bookly-bootstrap .form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.bookly-bootstrap .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.bookly-bootstrap .form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.bookly-bootstrap .form-floating > .form-control::placeholder {
  color: transparent;
}

.bookly-bootstrap .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.bookly-bootstrap .form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.bookly-bootstrap .form-floating > .form-control:focus, .bookly-bootstrap .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.bookly-bootstrap .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.bookly-bootstrap .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.bookly-bootstrap .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.bookly-bootstrap .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.bookly-bootstrap .form-floating > .form-control:focus ~ label, .bookly-bootstrap .form-floating > .form-control:not(:placeholder-shown) ~ label, .bookly-bootstrap .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.bookly-bootstrap .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.bookly-bootstrap .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.bookly-bootstrap .input-group > .form-control, .bookly-bootstrap .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.bookly-bootstrap .input-group > .form-control:focus, .bookly-bootstrap .input-group > .form-select:focus {
  z-index: 3;
}

.bookly-bootstrap .input-group .btn {
  position: relative;
  z-index: 2;
}

.bookly-bootstrap .input-group .btn:focus {
  z-index: 3;
}

.bookly-bootstrap .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.bookly-bootstrap .input-group-lg > .form-control, .bookly-bootstrap .input-group-lg > .form-select, .bookly-bootstrap .input-group-lg > .input-group-text, .bookly-bootstrap .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.bookly-bootstrap .input-group-sm > .form-control, .bookly-bootstrap .input-group-sm > .form-select, .bookly-bootstrap .input-group-sm > .input-group-text, .bookly-bootstrap .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.bookly-bootstrap .input-group-lg > .form-select, .bookly-bootstrap .input-group-sm > .form-select {
  padding-right: 3rem;
}

.bookly-bootstrap .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .bookly-bootstrap .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bookly-bootstrap .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .bookly-bootstrap .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bookly-bootstrap .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bookly-bootstrap .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.bookly-bootstrap .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.bookly-bootstrap .was-validated :valid ~ .valid-feedback, .bookly-bootstrap .was-validated :valid ~ .valid-tooltip, .bookly-bootstrap .is-valid ~ .valid-feedback, .bookly-bootstrap .is-valid ~ .valid-tooltip {
  display: block;
}

.bookly-bootstrap .was-validated .form-control:valid, .bookly-bootstrap .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.bookly-bootstrap .was-validated .form-control:valid:focus, .bookly-bootstrap .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.bookly-bootstrap .was-validated textarea.form-control:valid, .bookly-bootstrap textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.bookly-bootstrap .was-validated .form-select:valid, .bookly-bootstrap .form-select.is-valid {
  border-color: #198754;
}

.bookly-bootstrap .was-validated .form-select:valid:not([multiple]):not([size]), .bookly-bootstrap .was-validated .form-select:valid:not([multiple])[size="1"], .bookly-bootstrap .form-select.is-valid:not([multiple]):not([size]), .bookly-bootstrap .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.bookly-bootstrap .was-validated .form-select:valid:focus, .bookly-bootstrap .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.bookly-bootstrap .was-validated .form-check-input:valid, .bookly-bootstrap .form-check-input.is-valid {
  border-color: #198754;
}

.bookly-bootstrap .was-validated .form-check-input:valid:checked, .bookly-bootstrap .form-check-input.is-valid:checked {
  background-color: #198754;
}

.bookly-bootstrap .was-validated .form-check-input:valid:focus, .bookly-bootstrap .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.bookly-bootstrap .was-validated .form-check-input:valid ~ .form-check-label, .bookly-bootstrap .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.bookly-bootstrap .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.bookly-bootstrap .was-validated .input-group .form-control:valid, .bookly-bootstrap .input-group .form-control.is-valid, .bookly-bootstrap .was-validated
.input-group .form-select:valid, .bookly-bootstrap .input-group .form-select.is-valid {
  z-index: 1;
}

.bookly-bootstrap .was-validated .input-group .form-control:valid:focus, .bookly-bootstrap .input-group .form-control.is-valid:focus, .bookly-bootstrap .was-validated
.input-group .form-select:valid:focus, .bookly-bootstrap .input-group .form-select.is-valid:focus {
  z-index: 3;
}

.bookly-bootstrap .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.bookly-bootstrap .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.bookly-bootstrap .was-validated :invalid ~ .invalid-feedback, .bookly-bootstrap .was-validated :invalid ~ .invalid-tooltip, .bookly-bootstrap .is-invalid ~ .invalid-feedback, .bookly-bootstrap .is-invalid ~ .invalid-tooltip {
  display: block;
}

.bookly-bootstrap .was-validated .form-control:invalid, .bookly-bootstrap .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.bookly-bootstrap .was-validated .form-control:invalid:focus, .bookly-bootstrap .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.bookly-bootstrap .was-validated textarea.form-control:invalid, .bookly-bootstrap textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.bookly-bootstrap .was-validated .form-select:invalid, .bookly-bootstrap .form-select.is-invalid {
  border-color: #dc3545;
}

.bookly-bootstrap .was-validated .form-select:invalid:not([multiple]):not([size]), .bookly-bootstrap .was-validated .form-select:invalid:not([multiple])[size="1"], .bookly-bootstrap .form-select.is-invalid:not([multiple]):not([size]), .bookly-bootstrap .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.bookly-bootstrap .was-validated .form-select:invalid:focus, .bookly-bootstrap .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.bookly-bootstrap .was-validated .form-check-input:invalid, .bookly-bootstrap .form-check-input.is-invalid {
  border-color: #dc3545;
}

.bookly-bootstrap .was-validated .form-check-input:invalid:checked, .bookly-bootstrap .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.bookly-bootstrap .was-validated .form-check-input:invalid:focus, .bookly-bootstrap .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.bookly-bootstrap .was-validated .form-check-input:invalid ~ .form-check-label, .bookly-bootstrap .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.bookly-bootstrap .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.bookly-bootstrap .was-validated .input-group .form-control:invalid, .bookly-bootstrap .input-group .form-control.is-invalid, .bookly-bootstrap .was-validated
.input-group .form-select:invalid, .bookly-bootstrap .input-group .form-select.is-invalid {
  z-index: 2;
}

.bookly-bootstrap .was-validated .input-group .form-control:invalid:focus, .bookly-bootstrap .input-group .form-control.is-invalid:focus, .bookly-bootstrap .was-validated
.input-group .form-select:invalid:focus, .bookly-bootstrap .input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.bookly-bootstrap .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .btn {
    transition: none;
  }
}

.bookly-bootstrap .btn:hover {
  color: #212529;
}

.bookly-bootstrap .btn-check:focus + .btn, .bookly-bootstrap .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bookly-bootstrap .btn:disabled, .bookly-bootstrap .btn.disabled, .bookly-bootstrap fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.bookly-bootstrap .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bookly-bootstrap .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.bookly-bootstrap .btn-check:focus + .btn-primary, .bookly-bootstrap .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-primary, .bookly-bootstrap .btn-check:active + .btn-primary, .bookly-bootstrap .btn-primary:active, .bookly-bootstrap .btn-primary.active, .bookly-bootstrap .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.bookly-bootstrap .btn-check:checked + .btn-primary:focus, .bookly-bootstrap .btn-check:active + .btn-primary:focus, .bookly-bootstrap .btn-primary:active:focus, .bookly-bootstrap .btn-primary.active:focus, .bookly-bootstrap .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.bookly-bootstrap .btn-primary:disabled, .bookly-bootstrap .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bookly-bootstrap .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bookly-bootstrap .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.bookly-bootstrap .btn-check:focus + .btn-secondary, .bookly-bootstrap .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-secondary, .bookly-bootstrap .btn-check:active + .btn-secondary, .bookly-bootstrap .btn-secondary:active, .bookly-bootstrap .btn-secondary.active, .bookly-bootstrap .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.bookly-bootstrap .btn-check:checked + .btn-secondary:focus, .bookly-bootstrap .btn-check:active + .btn-secondary:focus, .bookly-bootstrap .btn-secondary:active:focus, .bookly-bootstrap .btn-secondary.active:focus, .bookly-bootstrap .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.bookly-bootstrap .btn-secondary:disabled, .bookly-bootstrap .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bookly-bootstrap .btn-success, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-primary {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.bookly-bootstrap .btn-success:hover, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-primary:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.bookly-bootstrap .btn-check:focus + .btn-success, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-check:focus + .btn-primary, .bookly-bootstrap .btn-success:focus, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-primary:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-success, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-check:checked + .btn-primary, .bookly-bootstrap .btn-check:active + .btn-success, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-check:active + .btn-primary, .bookly-bootstrap .btn-success:active, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-primary:active, .bookly-bootstrap .btn-success.active, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .active.btn-primary, .bookly-bootstrap .show > .btn-success.dropdown-toggle, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .show > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.bookly-bootstrap .btn-check:checked + .btn-success:focus, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-check:checked + .btn-primary:focus, .bookly-bootstrap .btn-check:active + .btn-success:focus, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-check:active + .btn-primary:focus, .bookly-bootstrap .btn-success:active:focus, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-primary:active:focus, .bookly-bootstrap .btn-success.active:focus, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .active.btn-primary:focus, .bookly-bootstrap .show > .btn-success.dropdown-toggle:focus, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .show > .dropdown-toggle.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.bookly-bootstrap .btn-success:disabled, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .btn-primary:disabled, .bookly-bootstrap .btn-success.disabled, .bookly-bootstrap .daterangepicker.show-calendar .drp-buttons .disabled.btn-primary {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.bookly-bootstrap .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.bookly-bootstrap .btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.bookly-bootstrap .btn-check:focus + .btn-info, .bookly-bootstrap .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-info, .bookly-bootstrap .btn-check:active + .btn-info, .bookly-bootstrap .btn-info:active, .bookly-bootstrap .btn-info.active, .bookly-bootstrap .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.bookly-bootstrap .btn-check:checked + .btn-info:focus, .bookly-bootstrap .btn-check:active + .btn-info:focus, .bookly-bootstrap .btn-info:active:focus, .bookly-bootstrap .btn-info.active:focus, .bookly-bootstrap .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.bookly-bootstrap .btn-info:disabled, .bookly-bootstrap .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.bookly-bootstrap .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bookly-bootstrap .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.bookly-bootstrap .btn-check:focus + .btn-warning, .bookly-bootstrap .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-warning, .bookly-bootstrap .btn-check:active + .btn-warning, .bookly-bootstrap .btn-warning:active, .bookly-bootstrap .btn-warning.active, .bookly-bootstrap .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.bookly-bootstrap .btn-check:checked + .btn-warning:focus, .bookly-bootstrap .btn-check:active + .btn-warning:focus, .bookly-bootstrap .btn-warning:active:focus, .bookly-bootstrap .btn-warning.active:focus, .bookly-bootstrap .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.bookly-bootstrap .btn-warning:disabled, .bookly-bootstrap .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bookly-bootstrap .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bookly-bootstrap .btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.bookly-bootstrap .btn-check:focus + .btn-danger, .bookly-bootstrap .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-danger, .bookly-bootstrap .btn-check:active + .btn-danger, .bookly-bootstrap .btn-danger:active, .bookly-bootstrap .btn-danger.active, .bookly-bootstrap .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.bookly-bootstrap .btn-check:checked + .btn-danger:focus, .bookly-bootstrap .btn-check:active + .btn-danger:focus, .bookly-bootstrap .btn-danger:active:focus, .bookly-bootstrap .btn-danger.active:focus, .bookly-bootstrap .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.bookly-bootstrap .btn-danger:disabled, .bookly-bootstrap .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bookly-bootstrap .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bookly-bootstrap .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.bookly-bootstrap .btn-check:focus + .btn-light, .bookly-bootstrap .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-light, .bookly-bootstrap .btn-check:active + .btn-light, .bookly-bootstrap .btn-light:active, .bookly-bootstrap .btn-light.active, .bookly-bootstrap .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.bookly-bootstrap .btn-check:checked + .btn-light:focus, .bookly-bootstrap .btn-check:active + .btn-light:focus, .bookly-bootstrap .btn-light:active:focus, .bookly-bootstrap .btn-light.active:focus, .bookly-bootstrap .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.bookly-bootstrap .btn-light:disabled, .bookly-bootstrap .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bookly-bootstrap .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.bookly-bootstrap .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.bookly-bootstrap .btn-check:focus + .btn-dark, .bookly-bootstrap .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-dark, .bookly-bootstrap .btn-check:active + .btn-dark, .bookly-bootstrap .btn-dark:active, .bookly-bootstrap .btn-dark.active, .bookly-bootstrap .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.bookly-bootstrap .btn-check:checked + .btn-dark:focus, .bookly-bootstrap .btn-check:active + .btn-dark:focus, .bookly-bootstrap .btn-dark:active:focus, .bookly-bootstrap .btn-dark.active:focus, .bookly-bootstrap .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.bookly-bootstrap .btn-dark:disabled, .bookly-bootstrap .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.bookly-bootstrap .btn-bookly {
  color: #000;
  background-color: #f4662f;
  border-color: #f4662f;
}

.bookly-bootstrap .btn-bookly:hover {
  color: #000;
  background-color: #f67d4e;
  border-color: #f57544;
}

.bookly-bootstrap .btn-check:focus + .btn-bookly, .bookly-bootstrap .btn-bookly:focus {
  color: #000;
  background-color: #f67d4e;
  border-color: #f57544;
  box-shadow: 0 0 0 0.25rem rgba(207, 87, 40, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-bookly, .bookly-bootstrap .btn-check:active + .btn-bookly, .bookly-bootstrap .btn-bookly:active, .bookly-bootstrap .btn-bookly.active, .bookly-bootstrap .show > .btn-bookly.dropdown-toggle {
  color: #000;
  background-color: #f68559;
  border-color: #f57544;
}

.bookly-bootstrap .btn-check:checked + .btn-bookly:focus, .bookly-bootstrap .btn-check:active + .btn-bookly:focus, .bookly-bootstrap .btn-bookly:active:focus, .bookly-bootstrap .btn-bookly.active:focus, .bookly-bootstrap .show > .btn-bookly.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 87, 40, 0.5);
}

.bookly-bootstrap .btn-bookly:disabled, .bookly-bootstrap .btn-bookly.disabled {
  color: #000;
  background-color: #f4662f;
  border-color: #f4662f;
}

.bookly-bootstrap .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.bookly-bootstrap .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bookly-bootstrap .btn-check:focus + .btn-outline-primary, .bookly-bootstrap .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-outline-primary, .bookly-bootstrap .btn-check:active + .btn-outline-primary, .bookly-bootstrap .btn-outline-primary:active, .bookly-bootstrap .btn-outline-primary.active, .bookly-bootstrap .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bookly-bootstrap .btn-check:checked + .btn-outline-primary:focus, .bookly-bootstrap .btn-check:active + .btn-outline-primary:focus, .bookly-bootstrap .btn-outline-primary:active:focus, .bookly-bootstrap .btn-outline-primary.active:focus, .bookly-bootstrap .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.bookly-bootstrap .btn-outline-primary:disabled, .bookly-bootstrap .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.bookly-bootstrap .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.bookly-bootstrap .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bookly-bootstrap .btn-check:focus + .btn-outline-secondary, .bookly-bootstrap .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-outline-secondary, .bookly-bootstrap .btn-check:active + .btn-outline-secondary, .bookly-bootstrap .btn-outline-secondary:active, .bookly-bootstrap .btn-outline-secondary.active, .bookly-bootstrap .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bookly-bootstrap .btn-check:checked + .btn-outline-secondary:focus, .bookly-bootstrap .btn-check:active + .btn-outline-secondary:focus, .bookly-bootstrap .btn-outline-secondary:active:focus, .bookly-bootstrap .btn-outline-secondary.active:focus, .bookly-bootstrap .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.bookly-bootstrap .btn-outline-secondary:disabled, .bookly-bootstrap .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.bookly-bootstrap .btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.bookly-bootstrap .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.bookly-bootstrap .btn-check:focus + .btn-outline-success, .bookly-bootstrap .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-outline-success, .bookly-bootstrap .btn-check:active + .btn-outline-success, .bookly-bootstrap .btn-outline-success:active, .bookly-bootstrap .btn-outline-success.active, .bookly-bootstrap .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.bookly-bootstrap .btn-check:checked + .btn-outline-success:focus, .bookly-bootstrap .btn-check:active + .btn-outline-success:focus, .bookly-bootstrap .btn-outline-success:active:focus, .bookly-bootstrap .btn-outline-success.active:focus, .bookly-bootstrap .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.bookly-bootstrap .btn-outline-success:disabled, .bookly-bootstrap .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.bookly-bootstrap .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.bookly-bootstrap .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.bookly-bootstrap .btn-check:focus + .btn-outline-info, .bookly-bootstrap .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-outline-info, .bookly-bootstrap .btn-check:active + .btn-outline-info, .bookly-bootstrap .btn-outline-info:active, .bookly-bootstrap .btn-outline-info.active, .bookly-bootstrap .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.bookly-bootstrap .btn-check:checked + .btn-outline-info:focus, .bookly-bootstrap .btn-check:active + .btn-outline-info:focus, .bookly-bootstrap .btn-outline-info:active:focus, .bookly-bootstrap .btn-outline-info.active:focus, .bookly-bootstrap .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.bookly-bootstrap .btn-outline-info:disabled, .bookly-bootstrap .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.bookly-bootstrap .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.bookly-bootstrap .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bookly-bootstrap .btn-check:focus + .btn-outline-warning, .bookly-bootstrap .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-outline-warning, .bookly-bootstrap .btn-check:active + .btn-outline-warning, .bookly-bootstrap .btn-outline-warning:active, .bookly-bootstrap .btn-outline-warning.active, .bookly-bootstrap .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bookly-bootstrap .btn-check:checked + .btn-outline-warning:focus, .bookly-bootstrap .btn-check:active + .btn-outline-warning:focus, .bookly-bootstrap .btn-outline-warning:active:focus, .bookly-bootstrap .btn-outline-warning.active:focus, .bookly-bootstrap .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.bookly-bootstrap .btn-outline-warning:disabled, .bookly-bootstrap .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.bookly-bootstrap .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.bookly-bootstrap .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bookly-bootstrap .btn-check:focus + .btn-outline-danger, .bookly-bootstrap .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-outline-danger, .bookly-bootstrap .btn-check:active + .btn-outline-danger, .bookly-bootstrap .btn-outline-danger:active, .bookly-bootstrap .btn-outline-danger.active, .bookly-bootstrap .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bookly-bootstrap .btn-check:checked + .btn-outline-danger:focus, .bookly-bootstrap .btn-check:active + .btn-outline-danger:focus, .bookly-bootstrap .btn-outline-danger:active:focus, .bookly-bootstrap .btn-outline-danger.active:focus, .bookly-bootstrap .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.bookly-bootstrap .btn-outline-danger:disabled, .bookly-bootstrap .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.bookly-bootstrap .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.bookly-bootstrap .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bookly-bootstrap .btn-check:focus + .btn-outline-light, .bookly-bootstrap .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-outline-light, .bookly-bootstrap .btn-check:active + .btn-outline-light, .bookly-bootstrap .btn-outline-light:active, .bookly-bootstrap .btn-outline-light.active, .bookly-bootstrap .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bookly-bootstrap .btn-check:checked + .btn-outline-light:focus, .bookly-bootstrap .btn-check:active + .btn-outline-light:focus, .bookly-bootstrap .btn-outline-light:active:focus, .bookly-bootstrap .btn-outline-light.active:focus, .bookly-bootstrap .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.bookly-bootstrap .btn-outline-light:disabled, .bookly-bootstrap .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.bookly-bootstrap .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.bookly-bootstrap .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.bookly-bootstrap .btn-check:focus + .btn-outline-dark, .bookly-bootstrap .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-outline-dark, .bookly-bootstrap .btn-check:active + .btn-outline-dark, .bookly-bootstrap .btn-outline-dark:active, .bookly-bootstrap .btn-outline-dark.active, .bookly-bootstrap .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.bookly-bootstrap .btn-check:checked + .btn-outline-dark:focus, .bookly-bootstrap .btn-check:active + .btn-outline-dark:focus, .bookly-bootstrap .btn-outline-dark:active:focus, .bookly-bootstrap .btn-outline-dark.active:focus, .bookly-bootstrap .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.bookly-bootstrap .btn-outline-dark:disabled, .bookly-bootstrap .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.bookly-bootstrap .btn-outline-bookly {
  color: #f4662f;
  border-color: #f4662f;
}

.bookly-bootstrap .btn-outline-bookly:hover {
  color: #000;
  background-color: #f4662f;
  border-color: #f4662f;
}

.bookly-bootstrap .btn-check:focus + .btn-outline-bookly, .bookly-bootstrap .btn-outline-bookly:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 102, 47, 0.5);
}

.bookly-bootstrap .btn-check:checked + .btn-outline-bookly, .bookly-bootstrap .btn-check:active + .btn-outline-bookly, .bookly-bootstrap .btn-outline-bookly:active, .bookly-bootstrap .btn-outline-bookly.active, .bookly-bootstrap .btn-outline-bookly.dropdown-toggle.show {
  color: #000;
  background-color: #f4662f;
  border-color: #f4662f;
}

.bookly-bootstrap .btn-check:checked + .btn-outline-bookly:focus, .bookly-bootstrap .btn-check:active + .btn-outline-bookly:focus, .bookly-bootstrap .btn-outline-bookly:active:focus, .bookly-bootstrap .btn-outline-bookly.active:focus, .bookly-bootstrap .btn-outline-bookly.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 102, 47, 0.5);
}

.bookly-bootstrap .btn-outline-bookly:disabled, .bookly-bootstrap .btn-outline-bookly.disabled {
  color: #f4662f;
  background-color: transparent;
}

.bookly-bootstrap .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.bookly-bootstrap .btn-link:hover {
  color: #0a58ca;
}

.bookly-bootstrap .btn-link:disabled, .bookly-bootstrap .btn-link.disabled {
  color: #6c757d;
}

.bookly-bootstrap .btn-lg, .bookly-bootstrap .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.bookly-bootstrap .btn-sm, .bookly-bootstrap .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.bookly-bootstrap .fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .fade {
    transition: none;
  }
}

.bookly-bootstrap .fade:not(.show) {
  opacity: 0;
}

.bookly-bootstrap .collapse:not(.show) {
  display: none;
}

.bookly-bootstrap .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .collapsing {
    transition: none;
  }
}

.bookly-bootstrap .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .collapsing.collapse-horizontal {
    transition: none;
  }
}

.bookly-bootstrap .dropup, .bookly-bootstrap .dropend, .bookly-bootstrap .dropdown, .bookly-bootstrap .dropstart {
  position: relative;
}

.bookly-bootstrap .dropdown-toggle {
  white-space: nowrap;
}

.bookly-bootstrap .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.bookly-bootstrap .dropdown-toggle:empty::after {
  margin-left: 0;
}

.bookly-bootstrap .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.bookly-bootstrap .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.bookly-bootstrap .dropdown-menu-start {
  --bs-position: start;
}

.bookly-bootstrap .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.bookly-bootstrap .dropdown-menu-end {
  --bs-position: end;
}

.bookly-bootstrap .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .bookly-bootstrap .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .bookly-bootstrap .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bookly-bootstrap .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .bookly-bootstrap .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .bookly-bootstrap .dropdown-menu-md-start {
    --bs-position: start;
  }
  .bookly-bootstrap .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bookly-bootstrap .dropdown-menu-md-end {
    --bs-position: end;
  }
  .bookly-bootstrap .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .bookly-bootstrap .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .bookly-bootstrap .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bookly-bootstrap .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .bookly-bootstrap .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .bookly-bootstrap .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .bookly-bootstrap .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bookly-bootstrap .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .bookly-bootstrap .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .bookly-bootstrap .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .bookly-bootstrap .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bookly-bootstrap .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .bookly-bootstrap .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.bookly-bootstrap .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.bookly-bootstrap .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.bookly-bootstrap .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.bookly-bootstrap .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.bookly-bootstrap .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.bookly-bootstrap .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.bookly-bootstrap .dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.bookly-bootstrap .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.bookly-bootstrap .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.bookly-bootstrap .dropstart .dropdown-toggle::after {
  display: none;
}

.bookly-bootstrap .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.bookly-bootstrap .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.bookly-bootstrap .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.bookly-bootstrap .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.bookly-bootstrap .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.bookly-bootstrap .dropdown-item:hover, .bookly-bootstrap .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.bookly-bootstrap .dropdown-item.active, .bookly-bootstrap .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.bookly-bootstrap .dropdown-item.disabled, .bookly-bootstrap .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.bookly-bootstrap .dropdown-menu.show {
  display: block;
}

.bookly-bootstrap .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.bookly-bootstrap .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.bookly-bootstrap .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.bookly-bootstrap .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.bookly-bootstrap .dropdown-menu-dark .dropdown-item:hover, .bookly-bootstrap .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.bookly-bootstrap .dropdown-menu-dark .dropdown-item.active, .bookly-bootstrap .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.bookly-bootstrap .dropdown-menu-dark .dropdown-item.disabled, .bookly-bootstrap .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.bookly-bootstrap .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.bookly-bootstrap .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.bookly-bootstrap .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.bookly-bootstrap .btn-group, .bookly-bootstrap .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.bookly-bootstrap .btn-group > .btn, .bookly-bootstrap .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.bookly-bootstrap .btn-group > .btn-check:checked + .btn, .bookly-bootstrap .btn-group > .btn-check:focus + .btn, .bookly-bootstrap .btn-group > .btn:hover, .bookly-bootstrap .btn-group > .btn:focus, .bookly-bootstrap .btn-group > .btn:active, .bookly-bootstrap .btn-group > .btn.active, .bookly-bootstrap .btn-group-vertical > .btn-check:checked + .btn, .bookly-bootstrap .btn-group-vertical > .btn-check:focus + .btn, .bookly-bootstrap .btn-group-vertical > .btn:hover, .bookly-bootstrap .btn-group-vertical > .btn:focus, .bookly-bootstrap .btn-group-vertical > .btn:active, .bookly-bootstrap .btn-group-vertical > .btn.active {
  z-index: 1;
}

.bookly-bootstrap .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bookly-bootstrap .btn-toolbar .input-group {
  width: auto;
}

.bookly-bootstrap .btn-group > .btn:not(:first-child), .bookly-bootstrap .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.bookly-bootstrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .bookly-bootstrap .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bookly-bootstrap .btn-group > .btn:nth-child(n + 3), .bookly-bootstrap .btn-group > :not(.btn-check) + .btn, .bookly-bootstrap .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bookly-bootstrap .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.bookly-bootstrap .dropdown-toggle-split::after, .bookly-bootstrap .dropup .dropdown-toggle-split::after, .bookly-bootstrap .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.bookly-bootstrap .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.bookly-bootstrap .btn-sm + .dropdown-toggle-split, .bookly-bootstrap .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.bookly-bootstrap .btn-lg + .dropdown-toggle-split, .bookly-bootstrap .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.bookly-bootstrap .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.bookly-bootstrap .btn-group-vertical > .btn, .bookly-bootstrap .btn-group-vertical > .btn-group {
  width: 100%;
}

.bookly-bootstrap .btn-group-vertical > .btn:not(:first-child), .bookly-bootstrap .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.bookly-bootstrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .bookly-bootstrap .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.bookly-bootstrap .btn-group-vertical > .btn ~ .btn, .bookly-bootstrap .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bookly-bootstrap .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bookly-bootstrap .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .nav-link {
    transition: none;
  }
}

.bookly-bootstrap .nav-link:hover, .bookly-bootstrap .nav-link:focus {
  color: #0a58ca;
}

.bookly-bootstrap .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.bookly-bootstrap .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.bookly-bootstrap .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bookly-bootstrap .nav-tabs .nav-link:hover, .bookly-bootstrap .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.bookly-bootstrap .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.bookly-bootstrap .nav-tabs .nav-link.active, .bookly-bootstrap .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.bookly-bootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bookly-bootstrap .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.bookly-bootstrap .nav-pills .nav-link.active, .bookly-bootstrap .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.bookly-bootstrap .nav-fill > .nav-link, .bookly-bootstrap .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.bookly-bootstrap .nav-justified > .nav-link, .bookly-bootstrap .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.bookly-bootstrap .nav-fill .nav-item .nav-link, .bookly-bootstrap .nav-justified .nav-item .nav-link {
  width: 100%;
}

.bookly-bootstrap .tab-content > .tab-pane {
  display: none;
}

.bookly-bootstrap .tab-content > .active {
  display: block;
}

.bookly-bootstrap .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bookly-bootstrap .navbar > .container, .bookly-bootstrap .navbar > .container-fluid, .bookly-bootstrap .navbar > .container-sm, .bookly-bootstrap .navbar > .container-md, .bookly-bootstrap .navbar > .container-lg, .bookly-bootstrap .navbar > .container-xl, .bookly-bootstrap .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.bookly-bootstrap .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.bookly-bootstrap .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bookly-bootstrap .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.bookly-bootstrap .navbar-nav .dropdown-menu {
  position: static;
}

.bookly-bootstrap .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bookly-bootstrap .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.bookly-bootstrap .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .navbar-toggler {
    transition: none;
  }
}

.bookly-bootstrap .navbar-toggler:hover {
  text-decoration: none;
}

.bookly-bootstrap .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.bookly-bootstrap .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.bookly-bootstrap .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .bookly-bootstrap .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bookly-bootstrap .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bookly-bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bookly-bootstrap .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bookly-bootstrap .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .bookly-bootstrap .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bookly-bootstrap .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .bookly-bootstrap .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .bookly-bootstrap .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bookly-bootstrap .navbar-expand-sm .offcanvas-top, .bookly-bootstrap .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bookly-bootstrap .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .bookly-bootstrap .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bookly-bootstrap .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bookly-bootstrap .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bookly-bootstrap .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bookly-bootstrap .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .bookly-bootstrap .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bookly-bootstrap .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .bookly-bootstrap .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .bookly-bootstrap .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bookly-bootstrap .navbar-expand-md .offcanvas-top, .bookly-bootstrap .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bookly-bootstrap .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .bookly-bootstrap .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bookly-bootstrap .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bookly-bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bookly-bootstrap .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bookly-bootstrap .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .bookly-bootstrap .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bookly-bootstrap .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .bookly-bootstrap .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .bookly-bootstrap .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bookly-bootstrap .navbar-expand-lg .offcanvas-top, .bookly-bootstrap .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bookly-bootstrap .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .bookly-bootstrap .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bookly-bootstrap .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bookly-bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bookly-bootstrap .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bookly-bootstrap .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .bookly-bootstrap .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bookly-bootstrap .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .bookly-bootstrap .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .bookly-bootstrap .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bookly-bootstrap .navbar-expand-xl .offcanvas-top, .bookly-bootstrap .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bookly-bootstrap .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .bookly-bootstrap .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bookly-bootstrap .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .bookly-bootstrap .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bookly-bootstrap .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bookly-bootstrap .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .bookly-bootstrap .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bookly-bootstrap .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .bookly-bootstrap .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .bookly-bootstrap .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bookly-bootstrap .navbar-expand-xxl .offcanvas-top, .bookly-bootstrap .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bookly-bootstrap .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.bookly-bootstrap .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.bookly-bootstrap .navbar-expand .navbar-nav {
  flex-direction: row;
}

.bookly-bootstrap .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.bookly-bootstrap .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.bookly-bootstrap .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.bookly-bootstrap .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.bookly-bootstrap .navbar-expand .navbar-toggler {
  display: none;
}

.bookly-bootstrap .navbar-expand .offcanvas-header {
  display: none;
}

.bookly-bootstrap .navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.bookly-bootstrap .navbar-expand .offcanvas-top, .bookly-bootstrap .navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.bookly-bootstrap .navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.bookly-bootstrap .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.bookly-bootstrap .navbar-light .navbar-brand:hover, .bookly-bootstrap .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.bookly-bootstrap .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.bookly-bootstrap .navbar-light .navbar-nav .nav-link:hover, .bookly-bootstrap .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.bookly-bootstrap .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.bookly-bootstrap .navbar-light .navbar-nav .show > .nav-link, .bookly-bootstrap .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.bookly-bootstrap .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.bookly-bootstrap .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bookly-bootstrap .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.bookly-bootstrap .navbar-light .navbar-text a, .bookly-bootstrap .navbar-light .navbar-text a:hover, .bookly-bootstrap .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.bookly-bootstrap .navbar-dark .navbar-brand {
  color: #fff;
}

.bookly-bootstrap .navbar-dark .navbar-brand:hover, .bookly-bootstrap .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.bookly-bootstrap .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.bookly-bootstrap .navbar-dark .navbar-nav .nav-link:hover, .bookly-bootstrap .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.bookly-bootstrap .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.bookly-bootstrap .navbar-dark .navbar-nav .show > .nav-link, .bookly-bootstrap .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.bookly-bootstrap .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.bookly-bootstrap .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bookly-bootstrap .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.bookly-bootstrap .navbar-dark .navbar-text a, .bookly-bootstrap .navbar-dark .navbar-text a:hover, .bookly-bootstrap .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.bookly-bootstrap .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.bookly-bootstrap .card > hr {
  margin-right: 0;
  margin-left: 0;
}

.bookly-bootstrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.bookly-bootstrap .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.bookly-bootstrap .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.bookly-bootstrap .card > .card-header + .list-group, .bookly-bootstrap .card > .list-group + .card-footer {
  border-top: 0;
}

.bookly-bootstrap .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.bookly-bootstrap .card-title {
  margin-bottom: 0.5rem;
}

.bookly-bootstrap .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.bookly-bootstrap .card-text:last-child {
  margin-bottom: 0;
}

.bookly-bootstrap .card-link + .card-link {
  margin-left: 1rem;
}

.bookly-bootstrap .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.bookly-bootstrap .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.bookly-bootstrap .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.bookly-bootstrap .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.bookly-bootstrap .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.bookly-bootstrap .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.bookly-bootstrap .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.bookly-bootstrap .card-img, .bookly-bootstrap .card-img-top, .bookly-bootstrap .card-img-bottom {
  width: 100%;
}

.bookly-bootstrap .card-img, .bookly-bootstrap .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.bookly-bootstrap .card-img, .bookly-bootstrap .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.bookly-bootstrap .card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .bookly-bootstrap .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bookly-bootstrap .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bookly-bootstrap .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bookly-bootstrap .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bookly-bootstrap .card-group > .card:not(:last-child) .card-img-top, .bookly-bootstrap .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bookly-bootstrap .card-group > .card:not(:last-child) .card-img-bottom, .bookly-bootstrap .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bookly-bootstrap .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bookly-bootstrap .card-group > .card:not(:first-child) .card-img-top, .bookly-bootstrap .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bookly-bootstrap .card-group > .card:not(:first-child) .card-img-bottom, .bookly-bootstrap .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.bookly-bootstrap .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .accordion-button {
    transition: none;
  }
}

.bookly-bootstrap .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.bookly-bootstrap .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.bookly-bootstrap .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .accordion-button::after {
    transition: none;
  }
}

.bookly-bootstrap .accordion-button:hover {
  z-index: 2;
}

.bookly-bootstrap .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bookly-bootstrap .accordion-header {
  margin-bottom: 0;
}

.bookly-bootstrap .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.bookly-bootstrap .accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bookly-bootstrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.bookly-bootstrap .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.bookly-bootstrap .accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bookly-bootstrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.bookly-bootstrap .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bookly-bootstrap .accordion-body {
  padding: 1rem 1.25rem;
}

.bookly-bootstrap .accordion-flush .accordion-collapse {
  border-width: 0;
}

.bookly-bootstrap .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.bookly-bootstrap .accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.bookly-bootstrap .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.bookly-bootstrap .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.bookly-bootstrap .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.bookly-bootstrap .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.bookly-bootstrap .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.bookly-bootstrap .breadcrumb-item.active {
  color: #6c757d;
}

.bookly-bootstrap .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.bookly-bootstrap .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .page-link {
    transition: none;
  }
}

.bookly-bootstrap .page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.bookly-bootstrap .page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bookly-bootstrap .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.bookly-bootstrap .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bookly-bootstrap .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.bookly-bootstrap .page-link {
  padding: 0.375rem 0.75rem;
}

.bookly-bootstrap .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bookly-bootstrap .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.bookly-bootstrap .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.bookly-bootstrap .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.bookly-bootstrap .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.bookly-bootstrap .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.bookly-bootstrap .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.bookly-bootstrap .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.bookly-bootstrap .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.bookly-bootstrap .badge:empty {
  display: none;
}

.bookly-bootstrap .btn .badge {
  position: relative;
  top: -1px;
}

.bookly-bootstrap .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.bookly-bootstrap .alert-heading {
  color: inherit;
}

.bookly-bootstrap .alert-link {
  font-weight: 700;
}

.bookly-bootstrap .alert-dismissible {
  padding-right: 3rem;
}

.bookly-bootstrap .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.bookly-bootstrap .alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.bookly-bootstrap .alert-primary .alert-link {
  color: #06357a;
}

.bookly-bootstrap .alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.bookly-bootstrap .alert-secondary .alert-link {
  color: #34383c;
}

.bookly-bootstrap .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.bookly-bootstrap .alert-success .alert-link {
  color: #0c4128;
}

.bookly-bootstrap .alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.bookly-bootstrap .alert-info .alert-link {
  color: #04414d;
}

.bookly-bootstrap .alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.bookly-bootstrap .alert-warning .alert-link {
  color: #523e02;
}

.bookly-bootstrap .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.bookly-bootstrap .alert-danger .alert-link {
  color: #6a1a21;
}

.bookly-bootstrap .alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.bookly-bootstrap .alert-light .alert-link {
  color: #4f5050;
}

.bookly-bootstrap .alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.bookly-bootstrap .alert-dark .alert-link {
  color: #101214;
}

.bookly-bootstrap .alert-bookly {
  color: #923d1c;
  background-color: #fde0d5;
  border-color: #fcd1c1;
}

.bookly-bootstrap .alert-bookly .alert-link {
  color: #753116;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.bookly-bootstrap .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.bookly-bootstrap .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .progress-bar {
    transition: none;
  }
}

.bookly-bootstrap .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.bookly-bootstrap .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.bookly-bootstrap .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.bookly-bootstrap .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.bookly-bootstrap .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.bookly-bootstrap .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.bookly-bootstrap .list-group-item-action:hover, .bookly-bootstrap .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.bookly-bootstrap .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.bookly-bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.bookly-bootstrap .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.bookly-bootstrap .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bookly-bootstrap .list-group-item.disabled, .bookly-bootstrap .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.bookly-bootstrap .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bookly-bootstrap .list-group-item + .list-group-item {
  border-top-width: 0;
}

.bookly-bootstrap .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.bookly-bootstrap .list-group-horizontal {
  flex-direction: row;
}

.bookly-bootstrap .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.bookly-bootstrap .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.bookly-bootstrap .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.bookly-bootstrap .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.bookly-bootstrap .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .bookly-bootstrap .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bookly-bootstrap .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bookly-bootstrap .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bookly-bootstrap .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .bookly-bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bookly-bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .bookly-bootstrap .list-group-horizontal-md {
    flex-direction: row;
  }
  .bookly-bootstrap .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bookly-bootstrap .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bookly-bootstrap .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .bookly-bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bookly-bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .bookly-bootstrap .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bookly-bootstrap .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bookly-bootstrap .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bookly-bootstrap .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .bookly-bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bookly-bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .bookly-bootstrap .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bookly-bootstrap .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bookly-bootstrap .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bookly-bootstrap .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .bookly-bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bookly-bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .bookly-bootstrap .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .bookly-bootstrap .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bookly-bootstrap .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bookly-bootstrap .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .bookly-bootstrap .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bookly-bootstrap .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.bookly-bootstrap .list-group-flush {
  border-radius: 0;
}

.bookly-bootstrap .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.bookly-bootstrap .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.bookly-bootstrap .list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.bookly-bootstrap .list-group-item-primary.list-group-item-action:hover, .bookly-bootstrap .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.bookly-bootstrap .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.bookly-bootstrap .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.bookly-bootstrap .list-group-item-secondary.list-group-item-action:hover, .bookly-bootstrap .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.bookly-bootstrap .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.bookly-bootstrap .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.bookly-bootstrap .list-group-item-success.list-group-item-action:hover, .bookly-bootstrap .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.bookly-bootstrap .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.bookly-bootstrap .list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.bookly-bootstrap .list-group-item-info.list-group-item-action:hover, .bookly-bootstrap .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.bookly-bootstrap .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.bookly-bootstrap .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.bookly-bootstrap .list-group-item-warning.list-group-item-action:hover, .bookly-bootstrap .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.bookly-bootstrap .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.bookly-bootstrap .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.bookly-bootstrap .list-group-item-danger.list-group-item-action:hover, .bookly-bootstrap .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.bookly-bootstrap .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.bookly-bootstrap .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.bookly-bootstrap .list-group-item-light.list-group-item-action:hover, .bookly-bootstrap .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.bookly-bootstrap .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.bookly-bootstrap .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.bookly-bootstrap .list-group-item-dark.list-group-item-action:hover, .bookly-bootstrap .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.bookly-bootstrap .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.bookly-bootstrap .list-group-item-bookly {
  color: #923d1c;
  background-color: #fde0d5;
}

.bookly-bootstrap .list-group-item-bookly.list-group-item-action:hover, .bookly-bootstrap .list-group-item-bookly.list-group-item-action:focus {
  color: #923d1c;
  background-color: #e4cac0;
}

.bookly-bootstrap .list-group-item-bookly.list-group-item-action.active {
  color: #fff;
  background-color: #923d1c;
  border-color: #923d1c;
}

.bookly-bootstrap .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.bookly-bootstrap .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.bookly-bootstrap .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.bookly-bootstrap .btn-close:disabled, .bookly-bootstrap .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.bookly-bootstrap .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.bookly-bootstrap .toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.bookly-bootstrap .toast.showing {
  opacity: 0;
}

.bookly-bootstrap .toast:not(.show) {
  display: none;
}

.bookly-bootstrap .toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.bookly-bootstrap .toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.bookly-bootstrap .toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.bookly-bootstrap .toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.bookly-bootstrap .toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.bookly-bootstrap .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100005;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.bookly-bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.bookly-bootstrap .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .modal.fade .modal-dialog {
    transition: none;
  }
}

.bookly-bootstrap .modal.show .modal-dialog {
  transform: none;
}

.bookly-bootstrap .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.bookly-bootstrap .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.bookly-bootstrap .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.bookly-bootstrap .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.bookly-bootstrap .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.bookly-bootstrap .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.bookly-bootstrap .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.bookly-bootstrap .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.bookly-bootstrap .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.bookly-bootstrap .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.bookly-bootstrap .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.bookly-bootstrap .modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .bookly-bootstrap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bookly-bootstrap .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .bookly-bootstrap .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bookly-bootstrap .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .bookly-bootstrap .modal-lg, .bookly-bootstrap .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .bookly-bootstrap .modal-xl {
    max-width: 1140px;
  }
}

.bookly-bootstrap .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.bookly-bootstrap .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.bookly-bootstrap .modal-fullscreen .modal-header {
  border-radius: 0;
}

.bookly-bootstrap .modal-fullscreen .modal-body {
  overflow-y: auto;
}

.bookly-bootstrap .modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .bookly-bootstrap .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bookly-bootstrap .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bookly-bootstrap .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .bookly-bootstrap .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .bookly-bootstrap .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .bookly-bootstrap .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bookly-bootstrap .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bookly-bootstrap .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .bookly-bootstrap .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .bookly-bootstrap .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .bookly-bootstrap .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bookly-bootstrap .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bookly-bootstrap .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .bookly-bootstrap .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .bookly-bootstrap .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .bookly-bootstrap .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bookly-bootstrap .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bookly-bootstrap .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .bookly-bootstrap .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .bookly-bootstrap .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .bookly-bootstrap .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bookly-bootstrap .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bookly-bootstrap .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .bookly-bootstrap .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .bookly-bootstrap .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.bookly-bootstrap .tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.bookly-bootstrap .tooltip.show {
  opacity: 0.9;
}

.bookly-bootstrap .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.bookly-bootstrap .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bookly-bootstrap .bs-tooltip-top, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

.bookly-bootstrap .bs-tooltip-top .tooltip-arrow, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bookly-bootstrap .bs-tooltip-top .tooltip-arrow::before, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bookly-bootstrap .bs-tooltip-end, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

.bookly-bootstrap .bs-tooltip-end .tooltip-arrow, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bookly-bootstrap .bs-tooltip-end .tooltip-arrow::before, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bookly-bootstrap .bs-tooltip-bottom, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bookly-bootstrap .bs-tooltip-bottom .tooltip-arrow, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bookly-bootstrap .bs-tooltip-bottom .tooltip-arrow::before, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bookly-bootstrap .bs-tooltip-start, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

.bookly-bootstrap .bs-tooltip-start .tooltip-arrow, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bookly-bootstrap .bs-tooltip-start .tooltip-arrow::before, .bookly-bootstrap .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.bookly-bootstrap .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.bookly-bootstrap .popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.bookly-bootstrap .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.bookly-bootstrap .popover .popover-arrow::before, .bookly-bootstrap .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bookly-bootstrap .bs-popover-top > .popover-arrow, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bookly-bootstrap .bs-popover-top > .popover-arrow::before, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bookly-bootstrap .bs-popover-top > .popover-arrow::after, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bookly-bootstrap .bs-popover-end > .popover-arrow, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bookly-bootstrap .bs-popover-end > .popover-arrow::before, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bookly-bootstrap .bs-popover-end > .popover-arrow::after, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bookly-bootstrap .bs-popover-bottom > .popover-arrow, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bookly-bootstrap .bs-popover-bottom > .popover-arrow::before, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bookly-bootstrap .bs-popover-bottom > .popover-arrow::after, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bookly-bootstrap .bs-popover-bottom .popover-header::before, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bookly-bootstrap .bs-popover-start > .popover-arrow, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bookly-bootstrap .bs-popover-start > .popover-arrow::before, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bookly-bootstrap .bs-popover-start > .popover-arrow::after, .bookly-bootstrap .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.bookly-bootstrap .popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.bookly-bootstrap .popover-header:empty {
  display: none;
}

.bookly-bootstrap .popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.bookly-bootstrap .carousel {
  position: relative;
}

.bookly-bootstrap .carousel.pointer-event {
  touch-action: pan-y;
}

.bookly-bootstrap .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bookly-bootstrap .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.bookly-bootstrap .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .carousel-item {
    transition: none;
  }
}

.bookly-bootstrap .carousel-item.active, .bookly-bootstrap .carousel-item-next, .bookly-bootstrap .carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.bookly-bootstrap .carousel-item-next:not(.carousel-item-start), .bookly-bootstrap .active.carousel-item-end {
  transform: translateX(100%);
}

.bookly-bootstrap .carousel-item-prev:not(.carousel-item-end), .bookly-bootstrap .active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.bookly-bootstrap .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.bookly-bootstrap .carousel-fade .carousel-item.active, .bookly-bootstrap .carousel-fade .carousel-item-next.carousel-item-start, .bookly-bootstrap .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.bookly-bootstrap .carousel-fade .active.carousel-item-start, .bookly-bootstrap .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .carousel-fade .active.carousel-item-start, .bookly-bootstrap .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.bookly-bootstrap .carousel-control-prev, .bookly-bootstrap .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .carousel-control-prev, .bookly-bootstrap .carousel-control-next {
    transition: none;
  }
}

.bookly-bootstrap .carousel-control-prev:hover, .bookly-bootstrap .carousel-control-prev:focus, .bookly-bootstrap .carousel-control-next:hover, .bookly-bootstrap .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.bookly-bootstrap .carousel-control-prev {
  left: 0;
}

.bookly-bootstrap .carousel-control-next {
  right: 0;
}

.bookly-bootstrap .carousel-control-prev-icon, .bookly-bootstrap .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.bookly-bootstrap .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.bookly-bootstrap .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.bookly-bootstrap .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.bookly-bootstrap .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.bookly-bootstrap .carousel-indicators .active {
  opacity: 1;
}

.bookly-bootstrap .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.bookly-bootstrap .carousel-dark .carousel-control-prev-icon, .bookly-bootstrap .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.bookly-bootstrap .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.bookly-bootstrap .carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

.bookly-bootstrap .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.bookly-bootstrap .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.bookly-bootstrap .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.bookly-bootstrap .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .spinner-border, .bookly-bootstrap .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.bookly-bootstrap .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bookly-bootstrap .offcanvas {
    transition: none;
  }
}

.bookly-bootstrap .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.bookly-bootstrap .offcanvas-backdrop.fade {
  opacity: 0;
}

.bookly-bootstrap .offcanvas-backdrop.show {
  opacity: 0.5;
}

.bookly-bootstrap .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.bookly-bootstrap .offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.bookly-bootstrap .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.bookly-bootstrap .offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.bookly-bootstrap .offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.bookly-bootstrap .offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.bookly-bootstrap .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.bookly-bootstrap .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.bookly-bootstrap .offcanvas.show {
  transform: none;
}

.bookly-bootstrap .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.bookly-bootstrap .placeholder.btn::before {
  display: inline-block;
  content: "";
}

.bookly-bootstrap .placeholder-xs {
  min-height: .6em;
}

.bookly-bootstrap .placeholder-sm {
  min-height: .8em;
}

.bookly-bootstrap .placeholder-lg {
  min-height: 1.2em;
}

.bookly-bootstrap .placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.bookly-bootstrap .placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

.bookly-bootstrap .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.bookly-bootstrap .link-primary {
  color: #0d6efd;
}

.bookly-bootstrap .link-primary:hover, .bookly-bootstrap .link-primary:focus {
  color: #0a58ca;
}

.bookly-bootstrap .link-secondary {
  color: #6c757d;
}

.bookly-bootstrap .link-secondary:hover, .bookly-bootstrap .link-secondary:focus {
  color: #565e64;
}

.bookly-bootstrap .link-success {
  color: #198754;
}

.bookly-bootstrap .link-success:hover, .bookly-bootstrap .link-success:focus {
  color: #146c43;
}

.bookly-bootstrap .link-info {
  color: #0dcaf0;
}

.bookly-bootstrap .link-info:hover, .bookly-bootstrap .link-info:focus {
  color: #3dd5f3;
}

.bookly-bootstrap .link-warning {
  color: #ffc107;
}

.bookly-bootstrap .link-warning:hover, .bookly-bootstrap .link-warning:focus {
  color: #ffcd39;
}

.bookly-bootstrap .link-danger {
  color: #dc3545;
}

.bookly-bootstrap .link-danger:hover, .bookly-bootstrap .link-danger:focus {
  color: #b02a37;
}

.bookly-bootstrap .link-light {
  color: #f8f9fa;
}

.bookly-bootstrap .link-light:hover, .bookly-bootstrap .link-light:focus {
  color: #f9fafb;
}

.bookly-bootstrap .link-dark {
  color: #212529;
}

.bookly-bootstrap .link-dark:hover, .bookly-bootstrap .link-dark:focus {
  color: #1a1e21;
}

.bookly-bootstrap .link-bookly {
  color: #f4662f;
}

.bookly-bootstrap .link-bookly:hover, .bookly-bootstrap .link-bookly:focus {
  color: #f68559;
}

.bookly-bootstrap .ratio {
  position: relative;
  width: 100%;
}

.bookly-bootstrap .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.bookly-bootstrap .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bookly-bootstrap .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.bookly-bootstrap .ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.bookly-bootstrap .ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.bookly-bootstrap .ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.bookly-bootstrap .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bookly-bootstrap .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.bookly-bootstrap .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .bookly-bootstrap .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .bookly-bootstrap .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .bookly-bootstrap .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .bookly-bootstrap .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .bookly-bootstrap .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.bookly-bootstrap .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.bookly-bootstrap .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.bookly-bootstrap .visually-hidden, .bookly-bootstrap .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bookly-bootstrap .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.bookly-bootstrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bookly-bootstrap .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.bookly-bootstrap .align-baseline {
  vertical-align: baseline !important;
}

.bookly-bootstrap .align-top {
  vertical-align: top !important;
}

.bookly-bootstrap .align-middle {
  vertical-align: middle !important;
}

.bookly-bootstrap .align-bottom {
  vertical-align: bottom !important;
}

.bookly-bootstrap .align-text-bottom {
  vertical-align: text-bottom !important;
}

.bookly-bootstrap .align-text-top {
  vertical-align: text-top !important;
}

.bookly-bootstrap .float-start {
  float: left !important;
}

.bookly-bootstrap .float-end {
  float: right !important;
}

.bookly-bootstrap .float-none {
  float: none !important;
}

.bookly-bootstrap .opacity-0 {
  opacity: 0 !important;
}

.bookly-bootstrap .opacity-25 {
  opacity: 0.25 !important;
}

.bookly-bootstrap .opacity-50 {
  opacity: 0.5 !important;
}

.bookly-bootstrap .opacity-75 {
  opacity: 0.75 !important;
}

.bookly-bootstrap .opacity-100 {
  opacity: 1 !important;
}

.bookly-bootstrap .overflow-auto {
  overflow: auto !important;
}

.bookly-bootstrap .overflow-hidden {
  overflow: hidden !important;
}

.bookly-bootstrap .overflow-visible {
  overflow: visible !important;
}

.bookly-bootstrap .overflow-scroll {
  overflow: scroll !important;
}

.bookly-bootstrap .d-inline {
  display: inline !important;
}

.bookly-bootstrap .d-inline-block {
  display: inline-block !important;
}

.bookly-bootstrap .d-block {
  display: block !important;
}

.bookly-bootstrap .d-grid {
  display: grid !important;
}

.bookly-bootstrap .d-table {
  display: table !important;
}

.bookly-bootstrap .d-table-row {
  display: table-row !important;
}

.bookly-bootstrap .d-table-cell {
  display: table-cell !important;
}

.bookly-bootstrap .d-flex {
  display: flex !important;
}

.bookly-bootstrap .d-inline-flex {
  display: inline-flex !important;
}

.bookly-bootstrap .d-none {
  display: none !important;
}

.bookly-bootstrap .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bookly-bootstrap .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bookly-bootstrap .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.bookly-bootstrap .shadow-none {
  box-shadow: none !important;
}

.bookly-bootstrap .position-static {
  position: static !important;
}

.bookly-bootstrap .position-relative {
  position: relative !important;
}

.bookly-bootstrap .position-absolute {
  position: absolute !important;
}

.bookly-bootstrap .position-fixed {
  position: fixed !important;
}

.bookly-bootstrap .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.bookly-bootstrap .top-0 {
  top: 0 !important;
}

.bookly-bootstrap .top-50 {
  top: 50% !important;
}

.bookly-bootstrap .top-100 {
  top: 100% !important;
}

.bookly-bootstrap .bottom-0 {
  bottom: 0 !important;
}

.bookly-bootstrap .bottom-50 {
  bottom: 50% !important;
}

.bookly-bootstrap .bottom-100 {
  bottom: 100% !important;
}

.bookly-bootstrap .start-0 {
  left: 0 !important;
}

.bookly-bootstrap .start-50 {
  left: 50% !important;
}

.bookly-bootstrap .start-100 {
  left: 100% !important;
}

.bookly-bootstrap .end-0 {
  right: 0 !important;
}

.bookly-bootstrap .end-50 {
  right: 50% !important;
}

.bookly-bootstrap .end-100 {
  right: 100% !important;
}

.bookly-bootstrap .translate-middle {
  transform: translate(-50%, -50%) !important;
}

.bookly-bootstrap .translate-middle-x {
  transform: translateX(-50%) !important;
}

.bookly-bootstrap .translate-middle-y {
  transform: translateY(-50%) !important;
}

.bookly-bootstrap .border {
  border: 1px solid #dee2e6 !important;
}

.bookly-bootstrap .border-0 {
  border: 0 !important;
}

.bookly-bootstrap .border-top {
  border-top: 1px solid #dee2e6 !important;
}

.bookly-bootstrap .border-top-0 {
  border-top: 0 !important;
}

.bookly-bootstrap .border-end {
  border-right: 1px solid #dee2e6 !important;
}

.bookly-bootstrap .border-end-0 {
  border-right: 0 !important;
}

.bookly-bootstrap .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.bookly-bootstrap .border-bottom-0 {
  border-bottom: 0 !important;
}

.bookly-bootstrap .border-start {
  border-left: 1px solid #dee2e6 !important;
}

.bookly-bootstrap .border-start-0 {
  border-left: 0 !important;
}

.bookly-bootstrap .border-primary {
  border-color: #0d6efd !important;
}

.bookly-bootstrap .border-secondary {
  border-color: #6c757d !important;
}

.bookly-bootstrap .border-success {
  border-color: #198754 !important;
}

.bookly-bootstrap .border-info {
  border-color: #0dcaf0 !important;
}

.bookly-bootstrap .border-warning {
  border-color: #ffc107 !important;
}

.bookly-bootstrap .border-danger {
  border-color: #dc3545 !important;
}

.bookly-bootstrap .border-light {
  border-color: #f8f9fa !important;
}

.bookly-bootstrap .border-dark {
  border-color: #212529 !important;
}

.bookly-bootstrap .border-bookly {
  border-color: #f4662f !important;
}

.bookly-bootstrap .border-white {
  border-color: #fff !important;
}

.bookly-bootstrap .border-1 {
  border-width: 1px !important;
}

.bookly-bootstrap .border-2 {
  border-width: 2px !important;
}

.bookly-bootstrap .border-3 {
  border-width: 3px !important;
}

.bookly-bootstrap .border-4 {
  border-width: 4px !important;
}

.bookly-bootstrap .border-5 {
  border-width: 5px !important;
}

.bookly-bootstrap .w-25 {
  width: 25% !important;
}

.bookly-bootstrap .w-50 {
  width: 50% !important;
}

.bookly-bootstrap .w-75 {
  width: 75% !important;
}

.bookly-bootstrap .w-100 {
  width: 100% !important;
}

.bookly-bootstrap .w-auto {
  width: auto !important;
}

.bookly-bootstrap .mw-100 {
  max-width: 100% !important;
}

.bookly-bootstrap .vw-100 {
  width: 100vw !important;
}

.bookly-bootstrap .min-vw-100 {
  min-width: 100vw !important;
}

.bookly-bootstrap .h-25 {
  height: 25% !important;
}

.bookly-bootstrap .h-50 {
  height: 50% !important;
}

.bookly-bootstrap .h-75 {
  height: 75% !important;
}

.bookly-bootstrap .h-100 {
  height: 100% !important;
}

.bookly-bootstrap .h-auto {
  height: auto !important;
}

.bookly-bootstrap .mh-100 {
  max-height: 100% !important;
}

.bookly-bootstrap .vh-100 {
  height: 100vh !important;
}

.bookly-bootstrap .min-vh-100 {
  min-height: 100vh !important;
}

.bookly-bootstrap .flex-fill {
  flex: 1 1 auto !important;
}

.bookly-bootstrap .flex-row {
  flex-direction: row !important;
}

.bookly-bootstrap .flex-column {
  flex-direction: column !important;
}

.bookly-bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}

.bookly-bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}

.bookly-bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}

.bookly-bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}

.bookly-bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}

.bookly-bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}

.bookly-bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}

.bookly-bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}

.bookly-bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.bookly-bootstrap .gap-0 {
  gap: 0 !important;
}

.bookly-bootstrap .gap-1 {
  gap: 0.25rem !important;
}

.bookly-bootstrap .gap-2 {
  gap: 0.5rem !important;
}

.bookly-bootstrap .gap-3 {
  gap: 1rem !important;
}

.bookly-bootstrap .gap-4 {
  gap: 1.5rem !important;
}

.bookly-bootstrap .gap-5 {
  gap: 3rem !important;
}

.bookly-bootstrap .justify-content-start {
  justify-content: flex-start !important;
}

.bookly-bootstrap .justify-content-end {
  justify-content: flex-end !important;
}

.bookly-bootstrap .justify-content-center {
  justify-content: center !important;
}

.bookly-bootstrap .justify-content-between {
  justify-content: space-between !important;
}

.bookly-bootstrap .justify-content-around {
  justify-content: space-around !important;
}

.bookly-bootstrap .justify-content-evenly {
  justify-content: space-evenly !important;
}

.bookly-bootstrap .align-items-start {
  align-items: flex-start !important;
}

.bookly-bootstrap .align-items-end {
  align-items: flex-end !important;
}

.bookly-bootstrap .align-items-center {
  align-items: center !important;
}

.bookly-bootstrap .align-items-baseline {
  align-items: baseline !important;
}

.bookly-bootstrap .align-items-stretch {
  align-items: stretch !important;
}

.bookly-bootstrap .align-content-start {
  align-content: flex-start !important;
}

.bookly-bootstrap .align-content-end {
  align-content: flex-end !important;
}

.bookly-bootstrap .align-content-center {
  align-content: center !important;
}

.bookly-bootstrap .align-content-between {
  align-content: space-between !important;
}

.bookly-bootstrap .align-content-around {
  align-content: space-around !important;
}

.bookly-bootstrap .align-content-stretch {
  align-content: stretch !important;
}

.bookly-bootstrap .align-self-auto {
  align-self: auto !important;
}

.bookly-bootstrap .align-self-start {
  align-self: flex-start !important;
}

.bookly-bootstrap .align-self-end {
  align-self: flex-end !important;
}

.bookly-bootstrap .align-self-center {
  align-self: center !important;
}

.bookly-bootstrap .align-self-baseline {
  align-self: baseline !important;
}

.bookly-bootstrap .align-self-stretch {
  align-self: stretch !important;
}

.bookly-bootstrap .order-first {
  order: -1 !important;
}

.bookly-bootstrap .order-0 {
  order: 0 !important;
}

.bookly-bootstrap .order-1 {
  order: 1 !important;
}

.bookly-bootstrap .order-2 {
  order: 2 !important;
}

.bookly-bootstrap .order-3 {
  order: 3 !important;
}

.bookly-bootstrap .order-4 {
  order: 4 !important;
}

.bookly-bootstrap .order-5 {
  order: 5 !important;
}

.bookly-bootstrap .order-last {
  order: 6 !important;
}

.bookly-bootstrap .m-0 {
  margin: 0 !important;
}

.bookly-bootstrap .m-1 {
  margin: 0.25rem !important;
}

.bookly-bootstrap .m-2 {
  margin: 0.5rem !important;
}

.bookly-bootstrap .m-3 {
  margin: 1rem !important;
}

.bookly-bootstrap .m-4 {
  margin: 1.5rem !important;
}

.bookly-bootstrap .m-5 {
  margin: 3rem !important;
}

.bookly-bootstrap .m-auto {
  margin: auto !important;
}

.bookly-bootstrap .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.bookly-bootstrap .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.bookly-bootstrap .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.bookly-bootstrap .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.bookly-bootstrap .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.bookly-bootstrap .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.bookly-bootstrap .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.bookly-bootstrap .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bookly-bootstrap .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.bookly-bootstrap .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.bookly-bootstrap .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.bookly-bootstrap .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.bookly-bootstrap .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.bookly-bootstrap .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.bookly-bootstrap .mt-0 {
  margin-top: 0 !important;
}

.bookly-bootstrap .mt-1 {
  margin-top: 0.25rem !important;
}

.bookly-bootstrap .mt-2 {
  margin-top: 0.5rem !important;
}

.bookly-bootstrap .mt-3 {
  margin-top: 1rem !important;
}

.bookly-bootstrap .mt-4 {
  margin-top: 1.5rem !important;
}

.bookly-bootstrap .mt-5 {
  margin-top: 3rem !important;
}

.bookly-bootstrap .mt-auto {
  margin-top: auto !important;
}

.bookly-bootstrap .me-0 {
  margin-right: 0 !important;
}

.bookly-bootstrap .me-1 {
  margin-right: 0.25rem !important;
}

.bookly-bootstrap .me-2 {
  margin-left: 0.5rem !important;
}

.bookly-bootstrap .me-3 {
  margin-right: 1rem !important;
}

.bookly-bootstrap .me-4 {
  margin-right: 1.5rem !important;
}

.bookly-bootstrap .me-5 {
  margin-right: 3rem !important;
}

.bookly-bootstrap .me-auto {
  margin-right: auto !important;
}

.bookly-bootstrap .mb-0 {
  margin-bottom: 0 !important;
}

.bookly-bootstrap .mb-1 {
  margin-bottom: 0.25rem !important;
}

.bookly-bootstrap .mb-2 {
  margin-bottom: 0.5rem !important;
}

.bookly-bootstrap .mb-3 {
  margin-bottom: 1rem !important;
}

.bookly-bootstrap .mb-4 {
  margin-bottom: 1.5rem !important;
}

.bookly-bootstrap .mb-5 {
  margin-bottom: 3rem !important;
}

.bookly-bootstrap .mb-auto {
  margin-bottom: auto !important;
}

.bookly-bootstrap .ms-0 {
  margin-left: 0 !important;
}

.bookly-bootstrap .ms-1 {
  margin-left: 0.25rem !important;
}

.bookly-bootstrap .ms-2 {
  margin-left: 0.5rem !important;
}

.bookly-bootstrap .ms-3 {
  margin-left: 1rem !important;
}

.bookly-bootstrap .ms-4 {
  margin-left: 1.5rem !important;
}

.bookly-bootstrap .ms-5 {
  margin-left: 3rem !important;
}

.bookly-bootstrap .ms-auto {
  margin-left: auto !important;
}

.bookly-bootstrap .p-0 {
  padding: 0 !important;
}

.bookly-bootstrap .p-1 {
  padding: 0.25rem !important;
}

.bookly-bootstrap .p-2 {
  padding: 0.5rem !important;
}

.bookly-bootstrap .p-3 {
  padding: 1rem !important;
}

.bookly-bootstrap .p-4 {
  padding: 1.5rem !important;
}

.bookly-bootstrap .p-5 {
  padding: 3rem !important;
}

.bookly-bootstrap .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.bookly-bootstrap .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.bookly-bootstrap .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.bookly-bootstrap .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.bookly-bootstrap .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.bookly-bootstrap .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.bookly-bootstrap .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bookly-bootstrap .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.bookly-bootstrap .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.bookly-bootstrap .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bookly-bootstrap .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.bookly-bootstrap .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.bookly-bootstrap .pt-0 {
  padding-top: 0 !important;
}

.bookly-bootstrap .pt-1 {
  padding-top: 0.25rem !important;
}

.bookly-bootstrap .pt-2 {
  padding-top: 0.5rem !important;
}

.bookly-bootstrap .pt-3 {
  padding-top: 1rem !important;
}

.bookly-bootstrap .pt-4 {
  padding-top: 1.5rem !important;
}

.bookly-bootstrap .pt-5 {
  padding-top: 3rem !important;
}

.bookly-bootstrap .pe-0 {
  padding-right: 0 !important;
}

.bookly-bootstrap .pe-1 {
  padding-right: 0.25rem !important;
}

.bookly-bootstrap .pe-2 {
  padding-right: 0.5rem !important;
}

.bookly-bootstrap .pe-3 {
  padding-right: 1rem !important;
}

.bookly-bootstrap .pe-4 {
  padding-right: 1.5rem !important;
}

.bookly-bootstrap .pe-5 {
  padding-right: 3rem !important;
}

.bookly-bootstrap .pb-0 {
  padding-bottom: 0 !important;
}

.bookly-bootstrap .pb-1 {
  padding-bottom: 0.25rem !important;
}

.bookly-bootstrap .pb-2 {
  padding-bottom: 0.5rem !important;
}

.bookly-bootstrap .pb-3 {
  padding-bottom: 1rem !important;
}

.bookly-bootstrap .pb-4 {
  padding-bottom: 1.5rem !important;
}

.bookly-bootstrap .pb-5 {
  padding-bottom: 3rem !important;
}

.bookly-bootstrap .ps-0 {
  padding-left: 0 !important;
}

.bookly-bootstrap .ps-1 {
  padding-left: 0.25rem !important;
}

.bookly-bootstrap .ps-2 {
  padding-left: 0.5rem !important;
}

.bookly-bootstrap .ps-3 {
  padding-left: 1rem !important;
}

.bookly-bootstrap .ps-4 {
  padding-left: 1.5rem !important;
}

.bookly-bootstrap .ps-5 {
  padding-left: 3rem !important;
}

.bookly-bootstrap .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.bookly-bootstrap .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.bookly-bootstrap .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.bookly-bootstrap .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.bookly-bootstrap .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.bookly-bootstrap .fs-5 {
  font-size: 1.25rem !important;
}

.bookly-bootstrap .fs-6 {
  font-size: 1rem !important;
}

.bookly-bootstrap .fst-italic {
  font-style: italic !important;
}

.bookly-bootstrap .fst-normal {
  font-style: normal !important;
}

.bookly-bootstrap .fw-light {
  font-weight: 300 !important;
}

.bookly-bootstrap .fw-lighter {
  font-weight: lighter !important;
}

.bookly-bootstrap .fw-normal {
  font-weight: 400 !important;
}

.bookly-bootstrap .fw-bold {
  font-weight: 700 !important;
}

.bookly-bootstrap .fw-bolder {
  font-weight: bolder !important;
}

.bookly-bootstrap .lh-1 {
  line-height: 1 !important;
}

.bookly-bootstrap .lh-sm {
  line-height: 1.25 !important;
}

.bookly-bootstrap .lh-base {
  line-height: 1.5 !important;
}

.bookly-bootstrap .lh-lg {
  line-height: 2 !important;
}

.bookly-bootstrap .text-start {
  text-align: left !important;
}

.bookly-bootstrap .text-end {
  text-align: right !important;
}

.bookly-bootstrap .text-center {
  text-align: center !important;
}

.bookly-bootstrap .text-decoration-none {
  text-decoration: none !important;
}

.bookly-bootstrap .text-decoration-underline {
  text-decoration: underline !important;
}

.bookly-bootstrap .text-decoration-line-through {
  text-decoration: line-through !important;
}

.bookly-bootstrap .text-lowercase {
  text-transform: lowercase !important;
}

.bookly-bootstrap .text-uppercase {
  text-transform: uppercase !important;
}

.bookly-bootstrap .text-capitalize {
  text-transform: capitalize !important;
}

.bookly-bootstrap .text-wrap {
  white-space: normal !important;
}

.bookly-bootstrap .text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.bookly-bootstrap .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.bookly-bootstrap .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.bookly-bootstrap .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.bookly-bootstrap .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.bookly-bootstrap .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.bookly-bootstrap .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.bookly-bootstrap .text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.bookly-bootstrap .text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.bookly-bootstrap .text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.bookly-bootstrap .text-opacity-100 {
  --bs-text-opacity: 1;
}

.bookly-bootstrap .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bookly-bootstrap .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bookly-bootstrap .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bookly-bootstrap .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bookly-bootstrap .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bookly-bootstrap .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bookly-bootstrap .bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bookly-bootstrap .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.bookly-bootstrap .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.bookly-bootstrap .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.bookly-bootstrap .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.bookly-bootstrap .pe-none {
  pointer-events: none !important;
}

.bookly-bootstrap .pe-auto {
  pointer-events: auto !important;
}

.bookly-bootstrap .rounded {
  border-radius: 0.25rem !important;
}

.bookly-bootstrap .rounded-0 {
  border-radius: 0 !important;
}

.bookly-bootstrap .rounded-1 {
  border-radius: 0.2rem !important;
}

.bookly-bootstrap .rounded-2 {
  border-radius: 0.25rem !important;
}

.bookly-bootstrap .rounded-3 {
  border-radius: 0.3rem !important;
}

.bookly-bootstrap .rounded-circle {
  border-radius: 50% !important;
}

.bookly-bootstrap .rounded-pill {
  border-radius: 50rem !important;
}

.bookly-bootstrap .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.bookly-bootstrap .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.bookly-bootstrap .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.bookly-bootstrap .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.bookly-bootstrap .visible {
  visibility: visible !important;
}

.bookly-bootstrap .invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .bookly-bootstrap .float-sm-start {
    float: left !important;
  }
  .bookly-bootstrap .float-sm-end {
    float: right !important;
  }
  .bookly-bootstrap .float-sm-none {
    float: none !important;
  }
  .bookly-bootstrap .d-sm-inline {
    display: inline !important;
  }
  .bookly-bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .bookly-bootstrap .d-sm-block {
    display: block !important;
  }
  .bookly-bootstrap .d-sm-grid {
    display: grid !important;
  }
  .bookly-bootstrap .d-sm-table {
    display: table !important;
  }
  .bookly-bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .bookly-bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .bookly-bootstrap .d-sm-flex {
    display: flex !important;
  }
  .bookly-bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bookly-bootstrap .d-sm-none {
    display: none !important;
  }
  .bookly-bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bookly-bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .bookly-bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .bookly-bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bookly-bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bookly-bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bookly-bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bookly-bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bookly-bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bookly-bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bookly-bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bookly-bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bookly-bootstrap .gap-sm-0 {
    gap: 0 !important;
  }
  .bookly-bootstrap .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .bookly-bootstrap .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .bookly-bootstrap .gap-sm-3 {
    gap: 1rem !important;
  }
  .bookly-bootstrap .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bookly-bootstrap .gap-sm-5 {
    gap: 3rem !important;
  }
  .bookly-bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bookly-bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bookly-bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .bookly-bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bookly-bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bookly-bootstrap .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bookly-bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bookly-bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bookly-bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .bookly-bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bookly-bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bookly-bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bookly-bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bookly-bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .bookly-bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .bookly-bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .bookly-bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bookly-bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .bookly-bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bookly-bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bookly-bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .bookly-bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bookly-bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bookly-bootstrap .order-sm-first {
    order: -1 !important;
  }
  .bookly-bootstrap .order-sm-0 {
    order: 0 !important;
  }
  .bookly-bootstrap .order-sm-1 {
    order: 1 !important;
  }
  .bookly-bootstrap .order-sm-2 {
    order: 2 !important;
  }
  .bookly-bootstrap .order-sm-3 {
    order: 3 !important;
  }
  .bookly-bootstrap .order-sm-4 {
    order: 4 !important;
  }
  .bookly-bootstrap .order-sm-5 {
    order: 5 !important;
  }
  .bookly-bootstrap .order-sm-last {
    order: 6 !important;
  }
  .bookly-bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .bookly-bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bookly-bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bookly-bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .bookly-bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bookly-bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .bookly-bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .bookly-bootstrap .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bookly-bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bookly-bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bookly-bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bookly-bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bookly-bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bookly-bootstrap .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bookly-bootstrap .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bookly-bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bookly-bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bookly-bootstrap .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bookly-bootstrap .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bookly-bootstrap .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bookly-bootstrap .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bookly-bootstrap .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bookly-bootstrap .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bookly-bootstrap .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bookly-bootstrap .mt-sm-auto {
    margin-top: auto !important;
  }
  .bookly-bootstrap .me-sm-0 {
    margin-right: 0 !important;
  }
  .bookly-bootstrap .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bookly-bootstrap .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bookly-bootstrap .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bookly-bootstrap .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bookly-bootstrap .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bookly-bootstrap .me-sm-auto {
    margin-right: auto !important;
  }
  .bookly-bootstrap .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bookly-bootstrap .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bookly-bootstrap .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bookly-bootstrap .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bookly-bootstrap .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bookly-bootstrap .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bookly-bootstrap .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bookly-bootstrap .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bookly-bootstrap .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bookly-bootstrap .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bookly-bootstrap .ms-sm-auto {
    margin-left: auto !important;
  }
  .bookly-bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .bookly-bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bookly-bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bookly-bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .bookly-bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bookly-bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .bookly-bootstrap .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bookly-bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bookly-bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bookly-bootstrap .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bookly-bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bookly-bootstrap .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bookly-bootstrap .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bookly-bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bookly-bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bookly-bootstrap .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bookly-bootstrap .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bookly-bootstrap .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bookly-bootstrap .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bookly-bootstrap .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bookly-bootstrap .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bookly-bootstrap .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bookly-bootstrap .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bookly-bootstrap .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bookly-bootstrap .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bookly-bootstrap .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bookly-bootstrap .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bookly-bootstrap .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bookly-bootstrap .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bookly-bootstrap .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bookly-bootstrap .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bookly-bootstrap .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bookly-bootstrap .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bookly-bootstrap .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bookly-bootstrap .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bookly-bootstrap .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bookly-bootstrap .text-sm-start {
    text-align: left !important;
  }
  .bookly-bootstrap .text-sm-end {
    text-align: right !important;
  }
  .bookly-bootstrap .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .bookly-bootstrap .float-md-start {
    float: left !important;
  }
  .bookly-bootstrap .float-md-end {
    float: right !important;
  }
  .bookly-bootstrap .float-md-none {
    float: none !important;
  }
  .bookly-bootstrap .d-md-inline {
    display: inline !important;
  }
  .bookly-bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .bookly-bootstrap .d-md-block {
    display: block !important;
  }
  .bookly-bootstrap .d-md-grid {
    display: grid !important;
  }
  .bookly-bootstrap .d-md-table {
    display: table !important;
  }
  .bookly-bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .bookly-bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .bookly-bootstrap .d-md-flex {
    display: flex !important;
  }
  .bookly-bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bookly-bootstrap .d-md-none {
    display: none !important;
  }
  .bookly-bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bookly-bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .bookly-bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .bookly-bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bookly-bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bookly-bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bookly-bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bookly-bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bookly-bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bookly-bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bookly-bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bookly-bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bookly-bootstrap .gap-md-0 {
    gap: 0 !important;
  }
  .bookly-bootstrap .gap-md-1 {
    gap: 0.25rem !important;
  }
  .bookly-bootstrap .gap-md-2 {
    gap: 0.5rem !important;
  }
  .bookly-bootstrap .gap-md-3 {
    gap: 1rem !important;
  }
  .bookly-bootstrap .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bookly-bootstrap .gap-md-5 {
    gap: 3rem !important;
  }
  .bookly-bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bookly-bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bookly-bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .bookly-bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bookly-bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bookly-bootstrap .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bookly-bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .bookly-bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .bookly-bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .bookly-bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bookly-bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bookly-bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .bookly-bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .bookly-bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .bookly-bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .bookly-bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .bookly-bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bookly-bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .bookly-bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .bookly-bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .bookly-bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .bookly-bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bookly-bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bookly-bootstrap .order-md-first {
    order: -1 !important;
  }
  .bookly-bootstrap .order-md-0 {
    order: 0 !important;
  }
  .bookly-bootstrap .order-md-1 {
    order: 1 !important;
  }
  .bookly-bootstrap .order-md-2 {
    order: 2 !important;
  }
  .bookly-bootstrap .order-md-3 {
    order: 3 !important;
  }
  .bookly-bootstrap .order-md-4 {
    order: 4 !important;
  }
  .bookly-bootstrap .order-md-5 {
    order: 5 !important;
  }
  .bookly-bootstrap .order-md-last {
    order: 6 !important;
  }
  .bookly-bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .bookly-bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .bookly-bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .bookly-bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .bookly-bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .bookly-bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .bookly-bootstrap .m-md-auto {
    margin: auto !important;
  }
  .bookly-bootstrap .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bookly-bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bookly-bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bookly-bootstrap .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bookly-bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bookly-bootstrap .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bookly-bootstrap .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bookly-bootstrap .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bookly-bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bookly-bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bookly-bootstrap .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bookly-bootstrap .mt-md-0 {
    margin-top: 0 !important;
  }
  .bookly-bootstrap .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bookly-bootstrap .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bookly-bootstrap .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bookly-bootstrap .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bookly-bootstrap .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bookly-bootstrap .mt-md-auto {
    margin-top: auto !important;
  }
  .bookly-bootstrap .me-md-0 {
    margin-right: 0 !important;
  }
  .bookly-bootstrap .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bookly-bootstrap .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bookly-bootstrap .me-md-3 {
    margin-right: 1rem !important;
  }
  .bookly-bootstrap .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bookly-bootstrap .me-md-5 {
    margin-right: 3rem !important;
  }
  .bookly-bootstrap .me-md-auto {
    margin-right: auto !important;
  }
  .bookly-bootstrap .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bookly-bootstrap .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bookly-bootstrap .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bookly-bootstrap .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bookly-bootstrap .ms-md-0 {
    margin-left: 0 !important;
  }
  .bookly-bootstrap .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bookly-bootstrap .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bookly-bootstrap .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bookly-bootstrap .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bookly-bootstrap .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bookly-bootstrap .ms-md-auto {
    margin-left: auto !important;
  }
  .bookly-bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .bookly-bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .bookly-bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .bookly-bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .bookly-bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .bookly-bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .bookly-bootstrap .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bookly-bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bookly-bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bookly-bootstrap .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bookly-bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bookly-bootstrap .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bookly-bootstrap .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bookly-bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bookly-bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bookly-bootstrap .pt-md-0 {
    padding-top: 0 !important;
  }
  .bookly-bootstrap .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bookly-bootstrap .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bookly-bootstrap .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bookly-bootstrap .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bookly-bootstrap .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bookly-bootstrap .pe-md-0 {
    padding-right: 0 !important;
  }
  .bookly-bootstrap .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bookly-bootstrap .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bookly-bootstrap .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bookly-bootstrap .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bookly-bootstrap .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bookly-bootstrap .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bookly-bootstrap .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bookly-bootstrap .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bookly-bootstrap .ps-md-0 {
    padding-left: 0 !important;
  }
  .bookly-bootstrap .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bookly-bootstrap .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bookly-bootstrap .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bookly-bootstrap .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bookly-bootstrap .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bookly-bootstrap .text-md-start {
    text-align: left !important;
  }
  .bookly-bootstrap .text-md-end {
    text-align: right !important;
  }
  .bookly-bootstrap .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .bookly-bootstrap .float-lg-start {
    float: left !important;
  }
  .bookly-bootstrap .float-lg-end {
    float: right !important;
  }
  .bookly-bootstrap .float-lg-none {
    float: none !important;
  }
  .bookly-bootstrap .d-lg-inline {
    display: inline !important;
  }
  .bookly-bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .bookly-bootstrap .d-lg-block {
    display: block !important;
  }
  .bookly-bootstrap .d-lg-grid {
    display: grid !important;
  }
  .bookly-bootstrap .d-lg-table {
    display: table !important;
  }
  .bookly-bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .bookly-bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .bookly-bootstrap .d-lg-flex {
    display: flex !important;
  }
  .bookly-bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bookly-bootstrap .d-lg-none {
    display: none !important;
  }
  .bookly-bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bookly-bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .bookly-bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .bookly-bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bookly-bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bookly-bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bookly-bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bookly-bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bookly-bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bookly-bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bookly-bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bookly-bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bookly-bootstrap .gap-lg-0 {
    gap: 0 !important;
  }
  .bookly-bootstrap .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .bookly-bootstrap .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .bookly-bootstrap .gap-lg-3 {
    gap: 1rem !important;
  }
  .bookly-bootstrap .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bookly-bootstrap .gap-lg-5 {
    gap: 3rem !important;
  }
  .bookly-bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bookly-bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bookly-bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .bookly-bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bookly-bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bookly-bootstrap .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bookly-bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bookly-bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bookly-bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .bookly-bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bookly-bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bookly-bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bookly-bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bookly-bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .bookly-bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .bookly-bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .bookly-bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bookly-bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .bookly-bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bookly-bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bookly-bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .bookly-bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bookly-bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bookly-bootstrap .order-lg-first {
    order: -1 !important;
  }
  .bookly-bootstrap .order-lg-0 {
    order: 0 !important;
  }
  .bookly-bootstrap .order-lg-1 {
    order: 1 !important;
  }
  .bookly-bootstrap .order-lg-2 {
    order: 2 !important;
  }
  .bookly-bootstrap .order-lg-3 {
    order: 3 !important;
  }
  .bookly-bootstrap .order-lg-4 {
    order: 4 !important;
  }
  .bookly-bootstrap .order-lg-5 {
    order: 5 !important;
  }
  .bookly-bootstrap .order-lg-last {
    order: 6 !important;
  }
  .bookly-bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .bookly-bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bookly-bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bookly-bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .bookly-bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bookly-bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .bookly-bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .bookly-bootstrap .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bookly-bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bookly-bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bookly-bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bookly-bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bookly-bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bookly-bootstrap .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bookly-bootstrap .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bookly-bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bookly-bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bookly-bootstrap .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bookly-bootstrap .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bookly-bootstrap .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bookly-bootstrap .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bookly-bootstrap .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bookly-bootstrap .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bookly-bootstrap .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bookly-bootstrap .mt-lg-auto {
    margin-top: auto !important;
  }
  .bookly-bootstrap .me-lg-0 {
    margin-right: 0 !important;
  }
  .bookly-bootstrap .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bookly-bootstrap .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bookly-bootstrap .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bookly-bootstrap .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bookly-bootstrap .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bookly-bootstrap .me-lg-auto {
    margin-right: auto !important;
  }
  .bookly-bootstrap .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bookly-bootstrap .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bookly-bootstrap .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bookly-bootstrap .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bookly-bootstrap .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bookly-bootstrap .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bookly-bootstrap .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bookly-bootstrap .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bookly-bootstrap .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bookly-bootstrap .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bookly-bootstrap .ms-lg-auto {
    margin-left: auto !important;
  }
  .bookly-bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .bookly-bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bookly-bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bookly-bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .bookly-bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bookly-bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .bookly-bootstrap .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bookly-bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bookly-bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bookly-bootstrap .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bookly-bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bookly-bootstrap .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bookly-bootstrap .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bookly-bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bookly-bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bookly-bootstrap .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bookly-bootstrap .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bookly-bootstrap .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bookly-bootstrap .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bookly-bootstrap .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bookly-bootstrap .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bookly-bootstrap .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bookly-bootstrap .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bookly-bootstrap .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bookly-bootstrap .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bookly-bootstrap .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bookly-bootstrap .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bookly-bootstrap .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bookly-bootstrap .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bookly-bootstrap .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bookly-bootstrap .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bookly-bootstrap .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bookly-bootstrap .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bookly-bootstrap .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bookly-bootstrap .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bookly-bootstrap .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bookly-bootstrap .text-lg-start {
    text-align: left !important;
  }
  .bookly-bootstrap .text-lg-end {
    text-align: right !important;
  }
  .bookly-bootstrap .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bookly-bootstrap .float-xl-start {
    float: left !important;
  }
  .bookly-bootstrap .float-xl-end {
    float: right !important;
  }
  .bookly-bootstrap .float-xl-none {
    float: none !important;
  }
  .bookly-bootstrap .d-xl-inline {
    display: inline !important;
  }
  .bookly-bootstrap .d-xl-inline-block {
    display: inline-block !important;
  }
  .bookly-bootstrap .d-xl-block {
    display: block !important;
  }
  .bookly-bootstrap .d-xl-grid {
    display: grid !important;
  }
  .bookly-bootstrap .d-xl-table {
    display: table !important;
  }
  .bookly-bootstrap .d-xl-table-row {
    display: table-row !important;
  }
  .bookly-bootstrap .d-xl-table-cell {
    display: table-cell !important;
  }
  .bookly-bootstrap .d-xl-flex {
    display: flex !important;
  }
  .bookly-bootstrap .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .bookly-bootstrap .d-xl-none {
    display: none !important;
  }
  .bookly-bootstrap .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bookly-bootstrap .flex-xl-row {
    flex-direction: row !important;
  }
  .bookly-bootstrap .flex-xl-column {
    flex-direction: column !important;
  }
  .bookly-bootstrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bookly-bootstrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bookly-bootstrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bookly-bootstrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bookly-bootstrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bookly-bootstrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bookly-bootstrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bookly-bootstrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bookly-bootstrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bookly-bootstrap .gap-xl-0 {
    gap: 0 !important;
  }
  .bookly-bootstrap .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .bookly-bootstrap .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .bookly-bootstrap .gap-xl-3 {
    gap: 1rem !important;
  }
  .bookly-bootstrap .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bookly-bootstrap .gap-xl-5 {
    gap: 3rem !important;
  }
  .bookly-bootstrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bookly-bootstrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bookly-bootstrap .justify-content-xl-center {
    justify-content: center !important;
  }
  .bookly-bootstrap .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bookly-bootstrap .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bookly-bootstrap .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .bookly-bootstrap .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bookly-bootstrap .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bookly-bootstrap .align-items-xl-center {
    align-items: center !important;
  }
  .bookly-bootstrap .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bookly-bootstrap .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bookly-bootstrap .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bookly-bootstrap .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bookly-bootstrap .align-content-xl-center {
    align-content: center !important;
  }
  .bookly-bootstrap .align-content-xl-between {
    align-content: space-between !important;
  }
  .bookly-bootstrap .align-content-xl-around {
    align-content: space-around !important;
  }
  .bookly-bootstrap .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bookly-bootstrap .align-self-xl-auto {
    align-self: auto !important;
  }
  .bookly-bootstrap .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bookly-bootstrap .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bookly-bootstrap .align-self-xl-center {
    align-self: center !important;
  }
  .bookly-bootstrap .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bookly-bootstrap .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .bookly-bootstrap .order-xl-first {
    order: -1 !important;
  }
  .bookly-bootstrap .order-xl-0 {
    order: 0 !important;
  }
  .bookly-bootstrap .order-xl-1 {
    order: 1 !important;
  }
  .bookly-bootstrap .order-xl-2 {
    order: 2 !important;
  }
  .bookly-bootstrap .order-xl-3 {
    order: 3 !important;
  }
  .bookly-bootstrap .order-xl-4 {
    order: 4 !important;
  }
  .bookly-bootstrap .order-xl-5 {
    order: 5 !important;
  }
  .bookly-bootstrap .order-xl-last {
    order: 6 !important;
  }
  .bookly-bootstrap .m-xl-0 {
    margin: 0 !important;
  }
  .bookly-bootstrap .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bookly-bootstrap .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bookly-bootstrap .m-xl-3 {
    margin: 1rem !important;
  }
  .bookly-bootstrap .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bookly-bootstrap .m-xl-5 {
    margin: 3rem !important;
  }
  .bookly-bootstrap .m-xl-auto {
    margin: auto !important;
  }
  .bookly-bootstrap .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bookly-bootstrap .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bookly-bootstrap .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bookly-bootstrap .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bookly-bootstrap .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bookly-bootstrap .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bookly-bootstrap .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bookly-bootstrap .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bookly-bootstrap .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bookly-bootstrap .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bookly-bootstrap .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bookly-bootstrap .mt-xl-0 {
    margin-top: 0 !important;
  }
  .bookly-bootstrap .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bookly-bootstrap .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bookly-bootstrap .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .bookly-bootstrap .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bookly-bootstrap .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .bookly-bootstrap .mt-xl-auto {
    margin-top: auto !important;
  }
  .bookly-bootstrap .me-xl-0 {
    margin-right: 0 !important;
  }
  .bookly-bootstrap .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bookly-bootstrap .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bookly-bootstrap .me-xl-3 {
    margin-right: 1rem !important;
  }
  .bookly-bootstrap .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bookly-bootstrap .me-xl-5 {
    margin-right: 3rem !important;
  }
  .bookly-bootstrap .me-xl-auto {
    margin-right: auto !important;
  }
  .bookly-bootstrap .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .bookly-bootstrap .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bookly-bootstrap .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bookly-bootstrap .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .bookly-bootstrap .ms-xl-0 {
    margin-left: 0 !important;
  }
  .bookly-bootstrap .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bookly-bootstrap .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bookly-bootstrap .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .bookly-bootstrap .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bookly-bootstrap .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .bookly-bootstrap .ms-xl-auto {
    margin-left: auto !important;
  }
  .bookly-bootstrap .p-xl-0 {
    padding: 0 !important;
  }
  .bookly-bootstrap .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bookly-bootstrap .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bookly-bootstrap .p-xl-3 {
    padding: 1rem !important;
  }
  .bookly-bootstrap .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bookly-bootstrap .p-xl-5 {
    padding: 3rem !important;
  }
  .bookly-bootstrap .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bookly-bootstrap .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bookly-bootstrap .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bookly-bootstrap .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bookly-bootstrap .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bookly-bootstrap .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bookly-bootstrap .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bookly-bootstrap .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bookly-bootstrap .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bookly-bootstrap .pt-xl-0 {
    padding-top: 0 !important;
  }
  .bookly-bootstrap .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bookly-bootstrap .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bookly-bootstrap .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .bookly-bootstrap .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bookly-bootstrap .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .bookly-bootstrap .pe-xl-0 {
    padding-right: 0 !important;
  }
  .bookly-bootstrap .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bookly-bootstrap .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bookly-bootstrap .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .bookly-bootstrap .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bookly-bootstrap .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .bookly-bootstrap .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .bookly-bootstrap .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bookly-bootstrap .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bookly-bootstrap .ps-xl-0 {
    padding-left: 0 !important;
  }
  .bookly-bootstrap .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bookly-bootstrap .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bookly-bootstrap .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .bookly-bootstrap .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bookly-bootstrap .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .bookly-bootstrap .text-xl-start {
    text-align: left !important;
  }
  .bookly-bootstrap .text-xl-end {
    text-align: right !important;
  }
  .bookly-bootstrap .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .bookly-bootstrap .float-xxl-start {
    float: left !important;
  }
  .bookly-bootstrap .float-xxl-end {
    float: right !important;
  }
  .bookly-bootstrap .float-xxl-none {
    float: none !important;
  }
  .bookly-bootstrap .d-xxl-inline {
    display: inline !important;
  }
  .bookly-bootstrap .d-xxl-inline-block {
    display: inline-block !important;
  }
  .bookly-bootstrap .d-xxl-block {
    display: block !important;
  }
  .bookly-bootstrap .d-xxl-grid {
    display: grid !important;
  }
  .bookly-bootstrap .d-xxl-table {
    display: table !important;
  }
  .bookly-bootstrap .d-xxl-table-row {
    display: table-row !important;
  }
  .bookly-bootstrap .d-xxl-table-cell {
    display: table-cell !important;
  }
  .bookly-bootstrap .d-xxl-flex {
    display: flex !important;
  }
  .bookly-bootstrap .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .bookly-bootstrap .d-xxl-none {
    display: none !important;
  }
  .bookly-bootstrap .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .bookly-bootstrap .flex-xxl-row {
    flex-direction: row !important;
  }
  .bookly-bootstrap .flex-xxl-column {
    flex-direction: column !important;
  }
  .bookly-bootstrap .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bookly-bootstrap .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bookly-bootstrap .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bookly-bootstrap .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bookly-bootstrap .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bookly-bootstrap .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bookly-bootstrap .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .bookly-bootstrap .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bookly-bootstrap .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bookly-bootstrap .gap-xxl-0 {
    gap: 0 !important;
  }
  .bookly-bootstrap .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .bookly-bootstrap .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .bookly-bootstrap .gap-xxl-3 {
    gap: 1rem !important;
  }
  .bookly-bootstrap .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .bookly-bootstrap .gap-xxl-5 {
    gap: 3rem !important;
  }
  .bookly-bootstrap .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .bookly-bootstrap .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .bookly-bootstrap .justify-content-xxl-center {
    justify-content: center !important;
  }
  .bookly-bootstrap .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .bookly-bootstrap .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .bookly-bootstrap .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .bookly-bootstrap .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .bookly-bootstrap .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .bookly-bootstrap .align-items-xxl-center {
    align-items: center !important;
  }
  .bookly-bootstrap .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .bookly-bootstrap .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .bookly-bootstrap .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .bookly-bootstrap .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .bookly-bootstrap .align-content-xxl-center {
    align-content: center !important;
  }
  .bookly-bootstrap .align-content-xxl-between {
    align-content: space-between !important;
  }
  .bookly-bootstrap .align-content-xxl-around {
    align-content: space-around !important;
  }
  .bookly-bootstrap .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .bookly-bootstrap .align-self-xxl-auto {
    align-self: auto !important;
  }
  .bookly-bootstrap .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .bookly-bootstrap .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .bookly-bootstrap .align-self-xxl-center {
    align-self: center !important;
  }
  .bookly-bootstrap .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .bookly-bootstrap .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .bookly-bootstrap .order-xxl-first {
    order: -1 !important;
  }
  .bookly-bootstrap .order-xxl-0 {
    order: 0 !important;
  }
  .bookly-bootstrap .order-xxl-1 {
    order: 1 !important;
  }
  .bookly-bootstrap .order-xxl-2 {
    order: 2 !important;
  }
  .bookly-bootstrap .order-xxl-3 {
    order: 3 !important;
  }
  .bookly-bootstrap .order-xxl-4 {
    order: 4 !important;
  }
  .bookly-bootstrap .order-xxl-5 {
    order: 5 !important;
  }
  .bookly-bootstrap .order-xxl-last {
    order: 6 !important;
  }
  .bookly-bootstrap .m-xxl-0 {
    margin: 0 !important;
  }
  .bookly-bootstrap .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .bookly-bootstrap .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .bookly-bootstrap .m-xxl-3 {
    margin: 1rem !important;
  }
  .bookly-bootstrap .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bookly-bootstrap .m-xxl-5 {
    margin: 3rem !important;
  }
  .bookly-bootstrap .m-xxl-auto {
    margin: auto !important;
  }
  .bookly-bootstrap .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bookly-bootstrap .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bookly-bootstrap .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bookly-bootstrap .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bookly-bootstrap .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bookly-bootstrap .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bookly-bootstrap .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bookly-bootstrap .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bookly-bootstrap .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bookly-bootstrap .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bookly-bootstrap .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bookly-bootstrap .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .bookly-bootstrap .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .bookly-bootstrap .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .bookly-bootstrap .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .bookly-bootstrap .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bookly-bootstrap .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .bookly-bootstrap .mt-xxl-auto {
    margin-top: auto !important;
  }
  .bookly-bootstrap .me-xxl-0 {
    margin-right: 0 !important;
  }
  .bookly-bootstrap .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .bookly-bootstrap .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .bookly-bootstrap .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .bookly-bootstrap .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bookly-bootstrap .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .bookly-bootstrap .me-xxl-auto {
    margin-right: auto !important;
  }
  .bookly-bootstrap .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bookly-bootstrap .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bookly-bootstrap .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bookly-bootstrap .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .bookly-bootstrap .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .bookly-bootstrap .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .bookly-bootstrap .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .bookly-bootstrap .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .bookly-bootstrap .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bookly-bootstrap .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .bookly-bootstrap .ms-xxl-auto {
    margin-left: auto !important;
  }
  .bookly-bootstrap .p-xxl-0 {
    padding: 0 !important;
  }
  .bookly-bootstrap .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .bookly-bootstrap .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .bookly-bootstrap .p-xxl-3 {
    padding: 1rem !important;
  }
  .bookly-bootstrap .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bookly-bootstrap .p-xxl-5 {
    padding: 3rem !important;
  }
  .bookly-bootstrap .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bookly-bootstrap .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bookly-bootstrap .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bookly-bootstrap .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bookly-bootstrap .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bookly-bootstrap .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bookly-bootstrap .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bookly-bootstrap .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bookly-bootstrap .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bookly-bootstrap .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .bookly-bootstrap .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .bookly-bootstrap .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .bookly-bootstrap .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .bookly-bootstrap .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bookly-bootstrap .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .bookly-bootstrap .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .bookly-bootstrap .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .bookly-bootstrap .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .bookly-bootstrap .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .bookly-bootstrap .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bookly-bootstrap .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .bookly-bootstrap .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bookly-bootstrap .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bookly-bootstrap .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bookly-bootstrap .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bookly-bootstrap .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bookly-bootstrap .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bookly-bootstrap .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .bookly-bootstrap .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .bookly-bootstrap .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .bookly-bootstrap .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .bookly-bootstrap .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bookly-bootstrap .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .bookly-bootstrap .text-xxl-start {
    text-align: left !important;
  }
  .bookly-bootstrap .text-xxl-end {
    text-align: right !important;
  }
  .bookly-bootstrap .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bookly-bootstrap .fs-1 {
    font-size: 2.5rem !important;
  }
  .bookly-bootstrap .fs-2 {
    font-size: 2rem !important;
  }
  .bookly-bootstrap .fs-3 {
    font-size: 1.75rem !important;
  }
  .bookly-bootstrap .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .bookly-bootstrap .d-print-inline {
    display: inline !important;
  }
  .bookly-bootstrap .d-print-inline-block {
    display: inline-block !important;
  }
  .bookly-bootstrap .d-print-block {
    display: block !important;
  }
  .bookly-bootstrap .d-print-grid {
    display: grid !important;
  }
  .bookly-bootstrap .d-print-table {
    display: table !important;
  }
  .bookly-bootstrap .d-print-table-row {
    display: table-row !important;
  }
  .bookly-bootstrap .d-print-table-cell {
    display: table-cell !important;
  }
  .bookly-bootstrap .d-print-flex {
    display: flex !important;
  }
  .bookly-bootstrap .d-print-inline-flex {
    display: inline-flex !important;
  }
  .bookly-bootstrap .d-print-none {
    display: none !important;
  }
}

.bookly-bootstrap .daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.bookly-bootstrap .daterangepicker:before, .bookly-bootstrap .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.bookly-bootstrap .daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.bookly-bootstrap .daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.bookly-bootstrap .daterangepicker.opensleft:before {
  right: 9px;
}

.bookly-bootstrap .daterangepicker.opensleft:after {
  right: 10px;
}

.bookly-bootstrap .daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.bookly-bootstrap .daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.bookly-bootstrap .daterangepicker.opensright:before {
  left: 9px;
}

.bookly-bootstrap .daterangepicker.opensright:after {
  left: 10px;
}

.bookly-bootstrap .daterangepicker.drop-up {
  margin-top: -7px;
}

.bookly-bootstrap .daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.bookly-bootstrap .daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.bookly-bootstrap .daterangepicker.single .daterangepicker .ranges, .bookly-bootstrap .daterangepicker.single .drp-calendar {
  float: none;
}

.bookly-bootstrap .daterangepicker.single .drp-selected {
  display: none;
}

.bookly-bootstrap .daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.bookly-bootstrap .daterangepicker.show-calendar .drp-calendar select {
  border: 1px solid #ced4da;
  padding: 0px 7px;
}

.bookly-bootstrap .daterangepicker.show-calendar .drp-calendar table th {
  text-transform: none;
}

.bookly-bootstrap .daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.bookly-bootstrap .daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.bookly-bootstrap .daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.bookly-bootstrap .daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.bookly-bootstrap .daterangepicker .drp-calendar.right {
  padding: 8px;
}

.bookly-bootstrap .daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.bookly-bootstrap .daterangepicker .calendar-table .next span, .bookly-bootstrap .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.bookly-bootstrap .daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.bookly-bootstrap .daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.bookly-bootstrap .daterangepicker .calendar-table th, .bookly-bootstrap .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}

.bookly-bootstrap .daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.bookly-bootstrap .daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.bookly-bootstrap .daterangepicker td.available:hover, .bookly-bootstrap .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.bookly-bootstrap .daterangepicker td.week, .bookly-bootstrap .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.bookly-bootstrap .daterangepicker td.off, .bookly-bootstrap .daterangepicker td.off.in-range, .bookly-bootstrap .daterangepicker td.off.start-date, .bookly-bootstrap .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.bookly-bootstrap .daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.bookly-bootstrap .daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.bookly-bootstrap .daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.bookly-bootstrap .daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.bookly-bootstrap .daterangepicker td.active, .bookly-bootstrap .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.bookly-bootstrap .daterangepicker th.month {
  width: auto;
}

.bookly-bootstrap .daterangepicker td.disabled, .bookly-bootstrap .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.bookly-bootstrap .daterangepicker select.monthselect, .bookly-bootstrap .daterangepicker select.yearselect {
  height: 32px;
  font-size: 12px;
  padding: 1px;
  margin: 0;
  cursor: default;
}

.bookly-bootstrap .daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.bookly-bootstrap .daterangepicker select.yearselect {
  width: 40%;
}

.bookly-bootstrap .daterangepicker select.hourselect, .bookly-bootstrap .daterangepicker select.minuteselect, .bookly-bootstrap .daterangepicker select.secondselect, .bookly-bootstrap .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.bookly-bootstrap .daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.bookly-bootstrap .daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.bookly-bootstrap .daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.bookly-bootstrap .daterangepicker .drp-selected {
  display: block;
  font-size: 12px;
  padding: 8px;
}

.bookly-bootstrap .daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  padding: 4px 8px;
}

.bookly-bootstrap .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.bookly-bootstrap .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.bookly-bootstrap .daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.bookly-bootstrap .daterangepicker.show-calendar.show-ranges .ranges {
  min-height: 246px;
  border-right: 1px solid #ddd;
}

.bookly-bootstrap .daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.bookly-bootstrap .daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.bookly-bootstrap .daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background-color: transparent;
}

.bookly-bootstrap .daterangepicker .ranges li:first-child {
  border-radius: 4px 4px 0 0;
}

.bookly-bootstrap .daterangepicker .ranges li:last-child {
  border-radius: 0 0 4px 4px;
}

.bookly-bootstrap .daterangepicker .ranges li:hover {
  background-color: #0d6efd;
  color: #212529;
}

.bookly-bootstrap .daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .bookly-bootstrap .daterangepicker {
    width: auto;
  }
  .bookly-bootstrap .daterangepicker.show-calendar.show-ranges {
    width: 646px;
  }
  .bookly-bootstrap .daterangepicker .drp-selected {
    display: inline-block;
    padding-right: 8px;
  }
  .bookly-bootstrap .daterangepicker .ranges ul {
    width: 140px;
  }
  .bookly-bootstrap .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .bookly-bootstrap .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .bookly-bootstrap .daterangepicker.single .ranges, .bookly-bootstrap .daterangepicker.single .drp-calendar {
    float: left;
  }
  .bookly-bootstrap .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .bookly-bootstrap .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .bookly-bootstrap .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bookly-bootstrap .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .bookly-bootstrap .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bookly-bootstrap .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .bookly-bootstrap .daterangepicker .ranges, .bookly-bootstrap .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .bookly-bootstrap .daterangepicker .ranges {
    width: auto;
  }
  .bookly-bootstrap .daterangepicker .ranges {
    float: left;
  }
  .bookly-bootstrap .daterangepicker.rtl .ranges {
    float: right;
  }
  .bookly-bootstrap .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

.bookly-bootstrap .fade {
  opacity: 1;
}

.modal-backdrop.fade.show {
  opacity: .5;
}

.bookly-bootstrap .bookly-search-form .bookly-search-form-calendar {
  max-width: 100% !important;
}

.bookly-bootstrap .bookly-search-form .bookly-search-form-calendar > div {
  max-width: 100% !important;
}

.bookly-bootstrap .bookly-search-form .bookly-search-form-calendar .grid {
  max-width: 100% !important;
}

.bookly-bootstrap .form-floating select + label {
  font-size: 12px;
}

.bookly-bootstrap input {
  max-width: none !important;
}

.bookly-bootstrap input[type="radio"] {
  box-shadow: none;
}

.bookly-bootstrap .bookly-search-form-calendar .button.label {
  font-size: 12px;
  font-weight: bold;
  color: black;
}

.bookly-bootstrap .bookly-search-form-calendar .legend {
  font-size: 12px;
  font-weight: bold;
}

.bookly-bootstrap .bookly-search-form-calendar .controls .button {
  height: 60px;
  text-decoration: none;
}

.bookly-bootstrap .bookly-search-form-phone .intl-tel-input {
  width: 100%;
}

.bookly-bootstrap .bookly-search-form-phone .intl-tel-input input {
  padding: 1rem 0.75rem 1rem 52px;
}
/*# sourceMappingURL=bootstrap.css.map */