#qr_reader {
  max-width: 100%;
  overflow: auto;
}

.html5-qrcode-element {
  color: #020310;
  background-color: #fff;
  border-color: #eaeaea;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
}

.share-badge {
  background: #fff;
  color: #020310;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}

.share-badge.post-bookmark {
  right: unset;
  left: 0.75rem;
  width: 30px;
  height: 30px;
  font-size: 16px;
}

.fa-gem {
  color: #3899ce;
  transform: rotate3d(1, 1, 1, 25deg);
}

#qr_reader__dashboard_section_csr > span:first-child {
  display: block !important;
}

#qr_reader__dashboard_section_csr select.html5-qrcode-element {
  margin-bottom: 15px;
}

.featured-product-card .product-description .sale-price {
  font-size: 12px;
}

.featured-product-card .product-description .product-title {
  max-width: 100%;
  height: 45px;
  font-size: 14px;
  white-space: normal;
  color: #747794;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.card .card-body.p-0 {
  padding: 2px !important;
}

.featured-product-card .card-body {
  border: 1px rgba(0, 0, 0, 0.1) solid !important;
  border-radius: 6px;
}

.featured-product-card .card-body.p-0 {
  padding: 0 !important;
}

.featured-product-card .custom-badge {
  top: 0;
  left: 0;
  border-bottom-left-radius: 6px;
  display: none;
}

.featured-product-card .product-thumbnail-side {
  margin-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.featured-product-card .product-thumbnail-side .product-thumbnail {
  aspect-ratio: 3/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.featured-product-card .product-thumbnail-side .product-thumbnail img {
  width: 100%;
  height: 100%;
  max-height: unset;
}

.sale-price {
  color: var(--color-dark);
}

.blog-card.list-card .post-content {
  width: calc(100% - 25px);
}

.blog-card.list-card .read-more-btn {
  position: relative;
  min-width: auto;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.blog-card .post-img {
  /* aspect-ratio: 4/3; */
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: center;
}

.blog-card .post-img a {
  position: relative;
  top: 0.85rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

.blog-card .post-img img {
  width: 100%;
  height: 100%;
  max-width: unset;
}

.pagination {
  display: inline-block;
}

.pagination ul {
  display: flex;
}

.pagination .page-link {
  color: var(--color-dark);
  background-color: var(--color-light);
  border-color: var(--color-default);
}

.pagination .page-link.active {
  color: var(--color-light);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

select.phone-code {
  width: auto;
  padding: 0.25rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-appearance: caret !important;
  -moz-appearance: caret !important;
  appearance: auto !important;
}

.register-form .form-control {
  height: 40px;
  padding: 8px 8px 8px 8px;
}

.separator > div:nth-child(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 20px 20px;
}

.separator > div:not(:nth-child(2)) {
  width: 45%;
}

.separator > div:not(:nth-child(2)) {
  width: 45%;
}

.separator > div:not(:nth-child(2)) hr {
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
}

.font-weight-bold {
  font-weight: bold;
}

.user-info-card .user-profile {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
}

.membership-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 350px;
  color: #fff;
  border-radius: 10px;
}

.membership-card .user-profile {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
}

.membership-card .card-body {
  border-radius: 10px;
}

.membership-card .logo {
  width: 120px;
  height: auto;
}

.membership-card .qr {
  width: 120px;
  height: auto;
}

.membership-card .user-profile img {
  width: 60px !important;
  height: 60px !important;
}

.accordian-card .accordian-header {
  padding: 10px 0;
}

.accordian-card p {
  margin-bottom: 30px !important;
}

.accordian-card .accordian-header button span i {
  background-color: #747794;
  font-size: 18px;
}

.accordian-card .accordian-header button {
  color: #020310;
  font-size: 18px;
}

.accordian-card .accordian-header button.collapsed > span {
  color: #020310;
  font-size: 18px;
}

.accordian-card .accordian-header button:hover,
.accordian-card .accordian-header button:focus {
  color: #020310;
  font-size: 18px;
}

.page-info .bg-img {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 300px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-overlay::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(4, 4, 14, 0.4);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  opacity: 1;
}

select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background: transparent;
  width: auto;
  margin: 0;
  padding: 0 10px;
  height: 40px;
  border-radius: 4px;
}

select.form-control.transparent {
  border: 1px #747794 solid;
}

.privacy-policy-wrapper {
  text-align: justify;
}

.input-group button {
  height: 36px;
  border: 1px #ebebeb solid;
  font-size: 14px;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.input-group .input-group-text {
  height: 36px;
  border: 1px #ebebeb solid;
  font-size: 14px;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
  background: transparent;
}

.btn-icon-password {
  width: 45px;
}

.change-user-thumb button {
  background-color: var(--color-danger) !important;
  border-color: #fff !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
}

.change-user-thumb button i {
  position: absolute;
  left: 1px;
  top: 7px;
  width: 30px;
  height: 30px;
}

.user-info-card .user-profile img {
  border-radius: 50%;
  border: 1px #fff solid;
  background: #fff;
  width: 80px;
  height: 80px;
}

.copy-to-clipboard {
  cursor: pointer;
}

.single-vendor-wrap .vendor-profile {
  width: 3rem;
  height: 3rem;
}

.single-vendor-wrap .vendor-profile img {
  max-width: 2rem;
}

.infinity-loading {
  text-align: center;
}

.infinity-loading i {
  --fa-animation-duration: 2s;
  font-size: 42px;
  color: #d22031;
}

.session-card .btn {
  padding: 10px 20px;
  min-width: 120px;
  font-size: 16px;
}

.session-card .separator {
  padding: 0 5px;
  color: #747794;
}

.sticky-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 99;
  background: #e9eeff;
  padding: 10px 0;
  border: none;
  box-shadow: none;
  outline: none;
}

.calendar-dates {
  padding: 0 30px;
}

.calendar-dates .date-selection.active {
  background: #212529;
}

.calendar-dates .date-selection.active h5,
.calendar-dates .date-selection.active h6 {
  color: #fff;
}

.calendar-dates .owl-nav {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}

.calendar-dates .owl-nav button.owl-prev {
  position: absolute;
  left: -5px;
}

.calendar-dates .owl-nav button.owl-next {
  position: absolute;
  right: -5px;
}

.calendar-dates .owl-nav button {
  font-size: 28px !important;
}

.calendar-dates .owl-nav button i {
  color: #212529;
}

.calendar-dates .owl-nav button.disabled i {
  opacity: 0.5;
}

.label-slider .label-selection.active {
  background: #212529;
}

.label-slider .label-selection.active h5,
.label-slider .label-selection.active h6 {
  color: #fff;
}

.label-slider .owl-nav {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
}

.label-slider .owl-nav button.owl-prev {
  position: absolute;
  left: -5px;
}

.label-slider .owl-nav button.owl-next {
  position: absolute;
  right: -5px;
}

.label-slider .owl-nav button {
  font-size: 21px !important;
}

.label-slider .owl-nav button i {
  color: #212529;
}

.label-slider .owl-nav button.disabled i {
  opacity: 0.5;
}

.page-heading {
  white-space: normal;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 20px;
}

.toast-title,
.toast-message {
  white-space: normal !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

.img-payment-method {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 70px;
}

.single-payment-method a {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: 6px;
  min-height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-payment-method a.method-btm h6 {
  font-size: 80%;
}

.single-payment-method a::after {
  background-color: var(--color-danger);
}

.nav-instructions {
  padding-top: 10px;
  padding-bottom: 20px;
}

.booking-qr {
  width: 150px;
  height: auto;
}

.form-control:read-only {
  background: rgba(0, 0, 0, 0.1);
}

.ratings-submit-form .stars label:hover ~ span {
  background-position: 0 -60px;
}

.ratings-submit-form .stars span {
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==)
    repeat-x 0 -60px;
}

.list-group .list-group-item:last-child {
  border-bottom: none !important;
}

.dots-dark .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dots-dark .owl-dots .owl-dot {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  max-width: 8px;
  background-color: #747794;
  border-radius: 50%;
}

.dots-dark .owl-dots .owl-dot.active::after {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  z-index: 1;
  content: "";
  border: 2px solid #020310;
  left: -4px;
  top: -4px;
  border-radius: 50%;
}

.dots-dark .owl-dots .owl-dot.active {
  background-color: #020310;
}

.suha-filter-offcanvas-wrap .offcanvas-body {
  padding: 0 0 20px 10px !important;
}

.suha-filter-offcanvas-wrap .offcanvas-body .container {
  padding: 20px 10px;
}

.suha-filter-offcanvas-wrap .widget .widget-title {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  padding: 10px 0;
  margin: 0 !important;
}

.blog-card .post-content .post-title {
  -webkit-line-clamp: 1;
}

.booking-legend {
  font-size: 14px;
}

#table_summary td {
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.5rem 0;
}

#table_summary tr:last-child td {
  font-size: 1.1rem;
  border-bottom-width: 0;
}

/*
  body {
      background-color: #fff;
  }
  
  .header-area, .footer-nav-area {
      left: 0;
      right: 0;
      margin: auto;
  }
  
  .page-content-wrapper {
      background-color: #E9EEFF;
      margin: 50px auto;
  }
  */

@media only screen and (min-width: 1200px) {
  .modal-dialog {
    max-width: 650px;
  }

  /*
      .header-area, .page-content-wrapper, .footer-nav-area {
          max-width: 650px;
      }
      */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog {
    max-width: 600px;
  }

  /*
      .header-area, .page-content-wrapper, .footer-nav-area {
          max-width: 600px;
      }
      */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 500px;
  }

  /*
      .header-area, .page-content-wrapper, .footer-nav-area {
          max-width: 500px;
      }
      */
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 380px;
  }
.single-hero-slide
{
    height:135px !important;
}
  /*
      .header-area, .page-content-wrapper, .footer-nav-area {
          max-width: 380px;
      }
      */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal-dialog {
    max-width: 400px;
  }

  /*
      .header-area, .page-content-wrapper, .footer-nav-area {
          max-width: 400px;
      }
      */
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .booking-legend {
      font-size: 12px;
    }
}

@media (max-width: 576px) {
  .suha-footer-nav ul li a {
    font-size: 11px;
  }

  .user-info-card .user-profile {
    width: 70px;
    height: 70px;
  }

  .user-info-card .user-profile img {
    width: 70px;
    height: 70px;
  }

  .user-info-card .user-info h5 {
    font-size: 14px;
  }

  .user-info-card .user-info p {
    font-size: 12px;
  }

  .membership-card {
    height: 300px;
  }

  .membership-card .logo {
    width: 80px;
  }

  .membership-card .qr {
    width: 80px;
  }

  .membership-card .user-profile {
    width: 50px;
    height: 50px;
  }

  .membership-card .user-profile img {
    width: 50px !important;
    height: 50px !important;
  }

  .membership-card h5 {
    font-size: 14px;
  }

  .membership-card p {
    font-size: 12px;
  }

  .session-card .btn {
    padding: 5px 10px;
    min-width: 100px;
    font-size: 14px;
  }

  .session-card h5 {
    font-size: 16px;
  }

  .session-card p {
    font-size: 12px;
  }
  .booking-legend {
    font-size: 10px;
  }
}

@media (max-width: 320px) {
  .suha-footer-nav ul li a {
    font-size: 10px;
  }

  .user-info-card .user-profile {
    width: 50px;
    height: 50px;
  }

  .user-info-card .user-profile img {
    width: 50px;
    height: 50px;
  }

  .user-info-card .user-info h5 {
    font-size: 12px;
  }

  .user-info-card .user-info p {
    font-size: 10px;
  }

  .membership-card {
    height: 250px;
  }

  .membership-card .logo {
    width: 60px;
  }

  .membership-card .qr {
    width: 60px;
  }

  .membership-card .user-profile {
    width: 40px;
    height: 40px;
  }

  .membership-card .user-profile img {
    width: 40px !important;
    height: 40px !important;
  }

  .membership-card h5 {
    font-size: 12px;
  }

  .membership-card p {
    font-size: 10px;
  }

  .session-card .btn {
    padding: 2px 5px;
    min-width: 80px;
    font-size: 12px;
  }
  .booking-legend {
    font-size: 9px;
  }
}

@media (max-width: 300px) {
  .main-logo {
    width: 100px;
    height: auto;
  }

  .intro-wrapper {
    font-size: 12px;
  }

  .get-started-btn {
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .package-card .club-access {
    white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.shine {
  background: #f6f7f8;
  background-image: linear-gradient(
    to right,
    #f6f7f8 0%,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

.shimmer-box-sm {
  width: 100%;
  height: 100px;
}

.shimmer-box-md {
  width: 100%;
  height: 150px;
}

.shimmer-box-lg {
  width: 100%;
  height: 200px;
}

.shimmer-line-sm {
  width: 100%;
  height: 10px;
}

.shimmer-line-md {
  width: 100%;
  height: 20px;
}

.shimmer-line-lg {
  width: 100%;
  height: 30px;
}

@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes modalScaleUp {
  0% {
    transform: scale(1) translateY(100%);
    opacity: 0;
    display: none;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
    display: block;
  }
}

@keyframes modalScaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
    display: block;
  }
  100% {
    transform: scale(1) translateY(100%);
    opacity: 0;
    display: none;
  }
}
