@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap);@import url(https://fonts.cdnfonts.com/css/dinpro-medium);@import url(https://fonts.cdnfonts.com/css/dinpro-light);@import url(https://fonts.cdnfonts.com/css/dinpro-bold);@charset "UTF-8";

/*!
 * Bootstrap Utilities v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}

.link-primary:hover,
.link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}

.link-success:hover,
.link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}

.link-info:hover,
.link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}

.link-warning:hover,
.link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}

.link-danger:hover,
.link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

:root {
  accent-color: #EC001A;
}

.border-input {
  border: none !important;
  border-left: 5px solid #333333 !important;
  border-radius: 0 !important;
  background: rgba(51, 51, 51, 0.05) !important;
}

.border-input:focus {
  border-left: 5px solid #EC001A !important;
}

input:focus,
textarea:focus,
select:focus .form-control:focus {
  outline: none;
}

body {
  background-color: #f6f6f6 !important;
  font-family: "Roboto Condensed", serif !important;
  height: 100vh;
}

input[type=number] {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

small {
  font-size: 12pt;
}

h1 {
  font-size: 36px !important;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 24px !important;
  }
}

h2 {
  font-size: 25pt;
}

h3 {
  font-size: 21pt;
}

h4 {
  font-size: 17.5pt;
  font-weight: 600;
}

h5 {
  font-size: 16pt;
}

h6 {
  font-size: 15pt;
}

a {
  text-decoration: none !important;
  color: #333333;
}

.btn {
  padding: 10px;
  min-width: 180px;
  height: 50px;
}

.btn.btn-danger {
  background-color: #EC001A;
  border-color: #EC001A;
}

.btn.btn-secondary {
  background-color: #333333;
  border-color: #333333;
}

.btn.btn-sm {
  height: 30px;
}

.btn.btn-md {
  height: 36px;
}

a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

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

.apex-table .b-table > tbody > tr:not(:hover) .show-when-hovered {
  visibility: hidden;
  border-collapse: separate;
  border-spacing: 10px;
}

@media (max-width: 575.98px) {
  .apex-table .b-table > tbody > tr:not(:hover) .show-when-hovered {
    visibility: visible;
  }
}

.apex-table table {
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .apex-table table {
    border-spacing: 0 55px;
    margin-top: -60px;
  }
}

.apex-table table thead tr {
  color: #808285;
  border: transparent;
}

.apex-table table thead tr th {
  padding-left: 30px;
  padding-bottom: 0px;
}

@media (max-width: 575.98px) {
  .apex-table table thead tr th {
    padding-left: 26px;
    position: relative;
    top: 45px;
  }
}

.apex-table table tbody tr {
  background: white;
  height: 90px;
  border: transparent;
}

.apex-table table tbody tr td {
  vertical-align: middle;
  padding-left: 30px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .apex-table table tbody tr td {
    padding-left: 20px;
  }
}

.apex-table table tbody tr td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.apex-table table tbody tr td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.apex-table table tbody tr td .edit-buttons {
  padding: 10px;
  text-align: right;
  margin-left: 20px;
  font-size: 15px;
}

@media (max-width: 575.98px) {
  .apex-table table tbody tr td .edit-buttons {
    width: 98%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: -17px;
    margin-top: 22px;
  }
}

.apex-table table tbody tr td .edit-buttons .edit {
  border-radius: 30px;
  min-width: 80px;
  height: 38px;
  margin: 7px 10px 0 0;
}

@media (max-width: 575.98px) {
  .apex-table table tbody tr td .edit-buttons .edit {
    border-radius: 0px 0px 10px 10px;
    min-width: 55px;
    height: 30px;
    margin: 14px 0 0 0;
    font-size: 12px;
  }
}

.apex-table table tbody tr td .edit-buttons .remove {
  border-radius: 30px;
  min-width: 80px;
  height: 38px;
  background-color: #EC001A;
  border: unset;
  margin: 7px 10px 0 0;
}

@media (max-width: 575.98px) {
  .apex-table table tbody tr td .edit-buttons .remove {
    border-radius: 0px 0px 10px 10px;
    min-width: 69px;
    height: 30px;
    margin: 14px 0 0 0;
    font-size: 12px;
  }
}

.apex-table table tbody tr td .name-item {
  min-width: 150px;
}

.apex-table .b-table-details {
  background: transparent;
}

.apex-table .b-table-details .apex-subtable-body > .apex-subtable-row:not(:hover) .show-when-sub-hovered {
  visibility: hidden;
}

.apex-table .b-table-details .apex-subtable {
  display: table;
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;
}

.apex-table .b-table-details .apex-subtable .apex-subtable-header {
  display: table-header-group;
  font-weight: bold;
  color: #808285;
}

.apex-table .b-table-details .apex-subtable .apex-subtable-header div {
  display: table-cell;
  padding: 0 0 0 30px;
}

.apex-table .b-table-details .apex-subtable .apex-subtable-body {
  display: table-row-group;
}

.apex-table .b-table-details .apex-subtable .apex-subtable-body .apex-subtable-row {
  display: table-row;
  background-color: #f2f2f2;
}

.apex-table .b-table-details .apex-subtable .apex-subtable-body .apex-subtable-row div {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  padding: 0 0 0 30px;
}

.apex-table .b-table-details .apex-subtable .apex-subtable-body .apex-subtable-row div:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.apex-table .b-table-details .apex-subtable .apex-subtable-body .apex-subtable-row div:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.apex-table .b-table-details .apex-subtable .apex-subtable-body .apex-subtable-row div.sub-edit-buttons {
  padding: 10px;
  text-align: right;
  margin-left: 20px;
  font-size: 15px;
}

@media (max-width: 991.98px) {
  .apex-table .b-table-details .apex-subtable .apex-subtable-body .apex-subtable-row div.sub-edit-buttons {
    height: 103px;
  }
}

.apex-table .b-table-details .apex-subtable .apex-subtable-body .apex-subtable-row div.sub-edit-buttons .edit {
  border-radius: 30px;
  min-width: 80px;
  height: 38px;
  margin: 7px 10px 0 0;
}

.apex-table .b-table-details .apex-subtable .apex-subtable-body .apex-subtable-row div.sub-edit-buttons .remove {
  border-radius: 30px;
  min-width: 80px;
  height: 38px;
  background-color: #EC001A;
  border: unset;
  margin: 7px 10px 0 0;
}

.apex-table .b-table-details .apex-subtable .pet-owner-sterility div {
  padding: 0 0 0 15px !important;
}

.apex-table .b-table-details .pets-add {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .apex-table .b-table-details .pets-add {
    text-align: left;
  }
}

.dark-dropdown .btn-secondary {
  min-width: auto !important;
}

.dark-dropdown.show .btn-secondary {
  border-radius: 5px 5px 0 0;
}

.dark-dropdown .dropdown-menu {
  background: #EC001A;
  min-width: 120px;
  border-radius: 0px 5px 5px 5px;
  border: none;
}

@media screen and (max-width: 768px) {
  .dark-dropdown .dropdown-menu {
    border-radius: 0px 0px 5px 5px;
    min-width: 68px;
    left: 0px !important;
  }
}

.dark-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px #333333;
}

.dark-dropdown .dropdown-menu .dropdown-item:last-of-type {
  border: none;
}

.dark-dropdown .dropdown-menu .dropdown-item:hover {
  background: #333333;
}

.page-title {
  font-size: 24px;
  color: #EC001A;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}

.login {
  background-color: #f6f6f6;
  max-width: 95%;
  padding: 10px;
}

.login .login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
}

@media (min-width: 768px) {
  .login .login-container {
    height: 100vh;
  }
}

.login .login-container .login-lang {
  text-align: right;
}

.login .login-container .left-box {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.login .login-container .left-box .login-logo img {
  height: 160px;
}

.login .login-container .left-box .pets-box {
  margin-right: -60px;
  z-index: 999;
}

@media (max-width: 767.98px) {
  .login .login-container {
    flex-direction: column;
  }

  .login .login-container .left-box .login-logo {
    margin-bottom: 40px;
  }

  .login .login-container .left-box .login-logo img {
    height: 100px;
  }

  .login .login-container .left-box .pets-box {
    display: none;
  }
}

.login .login-container .right-box {
  background-color: #ffffff;
  padding: 2rem 4rem;
  text-align: left;
  border-radius: 25px;
  width: 450px;
  -ms-box-shadow: 0px 0px 20px 0px rgba(236, 0, 26, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(236, 0, 26, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(236, 0, 26, 0.1);
}

@media (max-width: 767.98px) {
  .login .login-container .right-box {
    width: 320px;
  }
}

.login .login-container .right-box .login-form {
  padding: 4rem 0;
  font-family: "Roboto Condensed", serif;
}

.login .login-container .right-box .login-form h1 {
  color: #EC001A;
  font-weight: 600;
  margin-bottom: 0px;
}

.login .login-container .right-box .login-form .form-group {
  position: relative;
}

.login .login-container .right-box .login-form input[type=text],
.login .login-container .right-box .login-form input[type=email],
.login .login-container .right-box .login-form input[type=tel],
.login .login-container .right-box .login-form input[type=password] {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 60px;
  padding-top: 30px;
}

.login .login-container .right-box .login-form label {
  position: absolute;
  left: 1px;
  top: 10px;
  padding: 0 16px;
  color: #333333;
  font-size: 14px;
}

.login .login-container .right-box .login-form label.form-check-label {
  position: unset;
}

.login .login-container .right-box .login-form .forgot-remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.login .login-container .right-box .login-form .forgot-remember label {
  position: static;
  color: #333333;
  margin-left: -5px;
}

.login .login-container .right-box .login-form .forgot-remember a {
  color: #333333;
}

.login .login-container .right-box .login-form .forgot-remember input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #ffffff;
  margin-right: 5px;
  -webkit-appearance: none;
  outline: 1px solid #333333;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
}

.login .login-container .right-box .login-form .forgot-remember input[type=checkbox]:checked {
  accent-color: #f6f6f6;
  background: #ffffff;
  outline: 1px solid #333333;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.login .login-container .right-box .login-form .forgot-remember input[type=checkbox]:checked:after {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  content: "\2713";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 24px;
  line-height: 0.8;
  color: #333333;
  transition: all 0.2s;
}

.login .login-container .right-box .login-form .btn {
  width: 100%;
}

.login .login-container .right-box .login-form .termsAndConditions {
  /*height: 30vh;
  overflow-y: scroll;
  &::-webkit-scrollbar {
      width: 10px;
  }
  &::-webkit-scrollbar-track {
      background: #f1f1f1;
  }
  &::-webkit-scrollbar-thumb {
      background: #888;
      border-radius: 5px;
  }
  &::-webkit-scrollbar-thumb:hover {
      background: #555;
  }*/
}

.login .login-container .right-box .login-form .termsAndConditions span {
  cursor: pointer;
}

.login .login-container .right-box .nav-tabs {
  border: none !important;
}

.login .login-container .right-box .nav-tabs .nav-link:hover,
.login .login-container .right-box .nav-tabs .nav-link:focus {
  border: none !important;
}

.login .login-container .right-box .login .nav-tabs .nav-link:hover,
.login .login-container .right-box .login .nav-tabs .nav-link:focus {
  border: none !important;
}

.login .login-container .right-box .nav-tabs .nav-link {
  font-family: "Roboto Condensed";
  color: #333333;
  border: none !important;
  padding-bottom: 0;
}

.login .login-container .right-box .nav-tabs .nav-link.active,
.login .login-container .right-box .nav-tabs .nav-item.show .nav-link {
  border: none;
  color: #EC001A;
  border-bottom: 2px solid #EC001A !important;
}

@media (max-width: 767.98px) {
  .login .login-container .login-lang {
    position: absolute;
    right: 20px;
    top: 10px;
  }

  .login .login-container .right-box {
    padding: 20px;
    min-width: calc(100vw - 40px);
  }

  .login .login-container .right-box .login-form {
    padding: 20px 0;
  }

  .login .login-container .right-box .login-form form.mt-5 {
    margin-top: 30px !important;
  }

  .login .login-container .right-box .login-form .btn {
    width: 100%;
  }
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
}

.loader .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loader img {
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.loader.hideLoader {
  display: none;
}

.rewards {
  margin-bottom: 40px;
  margin-top: 60px;
}

.rewards .allRewards {
  display: flex;
  justify-content: center;
  margin: 20px;
}

@media (max-width: 767.98px) {
  .rewards .allRewards {
    margin-bottom: 5px;
    justify-content: center;
  }
}

.rewards .allRewards a {
  color: #ffffff;
  border-radius: 20px;
  padding: 16px 50px;
  font-size: 18px;
  font-weight: 500;
}

.rewards .allRewardsCatalog {
  display: flex;
}

@media (max-width: 767.98px) {
  .rewards .allRewardsCatalog {
    margin-bottom: 5px;
  }
}

.rewards .allRewardsCatalog .button {
  color: #ffffff;
  border-radius: 20px;
  min-width: 120px;
  padding: 3px;
  font-size: 14px;
}

.rewards .allRewardsCatalog .row {
  width: 100%;
}

@media (max-width: 767.98px) {
  .rewards .allRewardsCatalog .row {
    width: auto;
  }
}

.rewards .allRewardsCatalogHeader {
  display: flex;
  position: relative;
}

.rewards .allRewardsCatalogHeader .reward-filters {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.rewards .allRewardsCatalogHeader .reward-filters .reward-search {
  width: 20%;
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  .rewards .allRewardsCatalogHeader .reward-filters .reward-search {
    width: 65%;
  }
}

.rewards .allRewardsCatalogHeader .reward-filters .reward-search input {
  border-radius: 8;
  height: 45px;
}

@media (max-width: 575.98px) {
  .rewards .allRewardsCatalogHeader .reward-filters .reward-search input {
    font-size: 12px;
  }
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by {
  margin-bottom: 10px;
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .filters {
  color: #ffffff;
  font-size: 14px;
  background-color: #333333;
  padding: 12px 20px 15px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .filters {
    font-size: 22px;
    padding: 5px 5px 10px 9px;
  }
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .filters .icon {
  margin-bottom: 3px;
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .sort-by-link {
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .sort-by-link .sort-by {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .sort-by-link .sort-by .icon {
  margin-bottom: 3px;
  height: 20px;
  width: 20px;
}

@media (max-width: 767.98px) {
  .rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .sort-by-link .text {
    display: none;
  }
}

.rewards .allRewardsCatalogHeader .slide-fade-enter-active {
  transition: all 0.2s ease;
}

.rewards .allRewardsCatalogHeader .slide-fade-leave-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

.rewards .allRewardsCatalogHeader .slide-fade-enter,
.rewards .allRewardsCatalogHeader .slide-fade-leave-to {
  transform: translateY(10px);
  opacity: 0;
}

.rewards .allRewardsCatalogHeader .custom-sort-container {
  position: relative;
  z-index: 9;
  max-height: 400px;
  background-color: #f5f5f5;
  right: -7px;
  top: 10px;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container {
  width: 200px;
  position: absolute;
  z-index: 97;
  right: 0;
  box-shadow: 0 0 10px 4px rgba(110, 110, 110, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .blank-for-mobile {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  margin-top: -1px;
  margin-bottom: -1px;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-header {
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 0px 4px;
  justify-content: right;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-header .sort-close-button {
  cursor: pointer;
  color: #EC001A;
  background-color: #2e2e2e;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  font-size: 14px;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-row {
  background-color: #f5f5f5;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 23px 0px 17px;
  position: relative;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-row .row-title {
  font-weight: bold;
  font-size: 16px;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-row .sort-radio {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-row input[type=radio]:checked {
  background-color: #EC001A;
  border: 2px solid #EC001A;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-row:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  border-bottom: 2px solid #e0e4e8;
}

.rewards .allRewardsCatalogHeader .main-filters {
  position: absolute;
  top: 48px;
  z-index: 98;
  display: flex;
  justify-content: right;
  right: 5%;
}

@media (max-width: 767.98px) {
  .rewards .allRewardsCatalogHeader .main-filters {
    right: 70px;
    top: 111px;
  }
}

@media (max-width: 575.98px) {
  .rewards .allRewardsCatalogHeader .main-filters {
    right: 9px;
  }
}

.rewards .allRewardsCatalogHeader .main-filters__bg {
  opacity: 0;
}

.rewards .allRewardsCatalogHeader .main-filters__container {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 10px 4px rgba(110, 110, 110, 0.1);
  background-color: #f5f5f5;
  width: 300px;
}

.rewards .allRewardsCatalogHeader .main-filters__content {
  padding: 0 20px;
  max-height: 300px;
  overflow-y: scroll;
}

.rewards .allRewardsCatalogHeader .main-filters__header {
  background-color: #f5f5f5;
  color: #333333;
  margin: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rewards .allRewardsCatalogHeader .main-filters__header--title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}

.rewards .allRewardsCatalogHeader .main-filters__header--close {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .main-filters__header--close .filter-close-button {
  cursor: pointer;
  color: #EC001A;
  background-color: #333333;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  font-size: 14px;
}

.rewards .allRewardsCatalogHeader .main-filters__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-top: 2px solid #e0e4e8;
  padding: 20px;
}

.rewards .allRewardsCatalogHeader .main-filters__footer--clear {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .main-filters__footer--results {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  background-color: #EC001A;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 10px 10px -10px #333333;
  margin: 0;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .main-filters__footer--results-arrow {
  width: 20px;
}

.rewards .allRewardsCatalogHeader .main-filters__filter {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-card {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-card--image img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rewards .allRewardsCatalogHeader .main-filters__filter--check {
  width: 28px;
  height: 28px;
  border: solid 1px #a5b0b9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rewards .allRewardsCatalogHeader .main-filters__filter--check-mark {
  width: 16px;
  height: 12px;
  opacity: 0;
  transition: all 0.2s;
}

.rewards .allRewardsCatalogHeader .main-filters__filter--check:active {
  color: #333333;
  transition: all 0.2s;
}

.rewards .allRewardsCatalogHeader .main-filters__filter--check:active .main-filters__filter--check-mark {
  opacity: 1;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section:not(:first-child) {
  margin-top: 20px;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #c4cbd2;
  margin-bottom: 5px;
  padding: 5px 0;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section-top--title {
  font-weight: 600;
  color: #333333;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section-top--arrow {
  cursor: pointer;
  transition: all 0.2s;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section-top--collapse {
  transform: rotate(180deg);
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section-top .filter-checkbox {
  width: 18px;
  height: 18px;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 1000px;
  overflow-y: hidden;
  transition: max-height 0.2s ease-in;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-list--collapse {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}

.rewards .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .rewards .headerWrapper {
    margin-top: 20px;
  }
}

.rewards .headerWrapper .rewardHeader {
  font-weight: 700;
  font-size: 28px;
  color: #EC001A;
}

.rewards .rewardCard {
  text-align: center;
  float: right;
  padding: 10px 10px 0 10px;
}

.rewards .rewardCard .reward-bg {
  background-color: #ffffff;
  padding: 10px 0px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  .rewards .rewardCard {
    width: 100% !important;
  }
}

.rewards .rewardCard .image img {
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  max-height: 180px;
}

.rewards .rewardCard .rewardInfo {
  height: 80px;
}

.rewards .rewardCard .rewardInfo .rewardInfoHeader {
  height: 50px;
  color: #EC001A;
  font-weight: 700;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.rewards .rewardCard .rewardInfo .point {
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
  padding: 3px;
}

.rewards .rewardCard .rewardInfo .price {
  background-color: #EC001A;
  border-radius: 0px 0px 20px 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0px 0px;
  padding: 5px;
  font-size: 17px;
}

.rewards .slick-slider .slick-dots {
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .rewards .slick-slider .slick-dots {
    text-align: center;
  }
}

.rewards .slick-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}

.rewards .slick-slider .slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: none;
  background: none;
  border-radius: 50%;
  text-indent: -9999px;
  background: #cfcfcf;
  padding: 0;
}

.rewards .slick-slider .slick-dots li.slick-active button {
  background: #EC001A;
}

.reward-detail {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px 70px 0px !important;
}

@media (max-width: 767.98px) {
  .reward-detail {
    margin: 10px !important;
  }
}

.reward-detail .reward-image {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  margin-right: 30px;
  padding: 20px 0 40px 0;
}

@media (max-width: 767.98px) {
  .reward-detail .reward-image {
    margin-right: 0;
  }
}

.reward-detail .reward-image img {
  border-radius: 15px;
  max-width: 50%;
}

@media (max-width: 767.98px) {
  .reward-detail .reward-image img {
    max-width: 80%;
  }
}

.reward-detail .reward-description {
  padding: 5px;
  border-radius: 18px;
}

@media (max-width: 575.98px) {
  .reward-detail .reward-description {
    margin-top: 10px;
  }
}

.reward-detail .reward-description .reward-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .reward-detail .reward-description .reward-top {
    margin-top: 20px;
    display: grid;
  }
}

.reward-detail .reward-description .reward-top .reward-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: #2e2e2e;
  width: 70%;
}

@media (max-width: 991.98px) {
  .reward-detail .reward-description .reward-top .reward-title {
    width: 100%;
  }
}

.reward-detail .reward-description .reward-top .point {
  line-height: 33px;
  font-size: 28px;
  font-weight: 900;
}

.reward-detail .reward-description .points {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.reward-detail .reward-description .points span {
  color: #333333;
}

.reward-detail .reward-description .points p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding-left: 3px;
}

.reward-detail .reward-description .price {
  display: flex;
  justify-content: right;
  padding: 10px;
  background-color: #EC001A;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px 10px;
}

.reward-detail .reward-description .price p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.reward-detail .reward-description .price span {
  font-size: 16px;
  font-weight: 500;
}

.reward-detail .reward-description .quantity-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}

.reward-detail .reward-description .quantity-button .btn {
  min-width: 50px;
  color: #f5f5f5;
  background-color: #333333;
  outline: none;
  font-size: 26px;
  font-weight: normal;
  padding: 2px;
}

.reward-detail .reward-description .quantity-button .btn:focus {
  box-shadow: none;
}

.reward-detail .reward-description .quantity-button .btn-plus {
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.reward-detail .reward-description .quantity-button .btn-minus {
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.reward-detail .reward-description .quantity-button .quantity {
  max-width: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  border: none;
}

.reward-detail .reward-description .quantity-button .quantity:focus {
  box-shadow: none;
  border-color: none;
}

@media (max-width: 767.98px) {
  .reward-detail .reward-description .quantity-button .quantity {
    width: 100%;
    min-width: auto !important;
    max-width: 100%;
    flex: 1;
  }
}

.reward-detail .reward-description .summary {
  color: #2e2e2e;
  margin-top: 20px;
  margin-block: 20px;
  line-height: 24px;
  font-size: 16px;
}

.reward-detail .reward-description .buy {
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
  justify-content: right;
  align-items: center;
}

@media (max-width: 767.98px) {
  .reward-detail .reward-description .buy {
    margin-top: 20px;
  }
}

.reward-detail .reward-description .buy img {
  width: 40px;
  height: 30px;
  margin-top: 5px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.25s;
}

.reward-detail .reward-description .buy .mr-20 {
  margin-right: 20px !important;
}

.reward-detail .reward-description .buy .setBg {
  background-color: #EC001A !important;
  box-shadow: none;
}

.reward-detail .reward-description .buy .buy-now {
  width: 300px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reward-detail .reward-description .buy .buy-now .icon {
  margin-top: 3px;
}

.reward-detail .reward-description .buy:hover img {
  margin-right: 0;
}

.payment {
  margin-top: 40px !important;
  margin-bottom: 80px;
}

.payment h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

.payment .your-basket .basket-item {
  position: relative;
  align-items: center;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  margin: 15px 0;
  justify-content: space-between;
  font-weight: 600;
}

.payment .your-basket .basket-item .reward-image img {
  height: 50px;
}

.payment .your-basket .basket-item .quantity-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.payment .your-basket .basket-item .quantity-button .btn {
  min-width: 32px;
  color: #f5f5f5;
  background-color: #333333;
  outline: none;
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  height: 30px;
  border: none;
}

.payment .your-basket .basket-item .quantity-button .btn:focus {
  box-shadow: none;
}

.payment .your-basket .basket-item .quantity-button .btn-plus {
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.payment .your-basket .basket-item .quantity-button .btn-minus {
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.payment .your-basket .basket-item .quantity-button .quantity {
  max-width: 32px;
  min-width: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0px;
  background-color: #f5f5f5;
  border: none;
}

.payment .your-basket .basket-item .quantity-button .quantity:focus {
  box-shadow: none;
  border-color: none;
}

.payment .your-basket .basket-item .quantity-button input[type=number]::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  /*For FireFox*/
}

.payment .your-basket .basket-item .price {
  font-size: 28px;
  text-align: right;
}

.payment .your-basket .basket-item .price div {
  margin-top: -5px;
  font-size: 18px;
}

.payment .your-basket .basket-item .delete-basket {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #2e2e2e;
  color: #ffffff;
  padding: 0px;
  border-radius: 20px;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  cursor: pointer;
}

.payment .your-basket .basket-item .delete-basket .icon {
  font-size: 18px;
}

.payment .your-basket .clear-basket {
  display: flex;
  justify-content: right;
}

.payment .your-basket .clear-basket button {
  color: #f5f5f5;
  background-color: #333333;
  outline: none;
  font-size: 14px;
  font-weight: normal;
  padding: 4px;
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}

.payment .summary {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 45px;
  margin-bottom: 15px;
}

.payment .summary .label {
  color: #808285;
}

.payment .summary .price {
  font-weight: 600;
  color: #333333;
}

.payment .summary .basket-calculation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.payment .summary .basket-calculation .basket-calc-items div,
.payment .summary .basket-calculation .basket-total div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

.payment .summary .basket-calculation .basket-total .price {
  font-size: 18px;
}

.payment .credit-cart {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 45px;
}

.payment .credit-cart input,
.payment .credit-cart select {
  margin-bottom: 10px;
}

.payment .credit-cart .credit-date {
  margin-right: 20px;
}

.payment .credit-cart .credit-date input {
  width: 90px;
}

.payment .credit-cart .cvc {
  width: 70px;
  margin-bottom: 4px;
}

.payment .credit-cart .label {
  color: #808285;
  margin-bottom: 4px;
}

.payment .credit-cart .price {
  font-weight: 600;
  color: #333333;
}

.payment .credit-cart .basket-calculation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.payment .credit-cart .basket-calculation .basket-calc-items div,
.payment .credit-cart .basket-calculation .basket-total div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

.payment .credit-cart .basket-calculation .basket-total .price {
  font-size: 18px;
}

.payment .delivery {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 45px;
}

.payment .delivery .delivery-header {
  display: flex;
  justify-content: space-between;
}

.payment .delivery .delivery-header p {
  margin-top: 10px;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.payment .delivery .delivery-header p span {
  font-size: 17px;
  font-weight: 600;
}

.payment .delivery select {
  background-color: #f6f6f6;
}

.payment .delivery .selected-address {
  min-height: 90px;
}

.payment .delivery .selected-address h5 {
  font-weight: 600;
  margin-top: 20px;
}

.payment .delivery .select-address {
  border: 1px solid #ced4da;
  padding: 5px;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
}

.payment .delivery .select-address:focus {
  outline: none;
  border: 1px solid #ced4da;
}

.payment .form-check .form-check-input {
  border: none;
}

.payment .form-check label {
  padding-left: 15px;
}

.payment .addressForm {
  margin-top: 45px;
  padding-left: 40px;
}

.payment .addressForm .main-header {
  color: #333333;
  margin-bottom: 30px;
}

.payment .addressForm .header {
  margin-bottom: 20px;
  color: #333333;
}

.payment .addressForm .form-group {
  margin-bottom: 25px;
}

.payment .addressForm .form-group.error input[type=text],
.payment .addressForm .form-group.error input[type=email],
.payment .addressForm .form-group.error input[type=password],
.payment .addressForm .form-group.error select {
  border-color: #EC001A;
}

.payment .addressForm .form-group.error small {
  color: #EC001A !important;
}

.payment .addressForm input[type=text],
.payment .addressForm input[type=email],
.payment .addressForm input[type=password],
.payment .addressForm select {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 65px;
  padding-top: 30px;
  border-left: 5px solid #333333;
}

.payment .addressForm input[type=text]:focus,
.payment .addressForm input[type=email]:focus,
.payment .addressForm input[type=password]:focus,
.payment .addressForm select:focus {
  border-left: 5px solid #EC001A;
}

.payment .addressForm select {
  margin-top: -30px;
}

.payment .addressForm textarea {
  background-color: #f5f5f5;
  border-radius: 0;
  padding-top: 30px;
  border-left: 5px solid #333333;
  margin-bottom: 25px;
}

.payment .addressForm textarea:focus {
  border-left: 5px solid #EC001A;
}

.payment .addressForm button {
  padding: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}

.payment .addressForm .cancel-button {
  background-color: #ffffff;
  color: #333333;
  outline: none;
  border: none;
  font-weight: 600;
}

.payment .addressForm label {
  margin-bottom: -30px;
  padding: 0 16px;
  color: #333333;
}

.payment .checkbox-line {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  position: relative;
}

.payment .checkbox-line input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  accent-color: #ffffff;
  margin-right: 5px;
  -webkit-appearance: none;
  outline: 1px solid #333333;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
}

.payment .checkbox-line input[type=checkbox]:checked {
  accent-color: #f6f6f6;
  background: #ffffff;
  outline: 1px solid #333333;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.payment .checkbox-line input[type=checkbox]:checked:after {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  content: "\2713";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 24px;
  line-height: 0.8;
  color: #333333;
  transition: all 0.2s;
}

.layout {
  width: 95% !important;
}

@media (max-width: 767.98px) {
  .layout {
    width: 100% !important;
    margin-top: 60px;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

.homePageRewards {
  margin: 0 auto;
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .homePageRewards {
    max-width: 100%;
  }
}

.homepageSlider {
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .homepageSlider {
    max-width: 100%;
  }
}

.homepageSlider .slide img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.homepageSlider .slick-slider .slick-dots {
  width: calc(100% - 30px);
  text-align: center;
  margin: 20px 0px 0px 0px;
  padding: 0;
}

.homepageSlider .slick-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}

.homepageSlider .slick-slider .slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: none;
  background: none;
  border-radius: 50%;
  text-indent: -9999px;
  background: #cfcfcf;
  padding: 0;
}

.homepageSlider .slick-slider .slick-dots li.slick-active button {
  background: #EC001A;
}

.homepageSliderB2C {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 80%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767.98px) {
  .homepageSliderB2C {
    max-width: 100%;
  }
}

.homepageSliderB2C .slide img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 95%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1rem;
}

.homepageSliderB2C .slick-slider {
  overflow: hidden;
}

.homepageSliderB2C .slick-slider .slick-list {
  overflow: visible;
  margin-left: 25px;
}

.homepageSliderB2C .slick-slider .slick-slide {
  opacity: 0.8;
}

.homepageSliderB2C .slick-slider .slick-current {
  opacity: 1;
}

.homepageSliderB2C .slick-slider .slick-dots {
  width: calc(100% - 30px);
  text-align: center;
  margin: 20px 0px 0px 0px;
  padding: 0;
}

.homepageSliderB2C .slick-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}

.homepageSliderB2C .slick-slider .slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: none;
  background: none;
  border-radius: 50%;
  text-indent: -9999px;
  background: #cfcfcf;
  padding: 0;
}

.homepageSliderB2C .slick-slider .slick-dots li.slick-active button {
  background: #EC001A;
}

.contact-us {
  height: 60vh;
  margin-top: 70px;
  margin-bottom: 300px;
}

.contact-us .select-box {
  border: none !important;
  padding: 5px;
  margin-bottom: 10px;
  width: 150px;
}

@media (max-width: 575.98px) {
  .contact-us .information {
    margin-top: 40px;
  }
}

.contact-us .information .box {
  background-color: #ffffff;
  border-radius: 55px;
  padding: 15px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .contact-us .information .box .icon-div .icon {
    width: 40px;
  }
}

.contact-us .information .box p {
  margin-bottom: 0px;
}

.contact-us .information .box .phone {
  font-size: 18px;
}

.contact-us .information .box .text {
  margin-left: 10px;
}

.contact-us .message .btn {
  font-weight: 600;
  font-size: 16px;
  border-radius: 28px;
  padding: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us .message textarea {
  width: 96%;
  border: none;
  height: 90%;
  padding: 15px;
  resize: none;
  margin-bottom: 10px;
}

.contact-us .message textarea::-moz-placeholder {
  color: #2e2e2e;
}

.contact-us .message textarea::placeholder {
  color: #2e2e2e;
}

.contact-us .bold {
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .footerWrapper {
    margin-bottom: 60px;
  }
}

.footerWrapper .footer {
  width: 100%;
  background-color: #333333;
  color: #ffffff;
  font-family: "Roboto Condensed";
  padding-right: 3%;
  padding-left: 3%;
}

.footerWrapper .footer .top {
  padding: 20px 20px 20px 0px;
}

@media (max-width: 767.98px) {
  .footerWrapper .footer .top {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .footerWrapper .footer .top {
    padding: 20px 20px 20px 20px;
  }
}

.footerWrapper .footer .top .hyperLink {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .footerWrapper .footer .top .hyperLink {
    flex-direction: column;
  }

  .footerWrapper .footer .top .hyperLink .hyperLinkItem {
    justify-content: center;
    display: flex;
    margin-right: 0px !important;
  }
}

.footerWrapper .footer .top .hyperLink .hyperLinkItem {
  margin-right: 40px;
}

.footerWrapper .footer .top .hyperLink .hyperLinkItem .hyperLink {
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .footerWrapper .footer .top .hyperLink .hyperLinkItem {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}

.footerWrapper .footer .footerLinks {
  padding: 20px 0;
}

.footerWrapper .footer .footerLinks a {
  font-size: 11px;
  margin-right: 15px;
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .footerWrapper .footer .footerLinks a {
    border-right: 1px #ffffff solid;
    margin-right: 5px;
    padding-right: 5px;
  }
}

.footerWrapper .footer .footerLinks a:hover {
  border-bottom: 1px #ffffff solid;
}

.footerWrapper .footer .middle {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px 50px 0px;
}

@media (max-width: 767.98px) {
  .footerWrapper .footer .middle {
    padding: 5px;
    flex-direction: column;
  }
}

.footerWrapper .footer .middle .contact {
  width: 70%;
}

@media (max-width: 767.98px) {
  .footerWrapper .footer .middle .contact {
    width: 90%;
  }
}

.footerWrapper .footer .middle .contact .contactHeader {
  font-size: 14px;
  margin-bottom: 20px;
}

.footerWrapper .footer .middle .contact .contactDescription {
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .footerWrapper .footer .middle .contact .contactDescription {
    margin-bottom: 30px;
  }
}

.footerWrapper .footer .middle .online {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .footerWrapper .footer .middle .online {
    width: 100%;
  }
}

.footerWrapper .footer .middle .online .wrapper {
  text-align: left;
}

@media (max-width: 767.98px) {
  .footerWrapper .footer .middle .online .wrapper {
    text-align: center;
  }
}

.footerWrapper .footer .middle .online .wrapper .onlineMarket {
  font-size: 11px;
  margin-bottom: 0px;
}

.footerWrapper .footer .middle .online .wrapper .phone {
  font-weight: 700;
}

.footerWrapper .bottom {
  height: 50px;
  background-color: #2e2e2e;
  text-align: right;
}

.footerWrapper .bottom p {
  margin: 10px;
  color: #333333;
  font-weight: 400;
}

.welcome-bar {
  background: transparent;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
}

.welcome-bar .welcome-text {
  color: #333333;
  font-size: 22px;
  margin: 20px;
}

@media (max-width: 767.98px) {
  .welcome-bar .welcome-text {
    text-align: center;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .welcome-bar .point-info {
    margin-left: 35px;
  }
}

.welcome-bar .point-info p {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
  color: #333333;
}

@media (max-width: 767.98px) {
  .welcome-bar .point-info p {
    margin-top: 10px;
    font-size: 14px;
  }
}

.welcome-bar .point-info p span {
  font-size: 17px;
  font-weight: bold;
}

.welcome-bar .point-info button {
  font-size: 14px;
  padding: 5px 30px;
}

.language-select {
  padding-top: 5px;
}

.language-select .language button {
  background: #EC001A !important;
  cursor: pointer;
  border: none;
  outline: none;
}

@media screen and (max-width: 768px) {
  .language-select .language button {
    width: 72px;
  }
}

.language-select .language select {
  background: none;
  cursor: pointer;
}

.language-select .language .option {
  border: none;
  width: 130px;
  outline: 0px;
}

@media (max-width: 767.98px) {
  .language-select .language .individual-corporate {
    width: 84px;
  }
}

.language-select .user-name {
  font-weight: 600;
  margin-left: 5px;
}

.header-section .header .info {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 5px 0 10px 0 !important;
}

.header-section .header .info .user-point-statements {
  margin: 0px 10px;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .header-section .header .info .user-point-statements {
    margin: 0px 4px;
  }
}

.header-section .header .info .user-point-statements .icon {
  width: 22px;
  height: 22px;
  color: #333333;
}

.header-section .header .info .user-point-statements .notification {
  display: table-caption;
  align-items: center;
  position: relative;
  top: 9px;
  margin-left: -12px;
  width: 20px;
  height: 20px;
  background-color: #EC001A;
  border-radius: 20px;
  padding: 1px 0px;
  text-align: center;
  color: #ffffff;
  flex-direction: unset;
  font-size: 13px;
}

@media screen and (max-width: 500px) {
  .header-section .header .info .user-point-statements .notification {
    top: 6px;
    margin-left: -14px;
  }
}

.header-section .header .info button {
  height: 30px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .header-section .header .info button {
    min-width: auto;
    padding: 0 10px;
  }
}

.header-section .header .info .user-info {
  margin-left: 7px;
  padding-right: 15px;
}

.header-section .header .info .user-info a {
  color: #333333;
  padding-top: 5px;
}

.header-section .header .info .user-info a svg {
  font-size: 20px;
  margin-right: 5px;
}

@media (max-width: 575.98px) {
  .header-section .header .info .user-info a svg {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .header-section .header .info .user-info .user-name {
    text-indent: -9999px;
  }
}

.header-section .header .info .user-info img {
  margin-right: 10px;
  margin-bottom: 4px;
  height: 18px;
}

@media (max-width: 767.98px) {
  .header-section .header .info .user-info img {
    margin-right: 0px;
  }
}

.header-section .header .info .user-info .messageBox {
  position: relative;
  margin-left: 13px;
}

.header-section .header .info .user-info .messageBox svg {
  font-size: 1.4rem;
}

.header-section .header .info .user-info .messageBox a {
  color: #333333;
}

.header-section .header .info .user-info .messageBox a .messageCount {
  position: absolute;
  right: -5px;
  top: -3px;
  background-color: #EC001A;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.header-section .header .info .point {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

.header-section .header .tour {
  z-index: 4;
}

.header-section .header .tour a {
  color: #ffffff !important;
}

.header-section .header .header-list {
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 25px 25px 0;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .header-section .header .header-list {
    position: fixed;
    left: 0;
    top: -5px;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    padding: 10px;
    display: none;
  }

  .header-section .header .header-list.show-mobile {
    display: flex;
    align-items: center;
    justify-content: center !important;
    flex-direction: column;
  }

  .header-section .header .header-list .img-fluid {
    height: 60px;
    margin-bottom: 20px;
  }

  .header-section .header .header-list .close {
    position: absolute;
    right: 25px;
    top: 25px;
    height: 25px;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .header-section .header .header-list .close {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .header-section .header .header-list ul {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    display: block !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .header-section .header .header-list ul .headerItem {
    text-align: center;
    border-radius: 5px;
  }

  .header-section .header .header-list ul .headerItem:after {
    display: none;
  }

  .header-section .header .header-list ul .headerItem.active {
    background: rgba(236, 0, 26, 0.1);
  }

  .header-section .header .header-list ul .dropdown {
    width: calc(100% - 10px);
    margin: 0 auto;
    display: block;
  }

  .header-section .header .header-list ul .dropdown .dropdown-content {
    display: none;
    position: relative;
    background-color: rgba(236, 0, 26, 0.1);
    min-width: 200px;
    max-width: 200px;
    margin: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px;
    z-index: 1;
  }

  .header-section .header .header-list ul .dropdown .dropdown-content .sub-menu {
    text-align: center;
    padding: 5px !important;
  }

  .header-section .header .header-list ul .dropdown .dropdown-content .sub-menu a {
    color: #333333 !important;
    font-size: 14px;
  }

  .header-section .header .header-list ul .dropdown.subMenu .dropdown-content {
    display: block !important;
    margin-bottom: 10px;
  }
}

.header-section .header .header-list .close {
  display: none;
}

.header-section .header .header-list img {
  padding-bottom: 10px;
  height: 100px;
}

.header-section .header .header-list ul {
  list-style: none;
}

.header-section .header .header-list .headerItem {
  padding: 10px 15px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.25px;
}

.header-section .header .header-list .headerItem a {
  color: #333333;
}

.header-section .header .header-list .headerItem:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.5px;
  width: 0;
  height: 5px;
  background: #EC001A;
  border-radius: 2.5px;
  transition: all 0.25s;
}

.header-section .header .header-list .headerItem.active {
  padding: 10px 15px;
}

.header-section .header .header-list .headerItem.active:after {
  width: 100%;
}

.header-section .header .header-list .dropdown {
  position: relative;
  display: inline-block;
}

.header-section .header .header-list .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #EC001A;
  min-width: 200px;
  left: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px;
  z-index: 1;
  border-radius: 0 0 10px;
  margin-left: -10px;
}

.header-section .header .header-list .dropdown .dropdown-content .sub-menu {
  padding: 10px;
}

.header-section .header .header-list .dropdown .dropdown-content .sub-menu a {
  color: #ffffff !important;
}

.header-section .header .header-list .dropdown .headerItem.tour {
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .header-section .header .header-list .dropdown:hover .dropdown-content {
    display: block;
  }
}

.header-section .header .dropdown-menu {
  left: -2px !important;
}

.header-section .mobile-header {
  display: none;
  border-radius: 10px;
  position: fixed;
  left: 5px;
  top: 5px;
  width: calc(100vw - 10px);
  height: 50px;
  padding: 10px 15px;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.header-section .mobile-header a {
  height: 100%;
}

.header-section .mobile-header a img {
  height: 38px;
}

.header-section .mobile-header button {
  background: transparent;
  border: none;
}

.header-section .mobile-header svg {
  fill: #EC001A;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .header-section .mobile-header {
    display: flex;
  }
}

.header-section .mobile-bottom-nav {
  position: fixed;
  left: 5px;
  bottom: 5px;
  background-image: linear-gradient(to right, rgb(171, 21, 25) 0% 0%, rgb(218, 40, 45) 100%);
  height: 50px;
  width: calc(100vw - 10px);
  z-index: 99;
  -ms-box-shadow: 0px 0px 20px 0px rgba(236, 0, 26, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(236, 0, 26, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(236, 0, 26, 0.1);
  border-radius: 5px;
  display: none;
  align-items: center;
  justify-content: space-around;
  padding: 5px;
}

@media (max-width: 767.98px) {
  .header-section .mobile-bottom-nav {
    display: flex;
  }
}

.header-section .mobile-bottom-nav a {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.header-section .mobile-bottom-nav a svg {
  fill: #fff !important;
  font-size: 24px;
}

.header-section .mobile-bottom-nav a.active {
  background: #fff;
  color: #EC001A !important;
  border-radius: 5px;
}

.header-section .mobile-bottom-nav a.active svg {
  fill: #EC001A !important;
}

.showTour {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.showTour .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
}

.showTour.index {
  z-index: 2;
}

.showTour .showTourModal {
  position: absolute;
  width: 25%;
  padding: 20px;
  background: #50596c;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.showTour .showTourModal button {
  background: transparent;
  border: 0.05rem solid #fff;
  border-radius: 0.1rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1rem;
  outline: none;
  margin: 0 0.2rem;
  padding: 0.35rem 0.4rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  vertical-align: middle;
  white-space: nowrap;
}

.showTour .showTourModal button:hover {
  background: #ffffff;
  color: #000000;
}

.about .title-section {
  padding: 50px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .about .title-section {
    padding: 10px;
  }
}

.about .title-section .breadcrumb li + li:before {
  padding: 8px;
  content: "/\A0";
}

.about .title-section .breadcrumb li a {
  color: black;
}

.about .title-section .breadcrumb li a:hover {
  color: #EC001A;
  border-bottom: 1px #EC001A solid;
}

.about .title-section .breadcrumb-active {
  color: #808285;
}

.about .content .items {
  list-style: none;
  padding-left: 0rem;
}

.about .content .items .item {
  padding: 0 20px;
}

.about .content .items .item:hover {
  color: #EC001A;
  cursor: pointer;
}

.about .content .items .active {
  border-bottom: 4px #EC001A solid;
  color: #EC001A;
}

@media (max-width: 767.98px) {
  .about .content .items {
    overflow-x: auto;
    padding-bottom: 15px;
    padding-left: 5rem;
  }

  .about .content .items .item {
    padding: 0 10px;
  }
}

.about .content .content-section {
  margin: auto;
  padding: 10px;
}

.about .section {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .about .section .content .text {
    margin-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .about .section .content .text {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .about .section .content .gap {
    margin-left: 15px;
  }
}

.about .section .content .small-image {
  width: 100%;
}

@media (min-width: 768px) {
  .about .section .content .small-image {
    width: 36%;
    padding: 34px 20px 0 0;
  }
}

@media (max-width: 767.98px) {
  .about .slider-section .slick-slider {
    margin: 15px;
  }

  .about .slider-section .slick-slider img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .about .slider-section .slick-slider img {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .about .slider-section {
    padding: 90px;
  }
}

@media (max-width: 767.98px) {
  .about .slider-section {
    padding: 20px;
  }
}

.about .slider-section .slick-next:before {
  color: #808285;
  font-size: 38px;
  content: "\203A";
}

.about .slider-section .slick-prev:before {
  content: "\2039";
  color: #808285;
  font-size: 38px;
}

@media (min-width: 768px) {
  .about .slider-section .slick-dots {
    bottom: -60px;
  }
}

.about .slider-section .slick-dots li {
  width: 2px;
}

.about .slider-section .slick-dots li button:before {
  font-size: 10px;
  color: #c4c1c1;
}

.about .slider-section .slick-dots .slick-active button:before {
  color: #ff0d0d !important;
}

.about .slider-section .slick-next:hover:before {
  color: #EC001A !important;
}

.about .slider-section .slick-prev:hover:before {
  color: #EC001A !important;
}

@media (max-width: 767.98px) {
  .about .slider-2 {
    flex-direction: column-reverse;
  }
}

.about .quality-slider {
  padding: 30px;
}

.about .title {
  color: #EC001A;
  font-size: 2.2rem;
  letter-spacing: 0.5px;
  line-height: 2.5rem;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .about .title {
    font-size: 28px;
    line-height: 1.5rem;
    margin-top: 20px;
  }
}

.profileDashboard h3 {
  font-size: 24px;
  font-weight: 600;
}

.profileDashboard .top input[type=text],
.profileDashboard .top select {
  background-color: #ececec;
  border-left: 5px solid #cfcfcf;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0;
}

.profileDashboard .top input[type=text]::-moz-placeholder, .profileDashboard .top select::-moz-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.profileDashboard .top input[type=text]::placeholder,
.profileDashboard .top select::placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.profileDashboard .top .search:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
  outline: none;
  border-left: 5px solid #EC001A;
}

.profileDashboard .top .add-button {
  text-align: left;
  padding-right: 25px;
}

.profileDashboard .top .add-button .icon {
  width: 20px;
  height: 20px;
  margin: 0px 6px 3px 6px;
}

@media (max-width: 767.98px) {
  .profileDashboard .navigation-list .profile-left .navigation-list {
    display: none !important;
  }

  .profileDashboard .navigation-list .profile-left .navigation-list.show-mobile {
    display: flex !important;
  }
}

@media (max-width: 767.98px) {
  .profileDashboard .navigation-list.profileContainer {
    flex-direction: column !important;
  }
}

.profileDashboard .navigation-list .mobile-menu-icon {
  display: none;
  align-items: center;
  justify-content: flex-end;
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .profileDashboard .navigation-list .mobile-menu-icon {
    display: flex;
  }
}

.profileDashboard .navigation-list .mobile-menu-icon button {
  background: none;
  border: none;
}

.profileDashboard .navigation-list .mobile-menu-icon button svg {
  background: #EC001A;
  border: none;
  border-radius: 50%;
  padding: 3px;
}

.profileDashboard .navigation-list ul {
  width: 80%;
}

@media (max-width: 767.98px) {
  .profileDashboard .navigation-list ul {
    width: 100%;
  }
}

.profileDashboard .navigation-list ul p {
  margin-top: 20px;
  margin-bottom: 7px;
  color: #333333;
  padding: 5px 0px 0px 15px;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .profileDashboard .navigation-list ul a {
    display: block;
  }
}

.profileDashboard .navigation-list ul li {
  cursor: pointer;
  color: #333333;
  font-weight: bold;
  background-color: #ffffff;
  padding: 10px 0px 10px 15px;
  border-radius: 20px;
  max-width: 300px;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .profileDashboard .navigation-list ul li {
    max-width: 100%;
  }
}

.profileDashboard .navigation-list ul li.messages {
  display: flex;
  justify-content: space-between;
}

.profileDashboard .navigation-list ul li.messages .messageCount {
  background-color: #EC001A;
  width: 27px;
  height: 27px;
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
  padding: 2px;
  margin-right: 15px;
}

.profileDashboard .navigation-list ul .active {
  color: #ffffff;
  background-color: #EC001A;
}

.profileDashboard .navigation-list ul .active .messageCount {
  background-color: #ffffff !important;
  width: 27px;
  height: 27px;
  border-radius: 20px;
  color: #EC001A !important;
  text-align: center;
  padding: 2px;
}

.profileDashboard .navigation-list ul .tour {
  z-index: 4;
}

.profileDashboard .navigation-list ul .tour a {
  color: #ffffff !important;
}

.profileDashboard .navigation-list ol {
  list-style: initial;
}

.profileDashboard .myProfile {
  padding: 2rem 0;
  font-family: "Roboto Condensed";
  width: 70%;
}

@media (max-width: 767.98px) {
  .profileDashboard .myProfile {
    width: 100%;
  }
}

.profileDashboard .myProfile h1 {
  color: #EC001A;
  font-weight: 600;
}

.profileDashboard .myProfile .link {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  background: none;
  border: none;
  min-width: 90px !important;
  height: 35px;
}

.profileDashboard .myProfile .form-control {
  border-radius: 0 !important;
}

.profileDashboard .myProfile input[type=text],
.profileDashboard .myProfile input[type=email],
.profileDashboard .myProfile input[type=password] {
  border: none;
  height: 60px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.profileDashboard .myProfile input[type=text]:focus,
.profileDashboard .myProfile input[type=email]:focus,
.profileDashboard .myProfile input[type=password]:focus {
  border-left: 5px solid #EC001A;
}

.profileDashboard .myProfile .error-label {
  margin-top: -15px;
  color: #EC001A;
}

.profileDashboard .myProfile .phone-password {
  margin-bottom: 20px !important;
}

.profileDashboard .myProfile label {
  margin-bottom: -30px;
  padding: 0 16px;
  color: #333333;
}

.profileDashboard .myProfile .bold-text {
  color: #2e2e2e;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.profileDashboard .myProfile .unsubscribe {
  font-size: 14px;
  color: #EC001A;
  font-weight: 700;
}

.profileDashboard .myProfile .addProfilePhoto a {
  color: black;
  font-weight: 600;
  margin-left: 10px;
}

.profileDashboard .myProfile .addProfilePhoto img {
  width: 100px;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-orders-breakdown .justify-content-end .dropdown {
    width: 100%;
    position: relative;
  }

  .profileDashboard .your-orders-breakdown .justify-content-end .dropdown .headerItem img {
    position: absolute;
    right: 10px;
    top: 2px;
  }
}

.profileDashboard .legacyPolicy {
  margin-bottom: 30px;
}

.profileDashboard .legacyPolicy .header {
  margin-bottom: 20px;
}

.profileDashboard .legacyPolicy .header h4 {
  font-weight: 700;
  color: #333333;
}

.profileDashboard .legacyPolicy h6 {
  font-weight: 600;
  color: #333333;
}

.profileDashboard .faq .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.profileDashboard .faq .description h4 {
  color: #EC001A;
  font-weight: 600;
  margin-bottom: 20px;
}

.profileDashboard .faq .description p {
  width: 50%;
  color: #333333;
}

@media (max-width: 767.98px) {
  .profileDashboard .faq .description p {
    width: 100%;
  }
}

.profileDashboard .faq .faqBox {
  width: 80%;
  background: #ffffff;
  position: relative;
  margin: 30px auto 100px auto;
}

@media (max-width: 767.98px) {
  .profileDashboard .faq .faqBox {
    width: 100%;
  }
}

.profileDashboard .faq .faqBox .faq-heading {
  font-weight: 500;
  font-size: 19px;
  -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: #333333;
}

.profileDashboard .faq .faqBox .faq-text {
  font-weight: 400;
  color: #333333;
  width: 95%;
  padding-left: 20px;
  margin-bottom: 30px;
}

.profileDashboard .faq .faqBox label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding: 12px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #E1E1E1;
}

.profileDashboard .faq .faqBox input[type=checkbox] {
  display: none;
}

.profileDashboard .faq .faqBox input[type=checkbox]:checked + label {
  display: block;
  background: rgb(255, 255, 255) !important;
  height: auto;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.profileDashboard .faq .faqBox input[type=checkbox]:checked + label > .faq-arrow {
  transition: transform 0.8s;
  -webkit-transform: rotate(135deg);
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: rotate(135deg);
}

.profileDashboard .faq .faqBox .faq-arrow {
  width: 10px;
  height: 10px;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -36px;
  right: 27px;
  transform: rotate(45deg);
}

.profileDashboard .faq .faqBox input[type=checkbox] {
  padding: 12px;
}

.profileDashboard .faq .faqBox input[type=checkbox]:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 50px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  padding: 12px;
}

.profileDashboard .faq::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-messages .filters {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .profileDashboard .your-messages .filters .justify-content-end .dropdown {
    width: 100%;
    position: relative;
  }

  .profileDashboard .your-messages .filters .justify-content-end .dropdown .headerItem img {
    position: absolute;
    right: 10px;
    top: 2px;
  }
}

.profileDashboard .your-messages .message-list {
  cursor: pointer;
}

.profileDashboard .your-messages .message-list .message .icon {
  font-size: 50px;
  color: #333333;
}

.profileDashboard .your-messages .message-list .message-item-green {
  background-color: #4a8535;
}

.profileDashboard .your-messages .message-list .message-item-red {
  background-color: #EC001A;
}

.profileDashboard .your-messages .message-list .message-item-black {
  background-color: #2e2e2e;
}

.profileDashboard .your-messages .message-list .message-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 7px 24px 15px;
}

.profileDashboard .your-messages .message-list .message-item img {
  margin-right: 15px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-messages .message-list .message-item {
    padding: 12px 5px 12px 0px;
  }

  .profileDashboard .your-messages .message-list .message-item img {
    margin-right: 5px;
    height: 50px;
    width: 50px;
  }
}

.profileDashboard .your-messages .message-list .message-item .title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 900;
  color: #515151;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-messages .message-list .message-item .title {
    font-size: 14px;
  }
}

.profileDashboard .your-messages .message-list .message-item span {
  font-size: 14px;
  font-weight: 100;
  color: #6b6b6b;
}

.profileDashboard .your-messages .message-list .message-item .date {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  padding: 15px;
}

@media screen and (max-width: 500px) {
  .profileDashboard .your-messages .message-list .message-item .date {
    padding: 0px;
  }
}

.profileDashboard .your-messages .message-list .message-item .date .new-message {
  background: green;
  border-radius: 8px;
  color: #fff;
  font-weight: 100;
  padding: 1px 0px;
  font-size: 12px;
  margin-top: 7px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-tickets .filters {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .profileDashboard .your-tickets .filters .justify-content-end .dropdown {
    width: 100%;
    position: relative;
  }

  .profileDashboard .your-tickets .filters .justify-content-end .dropdown .headerItem img {
    position: absolute;
    right: 10px;
    top: 2px;
  }
}

.profileDashboard .your-tickets .filters .add-button {
  width: 180px;
  padding-left: 8px;
}

.profileDashboard .your-tickets .filters .add-button .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.profileDashboard .your-tickets .ticket-list {
  cursor: pointer;
}

.profileDashboard .your-tickets .ticket-list .border-left {
  width: 6px;
  border-radius: 10px;
}

.profileDashboard .your-tickets .ticket-list .ticket-item-green {
  background-color: #4a8535;
}

.profileDashboard .your-tickets .ticket-list .ticket-item-green.completed {
  background-color: #333333;
}

.profileDashboard .your-tickets .ticket-list .ticket-item-red {
  background-color: #EC001A;
}

.profileDashboard .your-tickets .ticket-list .ticket-item-black {
  background-color: #2e2e2e;
}

.profileDashboard .your-tickets .ticket-list .ticket-item {
  background-color: #fff;
}

.profileDashboard .your-tickets .ticket-list .ticket-item .title {
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 4px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-tickets .ticket-list .ticket-item .title {
    margin-top: 4px;
  }
}

.profileDashboard .your-tickets .ticket-list .ticket-item span {
  font-size: 12px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.profileDashboard .your-tickets .ticket-list .ticket-item .date {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  padding: 15px;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-tickets .ticket-list .ticket-item .date {
    padding: 5px;
    text-align: right;
    font-size: 11px;
  }
}

@media (max-width: 767.98px) {
  .profileDashboard .your-points-breakdown .filters {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .profileDashboard .your-points-breakdown .filters .justify-content-end .dropdown {
    width: 100%;
    position: relative;
  }

  .profileDashboard .your-points-breakdown .filters .justify-content-end .dropdown .headerItem img {
    position: absolute;
    right: 10px;
    top: 2px;
  }
}

.profileDashboard .your-points-breakdown .points-list .border-left {
  width: 6px;
  border-radius: 10px;
}

.profileDashboard .your-points-breakdown .points-list .green-points-item {
  background-color: #4a8535;
}

.profileDashboard .your-points-breakdown .points-list .red-points-item {
  background-color: #EC001A;
}

.profileDashboard .your-points-breakdown .points-list .black-points-item {
  background-color: #2e2e2e;
}

.profileDashboard .your-points-breakdown .points-list .point-item {
  background-color: #fff;
  min-height: 50px;
}

.profileDashboard .your-points-breakdown .points-list .point-item .title {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 14px;
}

.profileDashboard .your-points-breakdown .points-list .point-item span {
  font-size: 12px;
  color: #808285;
}

.profileDashboard .your-points-breakdown .points-list .point-item span.text-black {
  font-size: 14px;
}

.profileDashboard .your-points-breakdown .points-list .point-item .point {
  font-weight: bold;
}

.profileDashboard .your-points-breakdown .points-list .point-item .point-value {
  font-size: 16px;
  color: #2e2e2e;
}

.profileDashboard .dropdown {
  position: relative;
  display: inline-block;
}

.profileDashboard .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.profileDashboard .dropdown .dropdown-content .sub-menu {
  padding: 10px;
}

.profileDashboard .dropdown .dropdown-content .sub-menu a {
  color: #2e2e2e !important;
}

.profileDashboard .dropdown .show-dropdown {
  display: block !important;
}

.profileDashboard .dropdown .item {
  cursor: pointer;
}

.profileDashboard .dropdown .headerItem {
  background-color: #ffffff;
  padding-right: 10px;
  padding-left: 18px;
  font-weight: bold;
  font-size: 15px;
}

.profileDashboard .dropdown .headerItem img {
  width: 30px;
  margin-left: 8rem;
}

.profileDashboard .your-orders-breakdown .type-select {
  border-bottom: 3px #333333 solid;
  font-size: 18px;
  margin-bottom: 20px;
}

.profileDashboard .your-orders-breakdown .type-select .rewardType {
  padding: 8px 30px;
  cursor: pointer;
}

.profileDashboard .your-orders-breakdown .type-select .active-order {
  background: #333333;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

.profileDashboard .your-orders-breakdown .points-list {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-orders-breakdown .points-list .point-item {
    flex-wrap: wrap;
  }
}

.profileDashboard .your-orders-breakdown .points-list .point-item img {
  width: 150px;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-orders-breakdown .points-list .point-item img {
    width: 80px;
  }
}

.profileDashboard .your-orders-breakdown .points-list .point-item .order-content {
  margin-left: 15px;
}

.profileDashboard .your-orders-breakdown .points-list .point-item .order-content p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 600;
  line-height: 20px;
}

.profileDashboard .your-orders-breakdown .points-list .point-item .order-content .code {
  color: #878787;
}

.profileDashboard .your-orders-breakdown .points-list .point {
  text-align: right;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-orders-breakdown .points-list .point {
    flex: 1;
  }
}

.profileDashboard .your-orders-breakdown .points-list .point .f-16 {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .profileDashboard .your-orders-breakdown .points-list .point .f-16 {
    font-size: 14px;
    line-height: 18px;
  }
}

.profileDashboard .your-orders-breakdown .points-list .point-item {
  background-color: #fff;
}

.profileDashboard .your-orders-breakdown .cancelled-order p {
  color: #878787 !important;
}

.profileDashboard .your-orders-breakdown .cancelled-order span {
  color: #878787 !important;
}

.profileDashboard .your-orders-breakdown .cancelled-order .cancelled-order-img {
  opacity: 0.6 !important;
}

.profileDashboard .employee-pet span {
  margin-right: 10px;
  font-size: 16px;
  color: #808285;
}

.profileDashboard .employee-pet .add {
  padding: 2rem 0;
  margin-bottom: 30px;
}

.profileDashboard .employee-pet .add h6 {
  font-size: 18px;
  color: #333333;
  margin: 10px 0px;
  font-weight: bold;
}

.profileDashboard .employee-pet .list {
  margin-bottom: 20px;
}

.profileDashboard .employee-pet .list .header {
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.profileDashboard .employee-pet .list .header .column {
  color: #808285;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
}

.profileDashboard .employee-pet .list .header .column-e {
  color: #808285;
  width: 20%;
  text-align: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profileDashboard .employee-pet .list .header .column-w {
  color: #808285;
  width: 35%;
  text-align: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profileDashboard .employee-pet .list .items {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
}

.profileDashboard .employee-pet .list .items .column {
  width: 10%;
  text-align: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 17px;
}

.profileDashboard .employee-pet .list .items .column-e {
  width: 20%;
  text-align: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
}

.profileDashboard .employee-pet .list .items .column-w {
  color: #808285;
  width: 35%;
  text-align: inherit;
  display: flex;
  justify-content: right;
  align-items: center;
}

.profileDashboard .employee-pet .list .items .edit-buttons {
  padding: 10px;
  text-align: right;
  margin-left: 20px;
}

.profileDashboard .employee-pet .list .items .edit-buttons .edit {
  border-radius: 30px;
  min-width: 80px;
  height: 38px;
  font-size: 15px;
  margin-right: 10px;
}

.profileDashboard .employee-pet .list .items .edit-buttons .remove {
  border-radius: 30px;
  min-width: 80px;
  height: 38px;
  font-size: 15px;
  background-color: #EC001A;
  border: unset;
}

.profileDashboard .employee-pet .list .pet-owners-items {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
}

.profileDashboard .employee-pet .list .pet-owners-items .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background-color: white;
  border-radius: 15px;
}

.profileDashboard .employee-pet .list .pet-owners-items .wrapper .column {
  width: 10%;
  text-align: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
}

.profileDashboard .employee-pet .list .pet-owners-items .wrapper .column-e {
  width: 20%;
  text-align: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
}

.profileDashboard .employee-pet .list .pet-owners-items .wrapper .column-w {
  color: #808285;
  width: 35%;
  text-align: inherit;
  display: flex;
  justify-content: right;
  align-items: center;
}

.profileDashboard .employee-pet .list .pet-owners-items .wrapper .edit-buttons {
  padding: 10px;
}

.profileDashboard .employee-pet .list .pet-owners-items .wrapper .edit-buttons .edit {
  border-radius: 30px;
  min-width: 80px;
  height: 38px;
  font-size: 15px;
  margin-right: 10px;
}

.profileDashboard .employee-pet .list .pet-owners-items .wrapper .edit-buttons .remove {
  border-radius: 30px;
  min-width: 80px;
  height: 38px;
  font-size: 15px;
  background-color: #EC001A;
  border: unset;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list {
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-left: 50px;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pet-header {
  padding-left: 7px;
  color: #808285;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pet-header .col {
  text-align: center;
  display: inline-block;
  width: 12%;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pet-header .col-w {
  text-align: center;
  display: inline-block;
  width: 20%;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pets {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px 0px 20px 14px;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pets .col {
  text-align: center;
  display: inline-block;
  width: 12%;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pets .col-w {
  text-align: center;
  display: inline-block;
  width: 20%;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pets .edit-buttons {
  width: 30%;
  text-align: right;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pets .edit-buttons .edit {
  border-radius: 30px;
  min-width: 80px;
  height: 38px;
  font-size: 15px;
  margin-right: 10px;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pets .edit-buttons .remove {
  border-radius: 30px;
  min-width: 80px;
  height: 38px;
  font-size: 15px;
  background-color: #EC001A;
  border: unset;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pets-add {
  display: flex;
  justify-content: right;
  padding-right: 22px;
}

.profileDashboard .employee-pet .list .pet-owners-items .pet-list .pets-add .add-button .icon {
  width: 20px;
  height: 20px;
  margin: 0px 0px 3px 10px;
}

#distanceSalesContractModal___BV_modal_content_ .modal,
#preliminaryInformationFormModal___BV_modal_content_ .modal,
#generalTermsandConditionsModal___BV_modal_content_ .modal,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal,
#processingOfPersonalDataModal___BV_modal_content_ .modal,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal,
#rewardOrderContractModal___BV_modal_content_ .modal,
#FooterContractModal___BV_modal_content_ .modal,
#loginPopup .modal {
  --bs-modal-width: 700px !important;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body,
#rewardOrderContractModal___BV_modal_content_ .modal-body,
#FooterContractModal___BV_modal_content_ .modal-body,
#loginPopup .modal-body {
  height: 50vh;
  overflow-y: auto;
  margin-bottom: 10px;
  word-wrap: break-word;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body::-webkit-scrollbar,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body::-webkit-scrollbar,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body::-webkit-scrollbar,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body::-webkit-scrollbar,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body::-webkit-scrollbar,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body::-webkit-scrollbar,
#rewardOrderContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar,
#FooterContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar,
#loginPopup .modal-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar-track,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body::-webkit-scrollbar-track,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body::-webkit-scrollbar-track,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body::-webkit-scrollbar-track,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body::-webkit-scrollbar-track,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body::-webkit-scrollbar-track,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body::-webkit-scrollbar-track,
#rewardOrderContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar-track,
#FooterContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar-track,
#loginPopup .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb,
#rewardOrderContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb,
#FooterContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb,
#loginPopup .modal-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb:hover,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb:hover,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb:hover,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb:hover,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb:hover,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb:hover,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb:hover,
#rewardOrderContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb:hover,
#FooterContractModal___BV_modal_content_ .modal-body::-webkit-scrollbar-thumb:hover,
#loginPopup .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body table,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body table,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body table,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body table,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body table,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body table,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body table,
#rewardOrderContractModal___BV_modal_content_ .modal-body table,
#FooterContractModal___BV_modal_content_ .modal-body table,
#loginPopup .modal-body table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body td,
#distanceSalesContractModal___BV_modal_content_ .modal-body th,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body td,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body th,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body td,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body th,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body td,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body th,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body td,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body th,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body td,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body th,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body td,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body th,
#rewardOrderContractModal___BV_modal_content_ .modal-body td,
#rewardOrderContractModal___BV_modal_content_ .modal-body th,
#FooterContractModal___BV_modal_content_ .modal-body td,
#FooterContractModal___BV_modal_content_ .modal-body th,
#loginPopup .modal-body td,
#loginPopup .modal-body th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 4px;
  word-wrap: break-word;
  max-width: 75px;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body span,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body span,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body span,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body span,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body span,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body span,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body span,
#rewardOrderContractModal___BV_modal_content_ .modal-body span,
#FooterContractModal___BV_modal_content_ .modal-body span,
#loginPopup .modal-body span {
  cursor: pointer;
  text-decoration: underline;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body .list-style-none,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body .list-style-none,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body .list-style-none,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body .list-style-none,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body .list-style-none,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body .list-style-none,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body .list-style-none,
#rewardOrderContractModal___BV_modal_content_ .modal-body .list-style-none,
#FooterContractModal___BV_modal_content_ .modal-body .list-style-none,
#loginPopup .modal-body .list-style-none {
  list-style: none;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body table span,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body table span,
#generalTermsandConditionsModal___BV_modal_content_ .modal-body table span,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .modal-body table span,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .modal-body table span,
#processingOfPersonalDataModal___BV_modal_content_ .modal-body table span,
#processingOfPersonalDataBreederModal___BV_modal_content_ .modal-body table span,
#rewardOrderContractModal___BV_modal_content_ .modal-body table span,
#FooterContractModal___BV_modal_content_ .modal-body table span,
#loginPopup .modal-body table span {
  text-decoration: none;
}

#distanceSalesContractModal___BV_modal_content_ .read-button,
#preliminaryInformationFormModal___BV_modal_content_ .read-button,
#generalTermsandConditionsModal___BV_modal_content_ .read-button,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .read-button,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .read-button,
#processingOfPersonalDataModal___BV_modal_content_ .read-button,
#processingOfPersonalDataBreederModal___BV_modal_content_ .read-button,
#rewardOrderContractModal___BV_modal_content_ .read-button,
#FooterContractModal___BV_modal_content_ .read-button,
#loginPopup .read-button {
  right: 15px;
  bottom: 15px;
}

#distanceSalesContractModal___BV_modal_content_ .close,
#preliminaryInformationFormModal___BV_modal_content_ .close,
#generalTermsandConditionsModal___BV_modal_content_ .close,
#dataTransferAbroadIsInTheExplicitConsentTextModal___BV_modal_content_ .close,
#giftOrderInformationIlluminationTextModal___BV_modal_content_ .close,
#processingOfPersonalDataModal___BV_modal_content_ .close,
#processingOfPersonalDataBreederModal___BV_modal_content_ .close,
#rewardOrderContractModal___BV_modal_content_ .close,
#FooterContractModal___BV_modal_content_ .close,
#loginPopup .close {
  color: #212529;
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 42px;
  border: 1px solid #888;
  position: absolute;
  right: -2px;
  top: -57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: initial;
  font-weight: 800;
}

#FooterContractModal___BV_modal_outer_ .modal.show .modal-dialog {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

#FooterContractModal .modal {
  width: 900px !important;
}

#FooterContractModal .modal-content {
  width: 900px !important;
}

@media (max-width: 767.98px) {
  #FooterContractModal .modal-content {
    width: 90% !important;
  }
}

#FooterContractModal .modal-body {
  height: 60vh;
  width: 898px !important;
  overflow-y: auto;
  margin-bottom: 10px;
  word-wrap: break-word;
  padding: 30px;
}

@media (max-width: 767.98px) {
  #FooterContractModal .modal-body {
    width: 100% !important;
    height: 550px;
    overflow: auto;
  }
}

#FooterContractModal .modal-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

#FooterContractModal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#FooterContractModal .modal-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

#FooterContractModal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#FooterContractModal .modal-body table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#FooterContractModal .modal-body td,
#FooterContractModal .modal-body th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 4px;
  word-wrap: break-word;
  max-width: 75px;
}

#FooterContractModal .modal-description .PrivacyPolicy p,
#FooterContractModal .modal-description .GeneralTermsAndConditions p {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

#FooterContractModal .modal-description div u {
  cursor: pointer;
}

#FooterContractModal .read-button {
  right: 15px;
  bottom: 15px;
}

#FooterContractModal .close {
  color: #212529;
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 42px;
  border: 1px solid #888;
  position: absolute;
  right: -2px;
  top: -57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: initial;
  font-weight: 800;
}

#FooterContractModal span {
  cursor: pointer;
  text-decoration: underline;
}

#FooterContractModal .list-style-none {
  list-style: none;
}

#FooterContractModal table span {
  -webkit-text-decoration: no;
          text-decoration: no;
}

#messageBox .modal-header {
  font-weight: 600;
  padding: 30px 20px;
  font-size: 26px;
  border-bottom: none;
}

#messageBox .modal-header img {
  margin-right: 15px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

@media screen and (max-width: 500px) {
  #messageBox .modal-header {
    font-size: 22px;
    padding: 12px 20px 8px;
    display: flex;
  }

  #messageBox .modal-header span {
    font-size: 13px;
    margin-bottom: 0px;
  }

  #messageBox .modal-header img {
    margin-right: 0px;
    height: 50px;
    width: 50px;
  }
}

#messageBox .title-date {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#messageBox .title-date .modal-title {
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
}

@media screen and (max-width: 500px) {
  #messageBox .title-date .modal-title {
    font-size: 16px;
  }
}

#messageBox .title-date .modal-date {
  font-size: 15px;
  font-weight: 500;
  color: #808285;
}

@media screen and (max-width: 500px) {
  #messageBox .title-date .modal-date {
    font-size: 14px;
  }
}

#messageBox .modal-description {
  font-size: 17px;
  padding: 30px 30px 70px;
}

@media screen and (max-width: 500px) {
  #messageBox .modal-description {
    font-size: 16px;
    padding: 30px 30px 30px;
  }
}

#messageBox .modal-description h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

#messageBox .modal-content {
  font-weight: normal;
  max-width: 725px;
  border-radius: 20px !important;
}

#messageBox .modal-body {
  padding: 0px;
}

#messageBox .modal-footer {
  border: none;
  padding: 0;
  justify-content: center;
}

#messageBox .modal-footer button {
  background-color: white;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding: 12px;
  width: 250px;
  height: 52px;
  margin: 10px;
  outline: #333333;
  border: none;
  border-radius: 30px;
}

#messageBox p {
  background: #fff;
  padding: 13px 18px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

#messageBox .close-button {
  position: absolute;
  right: 0px;
  top: -55px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  padding: 5px;
}

#messageBox .close-button .close {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 500px) {
  #messageBox .close-button .close {
    width: 23px;
    height: 20px;
  }
}

@media screen and (max-width: 500px) {
  #messageBox .close-button {
    top: -40px;
  }
}

.surveys .survey-container .survey-card {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 10px;
  min-height: 210px;
  position: relative;
}

.surveys .survey-container .survey-card .survey-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
}

.surveys .survey-container .survey-card .survey-image img {
  width: 80px;
}

.surveys .survey-container .survey-card .survey-image.completed {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.surveys .survey-container .survey-card .survey-info {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px 5px;
  width: 65%;
}

.surveys .survey-container .survey-card .survey-info .survey-title {
  font-size: 18px;
  font-weight: 600;
}

.surveys .survey-container .survey-card .survey-info .survey-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0px 10px 0px;
}

.surveys .survey-container .survey-card .survey-info .btn {
  min-width: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.question-card .question-title {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}

.question-card .question-options {
  padding: 0;
}

.question-card .question-options li {
  list-style: none;
}

.question-card .question-options li .custom-control {
  display: flex;
  align-items: center;
  position: unset;
  margin-bottom: 10px;
}

.question-card .question-options li .custom-control .fill-control-description {
  display: inline-block;
  line-height: 32px;
  margin-left: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #2e2e2e;
  width: 90%;
  padding: 15px;
  background-color: #f6f6f6;
  border-radius: 10px;
}

.question-card .question-options li input[type=number] {
  height: 55px;
  font-size: 20px;
  padding: 10px;
  border: none;
}

.question-card .question-options li input[type=number]:focus {
  border-left: 5px solid #EC001A !important;
  outline: 0;
  outline-width: 0px;
  box-shadow: none !important;
}

.question-card .question-options li input[type=radio] {
  width: 25px;
  height: 25px;
}

.question-card .question-options li input[type=checkbox] {
  width: 25px;
  height: 25px;
  accent-color: #ffffff;
}

.question-card .question-options label {
  padding: 0;
}

@media (min-width: 576px) {
  .documents .page-title {
    margin-bottom: 55px;
  }
}

.documents .document-container .document-card {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 10px;
  min-height: 180px;
  position: relative;
}

.documents .document-container .document-card .document-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
}

.documents .document-container .document-card .document-image img {
  width: 80px;
}

.documents .document-container .document-card .document-image.completed {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.documents .document-container .document-card .document-info {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px 5px;
  width: 65%;
}

.documents .document-container .document-card .document-info .document-title {
  font-size: 18px;
  font-weight: 600;
  padding-right: 40px;
}

.documents .document-container .document-card .document-info .document-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 5px 0px 10px 0px;
  height: 44px;
}

.documents .document-container .document-card .document-info .btn {
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.points .point-button {
  opacity: 0.85;
  min-width: 110px;
  min-height: 110px;
  position: absolute;
  top: -46px;
  right: -30px;
  padding-top: 30px;
  text-align: center;
  background-image: url("/images/point-ribbon.png");
  background-repeat: no-repeat;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .points .point-button {
    right: 0px;
  }
}

.points .point-button .point {
  margin: -10px;
}

.points .point-button.earnPoint {
  padding-top: 22px;
  background-image: url("/images/point-ribbon-gray.png") !important;
}

.points .point-button.earnPoint .pointSection {
  margin: -5px;
}

.points .point-button.earnPoint img {
  width: 28px;
}

.points .point-button .completed {
  background-image: url("/images/IcRoundCheck.svg");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-color: #333333;
  border-color: #333333;
  padding-left: 38px;
}

.points .point-button .completed:before {
  content: close-quote;
}

.points .point-button .point {
  font-size: 38px;
  font-weight: bold;
}

.points .point-button .text {
  font-size: 13px;
}

.points .point-button p {
  margin: 0;
}

.documents-detail .back-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  color: #EC001A;
}

.documents-detail .back-documents {
  color: #EC001A;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.documents-detail iframe {
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  .documents-detail iframe {
    height: 500px !important;
  }
}

@media (min-width: 576px) {
  .videos .page-title {
    margin-bottom: 70px;
  }
}

.videos .overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.videos .videoModal {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  max-width: 60%;
  z-index: 9999;
  margin: 0 auto;
  background-color: transparent;
  min-width: 385px !important;
}

@media (max-width: 991.98px) {
  .videos .videoModal {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .videos .videoModal {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .videos .videoModal {
    max-width: 60%;
    width: 100%;
    padding: 16px;
  }
}

@media (max-width: 575.98px) {
  .videos .videoModal iframe {
    width: 350px;
    display: flex;
    justify-content: center;
  }
}

.video-card {
  margin-bottom: 50px;
  -ms-box-shadow: 0px 0px 20px 0px rgba(236, 0, 26, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(236, 0, 26, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(236, 0, 26, 0.1);
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.video-card .video-thumb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-card .video-thumb .play-button {
  position: absolute;
  background-image: url("/images/play_arrow.png");
  display: block;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  background-size: contain;
  z-index: 9;
}

.video-card .video-thumb img {
  border-radius: 10px 10px 0 0;
}

.video-card .video-thumb img.completed {
  opacity: 0.5;
}

.video-card .video-desc {
  padding: 18px 10px;
  font-weight: 600;
  height: 90px;
  overflow: hidden;
  font-size: 18px;
  word-wrap: break-word;
}

.snotify {
  width: 350px !important;
}

.snotify .snotifyToast {
  border-radius: 5px;
}

.snotify .snotifyToast__inner .snotify-icon {
  left: 10px !important;
  right: auto !important;
}

.snotify-warning {
  background: #ffbb33 !important;
  border-radius: 15px;
}

.snotify-warning .snotifyToast__inner {
  padding: 5px 5px 5px 65px;
}

.snotify-warning .snotifyToast__inner .snotifyToast__title {
  color: #ffffff !important;
  font-size: 22px;
  margin-bottom: 2px;
}

.snotify-warning .snotifyToast__inner .snotifyToast__body {
  font-size: 14px;
  color: #ffffff !important;
}

.snotify-warning .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar {
  background: #ffbb33;
}

.snotify-warning .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background: #ffffff !important;
}

.snotify-warning .snotifyToast__inner .snotify-icon--warning {
  background-image: url("/images/warning-icon.png");
  background-size: contain;
  width: 35px;
  height: 35px;
}

.snotify-error {
  background: #EC001A !important;
  border-radius: 15px;
}

.snotify-error .snotifyToast__inner {
  padding: 5px 5px 5px 65px;
}

.snotify-error .snotifyToast__inner .snotifyToast__title {
  color: #ffffff !important;
  font-size: 22px;
  margin-bottom: 2px;
}

.snotify-error .snotifyToast__inner .snotifyToast__body {
  color: #ffffff !important;
  font-size: 14px;
}

.snotify-error .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar {
  background: #EC001A;
}

.snotify-error .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background: #ffffff !important;
}

.snotify-error .snotifyToast__inner .snotify-icon--error {
  background-image: url("/images/alert-icon.png");
  background-size: contain;
  width: 35px;
  height: 35px;
}

.snotify-success {
  background: #ffffff !important;
  border-radius: 15px;
}

.snotify-success .snotifyToast__inner {
  padding: 5px 5px 5px 65px;
}

.snotify-success .snotifyToast__inner .snotifyToast__title {
  color: #4a8535 !important;
  font-size: 22px;
  margin-bottom: 2px;
}

.snotify-success .snotifyToast__inner .snotifyToast__body {
  color: #4a8535 !important;
  font-size: 14px;
}

.snotify-success .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar {
  background: #ffffff;
}

.snotify-success .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background: #ffffff !important;
}

.snotify-success .snotifyToast__inner .snotify-icon--success {
  background-image: url("/images/success-icon.png");
  background-size: contain;
  width: 35px;
  height: 35px;
}

.modal-dialog-centered {
  justify-content: center !important;
}

.modal.fade .modal-dialog {
  transition: none !important;
}

#apex-generic-modal .modal-dialog,
#apex-update-modal .modal-dialog {
  max-width: 500px;
}

#apex-generic-modal .modal-dialog .modal-content,
#apex-update-modal .modal-dialog .modal-content {
  background: #EC001A;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab1519", endColorstr="#da282d", GradientType=1);
  color: #ffffff;
  border-radius: 20px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body,
#apex-update-modal .modal-dialog .modal-content .modal-body {
  padding: 3rem 3rem 1rem 3rem;
  height: auto;
  overflow: hidden;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-title,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-title {
  text-align: center;
  font-size: 34px;
  line-height: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-title-custom,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-title-custom {
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-image,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-image {
  text-align: center;
  padding: 30px 0;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-point-info,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-point-info {
  display: flex;
  justify-content: center;
  padding: 10px 30px 30px 30px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-point-info .point-value,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-point-info .point-value {
  font-size: 70px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 5px;
  text-align: center;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-point-info .point-value .points-text,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-point-info .point-value .points-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 5px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-point-info .earn-icon,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-point-info .earn-icon {
  display: flex;
  justify-content: center;
  height: 85px;
  margin-bottom: 30px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-description,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-description {
  font-size: 18px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 3rem;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .not-earn-description,
#apex-update-modal .modal-dialog .modal-content .modal-body .not-earn-description {
  margin-bottom: 10px;
  width: 100%;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-buttons,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-buttons {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 55%;
  margin: 0px auto;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-buttons a,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-buttons a {
  background-color: #ffffff;
  color: #EC001A;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border: none;
  outline: none;
  height: 40px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-buttons a:active,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-buttons a:active {
  box-shadow: none !important;
}

.loyaltyBasket {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 9999;
}

.loyaltyBasket .basket-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
}

.loyaltyBasket .left-oval {
  position: fixed;
  right: 360px;
  width: 20px;
  height: 100%;
}

.loyaltyBasket .basket-container {
  width: 360px;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  padding: 1rem;
  padding: 20px;
  position: fixed;
  right: 0;
}

.loyaltyBasket .basket-container .close-icon {
  text-align: right;
  cursor: pointer;
}

.loyaltyBasket .basket-container .basket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  height: 10vh;
}

.loyaltyBasket .basket-container .basket-header .account {
  display: flex;
  align-items: center;
}

.loyaltyBasket .basket-container .basket-header .account img {
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
}

.loyaltyBasket .basket-container .basket-header .basket-icon {
  font-size: 1.2rem;
}

.loyaltyBasket .basket-container .basket-header .basket-icon span {
  font-size: 1rem;
  font-weight: 600;
}

.loyaltyBasket .basket-container .basket-body {
  padding: 2rem 0;
}

.loyaltyBasket .basket-container .basket-body h5 {
  color: red;
  text-transform: uppercase;
}

.loyaltyBasket .basket-container .basket-body .basket-items {
  overflow-x: auto;
  padding: 10px 0 50px 0;
  overflow-y: auto;
  scrollbar-color: #EC001A #f2f2f2;
  scrollbar-width: thin;
  margin: 0 -10px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item {
  display: flex;
  justify-content: space-between;
  -ms-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.1);
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
  gap: 10px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-image {
  display: flex;
  align-items: center;
  margin-right: 7px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-image img {
  width: 50px;
  max-height: 50px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-info .reward-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-info .reward-point {
  text-transform: lowercase;
  font-weight: 600;
  font-size: 0.9rem;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-buttons {
  width: 36px !important;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-buttons button {
  flex: 1;
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  align-items: center;
  text-align: center;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-buttons input {
  background-color: #f1f1f1;
  color: #333333;
  border: none;
  text-align: center;
  width: 30px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-buttons .plus {
  background: #333333;
  color: #ffffff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 30px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-buttons .minus {
  background: #333333;
  color: #ffffff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 30px;
}

.loyaltyBasket .basket-container .basket-footer {
  border-top: 1px solid #d6d6d6;
  position: absolute;
  bottom: 0px;
  padding: 2rem 0;
  width: 320px;
  background: #fff;
  height: 28vh;
}

.loyaltyBasket .basket-container .basket-footer .basket-total-point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.1rem;
}

.loyaltyBasket .basket-container .basket-footer .basket-total-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.1rem;
}

.loyaltyBasket .basket-container .basket-footer .place-order {
  padding: 0.8rem 0;
  font-size: 1.2rem;
}

.points-info {
  background: rgb(246, 246, 246);
  background: linear-gradient(90deg, rgb(171, 21, 25) 0%, rgb(218, 40, 45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab1519", endColorstr="#da282d", GradientType=1);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 1rem;
  font-size: 18px;
}

.points-info .point-text {
  color: #fff;
}

@media (max-width: 767.98px) {
  .points-info {
    font-size: 14px;
  }

  .points-info .btn {
    font-size: 14px;
  }
}

.pagination {
  margin-bottom: 50px;
}

.pagination a {
  display: flex;
  padding: 3px 10px;
  color: #000;
  border-radius: 10px;
  border: 1px grey solid;
  margin: 9px;
  height: auto;
}

@media (max-width: 767.98px) {
  .pagination .number {
    display: none;
  }
}

.apex-form .form-group {
  position: relative;
  margin-bottom: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.apex-form .form-group .form-control {
  border: none;
}

.apex-form .form-group .form-control:focus {
  box-shadow: none;
}

.apex-form select {
  border: none;
  padding-left: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #2e2e2e;
}

.apex-form select:focus-visible {
  outline: none;
}

.apex-form select option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.apex-form input[type=text],
.apex-form input[type=number],
.apex-form input[type=email],
.apex-form input[type=password],
.apex-form input[type=date],
.apex-form select {
  border-left: 5px solid #cfcfcf !important;
  background-color: #f5f5f5;
  border-radius: 0;
  height: 60px;
  width: 100%;
  padding-top: 30px;
}

.apex-form input[type=text]:focus,
.apex-form input[type=number]:focus,
.apex-form input[type=email]:focus,
.apex-form input[type=password]:focus,
.apex-form input[type=date]:focus,
.apex-form select:focus {
  border-left: 5px solid #EC001A;
  box-shadow: none !important;
}

.apex-form textarea {
  background-color: #f5f5f5;
  border-left: 5px solid #333333;
  border-top: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 0;
}

.apex-form textarea:focus {
  background-color: #f5f5f5;
  box-shadow: none !important;
  border-left: 5px solid #EC001A;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.apex-form input[type=radio]:checked {
  background-color: #EC001A;
  border: 2px solid #EC001A;
}

.apex-form label {
  position: absolute;
  left: 1px;
  top: 10px;
  padding: 0 16px;
  color: #333333;
  font-size: 14px;
}

.apex-form label.form-check-label {
  position: unset;
  padding: 0;
  margin-right: 1rem;
}

#memberForm .modal-body {
  overflow: hidden;
  height: auto;
}

#memberForm .modal-title {
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 30px;
}

#memberForm .modal-content {
  max-width: 750px;
  border-radius: 20px !important;
  padding: 0 0.8rem;
}

#memberForm .modal-footer {
  border: none;
  padding: 0;
  justify-content: center;
  margin-top: 15px;
}

#memberForm .modal-footer a {
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.games .game-container .game-card {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 10px;
  min-height: 210px;
  position: relative;
}

.games .game-container .game-card .game-image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  background-size: cover;
}

@media screen and (max-width: 996px) {
  .games .game-container .game-card .game-image {
    width: 80%;
    background-position: -10px center;
  }
}

@media screen and (max-width: 321px) {
  .games .game-container .game-card .game-image {
    background-position: -30px center;
  }
}

.games .game-container .game-card .game-image img {
  width: 80px;
}

.games .game-container .game-card .game-image.completed {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.games .game-container .game-card .game-info {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px 15px;
  width: 65%;
}

@media screen and (max-width: 540px) {
  .games .game-container .game-card .game-info {
    padding: 10px;
    align-items: center;
  }
}

.games .game-container .game-card .game-info .game-title {
  font-size: 22px;
  font-weight: 600;
}

.games .game-container .game-card .game-info .game-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 5px 0px 10px 0px;
}

.games .game-container .game-card .game-info .btn {
  min-width: 200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 1rem;
}

@media screen and (max-width: 996px) {
  .games .game-container .game-card .game-info .btn {
    min-width: auto;
  }
}

.games .game-container .game-card .point-button {
  opacity: 0.85;
  min-width: 110px;
  position: absolute;
  top: -17px;
  right: 0;
  border-radius: 10px;
}

.games .game-container .game-card .point-button.completed {
  background-image: url("/images/IcRoundCheck.svg");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-color: #333333;
  border-color: #333333;
  padding-left: 38px;
}

.games .game-container .game-card .point-button.completed:before {
  content: close-quote;
}

.carkifelekGame {
  position: relative;
  background: url("/images/game-dashboard-wallpaper.png") no-repeat;
  background-position: center;
  border-radius: 16px;
  margin-bottom: 80px;
  background-size: cover;
}

.carkifelekGame .wheelContainer {
  text-align: center;
  padding: 50px 20px;
}

@media (max-width: 575.98px) {
  .carkifelekGame .wheelContainer {
    width: 100%;
  }
}

.carkifelekGame .wheelContainer .spinBtn {
  font-size: 1.1rem;
  width: 280px;
  border-radius: 28px;
  background: #EC001A;
  color: #ffffff;
  border: 1px solid #EC001A;
  text-align: center;
  font-weight: 900;
  display: block;
  margin: auto;
}

.carkifelekGame .wheelContainer .spinBtn:hover {
  box-shadow: 0 10px 10px -10px #EC001A;
}

.carkifelekGame .wheelContainer .wheelSVG {
  visibility: hidden;
}

.carkifelekGame .wheelContainer .wheelSVG {
  overflow: visible;
  max-width: 450px;
  height: auto;
  margin-top: 45px;
  background: url("/images/Wheel_SuperFast.gif") no-repeat center;
  background-size: cover;
  padding: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carkifelekGame .wheelContainer .wheelSVG {
    padding: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carkifelekGame .wheelContainer .wheelSVG {
    padding: 13px;
    max-width: 340px;
  }
}

@media (max-width: 575.98px) {
  .carkifelekGame .wheelContainer .wheelSVG {
    padding: 13px;
    max-width: 300px;
  }
}

.carkifelekGame .wheelContainer .wheelText {
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.carkifelekGame .wheelContainer .toast {
  border-radius: 12px;
  opacity: 0;
  display: none;
}

.carkifelekGame .wheelContainer .toast p {
  clear: both;
  font-family: "Fjalla One", Arial, sand-serif;
  margin: 23px;
  font-size: 30px;
  color: #ededed;
  letter-spacing: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 32px;
  transition: line-height 0.2s ease;
}

.my-addresses .addressCard {
  background: white;
  border-radius: 16px;
  padding: 17px 30px;
}

.my-addresses .addressCard svg {
  font-size: 1.4rem;
}

.my-addresses .addressCard .addressTitle {
  margin-bottom: 25px;
  display: flex;
}

.my-addresses .addressCard .addressTitle div.firstLastName {
  margin-right: 2rem;
}

.my-addresses .addressCard .addressTitle div.firstLastName strong {
  padding-left: 0.4rem;
}

.my-addresses .addressCard .addressBody .title {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.my-addresses .addressCard .addressBody .location {
  color: #6a6a6a;
  font-size: 0.9rem;
}

.my-addresses .addressCard .addressBody div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.my-addresses .addressCard .addressFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-addresses .edit-buttons .remove {
  border-radius: 30px;
  min-width: 80px;
  height: 33px;
  background-color: #EC001A;
  border: unset;
  font-size: 0.9rem;
  padding: 0 40px;
}

.yourTargetsPage {
  margin-bottom: 40px;
}

.yourTargetsPage .howToEarnContainer {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .yourTargetsPage .howToEarnContainer {
    width: 100%;
    margin-top: 10px;
  }
}

.yourTargetsPage .howToEarnContainer .howTo {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.yourTargetsPage .howToEarnContainer .howTo .topArea h5 {
  font-weight: 600;
}

.yourTargetsPage .howToEarnContainer .howTo .howContainer {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .yourTargetsPage .howToEarnContainer .howTo .howContainer {
    flex-direction: column;
  }
}

.yourTargetsPage .howToEarnContainer .howTo .howContainer .how {
  display: flex;
  flex-direction: row;
  flex: 1;
}

@media (max-width: 767.98px) {
  .yourTargetsPage .howToEarnContainer .howTo .howContainer .how {
    margin-top: 15px;
  }

  .yourTargetsPage .howToEarnContainer .howTo .howContainer .how:nth-of-type(1) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .yourTargetsPage .howToEarnContainer .howTo .howContainer .how {
    margin-right: 20px;
  }
}

.yourTargetsPage .howToEarnContainer .howTo .howContainer .how .number {
  background: #EC001A;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 10px;
}

.yourTargetsPage .howToEarnContainer .howTo .howContainer .how .text {
  flex: 1;
  padding-right: 40px;
}

@media (max-width: 767.98px) {
  .yourTargetsPage .howToEarnContainer .howTo .howContainer .how .text {
    padding-right: 0;
  }
}

.yourTargetsPage .monthlyTargets {
  background: #f6f6f6;
  padding: 24px 0;
}

@media (max-width: 767.98px) {
  .yourTargetsPage .monthlyTargets {
    padding: 0;
  }
}

.yourTargetsPage .petTargets {
  background: #f6f6f6;
  padding: 24px 0;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .yourTargetsPage .petTargets {
    padding: 0;
    width: 100%;
  }
}

.yourTargetsPage .single-target-container {
  background: rgb(245, 245, 245);
  position: relative;
  padding: 0 !important;
}

.yourTargetsPage .single-target-container .single-target .content-container .titles-container {
  color: #333333 !important;
  width: 100% !important;
}

.yourTargetsPage .single-target-container .single-target .progress-container .bar {
  padding: 0;
}

.yourTargetsPage .single-target-container .single-target .target-button-position {
  width: 100%;
  padding: 1rem !important;
}

.multiple-target .earned-point-description {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0 40px;
  gap: 5px;
  font-size: 13px;
}

@media (max-width: 575.98px) {
  .multiple-target .earned-point-description {
    font-size: 12px;
  }
}

.multiple-target .earned-point-description div {
  background: #fff;
  flex: 1;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px;
}

.multiple-target .earned-point-description div:nth-of-type(1) {
  background: #EC001A;
  color: #fff;
}

.targetMultiple {
  border-radius: 10px;
  padding: 30px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 767.98px) {
  .targetMultiple {
    padding: 18px;
    flex-direction: column;
  }
}

.targetMultiple.completed .pointViewArea .point {
  background: #EC001A;
  color: #333333;
}

.targetMultiple.completed .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.targetMultiple.completed .pointViewArea .point .status img {
  width: 18px;
  height: 18px;
}

.targetMultiple.completed .pointViewArea .point .status .statusIcon {
  width: 16px;
}

.targetMultiple.completed .pointViewArea .point .status .statusIcon .cls-1 {
  fill: none;
  stroke: #EC001A;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.targetMultiple.completed.blue .pointViewArea .point {
  background: #333333;
  color: #EC001A;
}

.targetMultiple.completed.blue .pointViewArea .point .status {
  background: #EC001A;
}

.targetMultiple.completed.blue .pointViewArea .point .status .statusIcon .cls-1 {
  stroke: #ffffff;
}

.targetMultiple.completed.blue .progressCompletedIcon {
  background: #ffffff;
}

.targetMultiple.completed.blue .progressCompletedIcon svg .cls-1 {
  stroke: #EC001A;
}

.targetMultiple .pointViewArea {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 767.98px) {
  .targetMultiple .pointViewArea {
    width: 100%;
  }
}

.targetMultiple .pointViewArea .point {
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.targetMultiple .pointViewArea .point b {
  display: block;
  font-family: "Domine", serif;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #fff;
}

.targetMultiple .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  background: #fff;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.targetMultiple .pointViewArea .point .status img {
  width: 18px;
  height: 18px;
}

.targetMultiple .pointViewArea .point .status .statusIcon {
  width: 16px;
}

.targetMultiple .pointViewArea .point .status .statusIcon .cls-1 {
  fill: none;
  stroke: #EC001A;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.targetMultiple .pointViewArea .pointDescription {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: #ffffff;
  flex: 1;
  padding: 15px;
  min-height: 60px;
  align-items: center;
  border-radius: 10px;
  position: relative;
}

.targetMultiple .pointViewArea .pointDescription:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.targetMultiple .targetsArea {
  flex: 1;
}

@media (max-width: 767.98px) {
  .targetMultiple .targetsArea {
    width: 100%;
  }
}

.targetMultiple .targetsArea .targets {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
}

@media (max-width: 767.98px) {
  .targetMultiple .targetsArea .targets {
    flex-direction: column;
    padding-left: 0;
  }
}

.targetMultiple .targetsArea .targets .progressBar {
  flex: 1;
  margin: 0 10px;
}

@media (max-width: 767.98px) {
  .targetMultiple .targetsArea .targets .progressBar {
    margin: 0;
    width: 100%;
  }
}

.targetMultiple .targetsArea .targets .progressBar a {
  color: #EC001A;
  font-size: 14px;
}

.targetMultiple .targetsArea .targets .progressBar b {
  color: #2e2e2e;
}

.targetMultiple .targetsArea .targets .progressBar .targetName {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .targetMultiple .targetsArea .targets .progressBar .targetName {
    margin-top: 20px;
  }
}

.targetMultiple .targetsArea .targets .progressBar .pet-register-img {
  margin-left: 10px;
}

.targetMultiple .targetsArea .targets .progressBar .targetDescription {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .targetMultiple .targetsArea .targets .progressBar .targetDescription {
    text-align: right;
  }
}

.targetMultiple .btn {
  border-width: 2px;
}

.notHaveTargets {
  padding: 50px;
  text-align: center !important;
}

.notHaveTargets h6 {
  text-align: center !important;
}

.notHaveTargets .image {
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.notHaveTargets .image img {
  max-width: 100%;
  margin: 30px auto;
}

.notHaveTargets .image .text {
  position: absolute;
  left: 23px;
  top: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
}

.apexContainer {
  margin: 10px auto 0 auto;
}

@media (max-width: 575.98px) {
  .apexContainer {
    width: calc(100% - 48px);
    margin: 0px auto 0px auto;
  }
}

@media (min-width: 768px) {
  .apexContainer.noTopMargin {
    margin-top: -20px;
  }

  .apexContainer.noTopMargin .topBlueBox {
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 575.98px) {
  .apexContainer.fullContainer {
    width: 100%;
  }
}

.borderTitle {
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.borderTitle span {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 26px;
  color: #EC001A;
}

.borderTitle.white:after {
  background: url("/images/border-bg-white.svg") repeat-x;
}

.borderTitle p {
  font-size: 20px;
  line-height: 26px;
  max-width: 500px;
  margin: 0 auto;
}

.borderTitle.noBorder:after {
  display: none;
}

.borderTitle a {
  position: absolute;
  right: 0;
  top: 3px;
  font-weight: bold;
}

.borderTitle.fullWidth {
  max-width: 100%;
}

.borderTitle.inLanguage {
  position: relative;
}

.borderTitle.inLanguage .languageSelect {
  display: none;
}

@media (max-width: 575.98px) {
  .borderTitle.inLanguage h4,
  .borderTitle.inLanguage h3 {
    padding-right: 100px;
  }

  .borderTitle.inLanguage .languageSelect {
    display: block;
    position: absolute;
    width: 100px;
    right: 0;
    bottom: 55px;
  }
}

.progressBar .progress .progress-bar {
  background: #EC001A;
}

.productRibbon {
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 8px;
  text-align: right;
  background: url("/images/ribbon.png") no-repeat top left;
  width: 97px;
  height: 107px;
  padding: 15px 5px 0 0px;
  font-size: 12px;
  z-index: 1;
  color: #ffffff;
}

.productRibbon b {
  color: #ffffff;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.montlyLayeredTarget {
  width: 80%;
  margin: 0 auto;
  padding: 50px 60px 30px 50px;
  color: #333;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .montlyLayeredTarget {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
}

.montlyLayeredTarget h3 {
  font-size: 24px;
  text-align: center;
  color: #EC001A;
}

.montlyLayeredTarget h5 {
  font-size: 14px;
  margin: 10px 0 20px;
  text-align: center;
  font-weight: 300;
}

.montlyLayeredTarget .target-top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  max-width: 400px;
}

.montlyLayeredTarget .target-top-bar .target-badge-container,
.montlyLayeredTarget .target-top-bar .current-amount-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.montlyLayeredTarget .target-top-bar .target-badge-container div,
.montlyLayeredTarget .target-top-bar .current-amount-container div {
  background: url("/images/monthly-target-badge.png") no-repeat center;
  background-size: cover;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #11152F;
}

.montlyLayeredTarget .target-top-bar .target-badge-container div b,
.montlyLayeredTarget .target-top-bar .current-amount-container div b {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -3px;
  display: block;
  font-weight: 900;
}

.montlyLayeredTarget .target-top-bar .target-badge-container.current-amount-container div,
.montlyLayeredTarget .target-top-bar .current-amount-container.current-amount-container div {
  background: url("/images/dark-badge.png") no-repeat center;
  background-size: cover;
  color: #fff;
}

.montlyLayeredTarget .earned-point-description {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0 40px;
  gap: 5px;
  font-size: 13px;
}

.montlyLayeredTarget .earned-point-description div {
  background: #f6f6f6;
  flex: 1;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px;
}

.montlyLayeredTarget .earned-point-description div:nth-of-type(1) {
  background: #EC001A;
  color: #fff;
}

.montlyLayeredTarget .target-items {
  display: flex;
  margin-bottom: 50px;
  text-align: center;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .montlyLayeredTarget .target-items {
    flex-direction: column;
    gap: 20px;
  }
}

.montlyLayeredTarget .target-items .item {
  flex: 1;
  position: relative;
}

@media (max-width: 767.98px) {
  .montlyLayeredTarget .target-items .item:after {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    margin: 0 auto;
    border-left: dotted 5px #EC001A;
    margin-top: 20px;
  }

  .montlyLayeredTarget .target-items .item:last-of-type:after {
    display: none;
  }
}

.montlyLayeredTarget .target-items .item .progress {
  background: #dadada;
  height: 10px;
}

.montlyLayeredTarget .target-items .item .progress .progress-bar {
  background: #EC001A;
}

.montlyLayeredTarget .target-items .item:nth-of-type(1) .progress-bar {
  background: rgba(236, 0, 26, 0.5);
}

.montlyLayeredTarget .target-items .item:nth-of-type(2) .progress-bar {
  background: rgba(236, 0, 26, 0.65);
}

.montlyLayeredTarget .target-items .item:nth-of-type(3) .progress-bar {
  background: rgba(236, 0, 26, 0.85);
}

.montlyLayeredTarget .target-items .item .marker {
  margin-top: 10px;
  color: rgba(236, 0, 26, 0.2);
  font-size: 20px;
  position: absolute;
  right: -20px;
  top: 0px;
}

.montlyLayeredTarget .target-items .item .top-text {
  font-size: 12px;
  margin-bottom: 5px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.montlyLayeredTarget .target-items .item .item-text {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  margin-top: 10px;
}

.montlyLayeredTarget .target-items .item .item-text .amount {
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  font-weight: 900;
  letter-spacing: -7px;
}

.montlyLayeredTarget .target-items .item .item-text .amount small {
  letter-spacing: 0;
  line-height: 14px;
  font-size: 14px;
  display: block;
}

.montlyLayeredTarget .target-items .item .item-text .amount div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.montlyLayeredTarget .target-items .item .item-text .amount div .check-icon {
  background: url("/images/point-ribbon.png") no-repeat center;
  background-size: cover;
  width: 30px;
  height: 30px;
  color: #fff;
  margin-left: -30px;
}

.montlyLayeredTarget .target-items .item .item-text .amount div .check-icon svg {
  font-size: 16px;
  margin-top: -3px;
}

.montlyLayeredTarget .target-items .item.unlock {
  color: #000;
}

.montlyLayeredTarget .target-items .item.unlock .marker {
  color: #EC001A;
}

.montlyLayeredTarget .target-items .item.unlock .top-text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.montlyLayeredTarget .target-items .item.unlock .item-text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.montlyLayeredTarget .target-items .item.current-item {
  animation: blink 2s linear infinite;
}

.montlyLayeredTarget .target-items .item.current-item .marker {
  color: #EC001A;
}

.montlyLayeredTarget .target-items .item.current-item .top-text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.montlyLayeredTarget .target-items .item.current-item .item-text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.montlyLayeredTarget .progress-bar-container {
  position: relative;
  min-height: 100px;
}

.montlyLayeredTarget .progress-bar-container .progress {
  background: #fff;
  height: 5px;
}

.montlyLayeredTarget .progress-bar-container .progress .progress-bar {
  background-image: linear-gradient(to right, #2c3156 0%, #4DD9D2 100%);
}

.montlyLayeredTarget .progress-bar-container .items .item {
  position: absolute;
  width: 60px;
  text-align: center;
  padding-top: 10px;
  margin-left: -30px;
}

.montlyLayeredTarget .progress-bar-container .items .item .marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -12.5px;
  margin-left: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.montlyLayeredTarget .progress-bar-container .items .item .marker svg {
  height: 14px;
  color: #2c3156;
}

.montlyLayeredTarget .progress-bar-container .items .item .item-text .actual {
  position: absolute;
  top: -40px;
  font-size: 12px;
  width: 100%;
}

.montlyLayeredTarget .progress-bar-container .items .item .item-text .amount {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}

.montlyLayeredTarget .progress-bar-container .items .item .item-text .amount b {
  font-size: 20px;
  line-height: 20px;
}

.montlyLayeredTarget .progress-bar-container .items .item .item-text .amount svg {
  margin-bottom: 5px;
}

.montlyLayeredTarget .progress-bar-container .items .item.unlock .marker {
  border: solid 1px #fff;
  background: #4DD9D2;
  color: #4a8535;
}

.montlyLayeredTarget .progress-bar-container .items .item.unlock .amount {
  color: #4DD9D2;
}

.montlyLayeredTarget .target-info {
  padding: 5px 10px;
  background: #f6f6f6;
  border-radius: 5px;
}

.montlyLayeredTarget .target-info span {
  margin-right: 50px;
  font-size: 12px;
}

.apexTargets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media (max-width: 575.98px) {
  .apexTargets {
    flex-direction: column;
  }
}

.apexTargets .targetPoint {
  flex: 1;
  margin: 0 12px;
  padding: 18px 18px 0px;
}

@media (max-width: 767.98px) {
  .apexTargets .targetPoint {
    padding: 18px;
    margin: 0 12px;
  }
}

.apexTargets .targetPoint .pointViewArea {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.apexTargets .targetPoint .pointViewArea .point {
  width: 100px;
  height: 100px;
  background: url("/images/target-bg.png") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.apexTargets .targetPoint .pointViewArea .point b {
  display: block;
  font-family: "Domine", serif;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #fff;
}

.apexTargets .targetPoint .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  background: #fff;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apexTargets .targetPoint .pointViewArea .point .status img {
  width: 18px;
  height: 18px;
}

.apexTargets .targetPoint .pointViewArea .point .status .statusIcon {
  width: 16px;
}

.apexTargets .targetPoint .pointViewArea .point .status .statusIcon .cls-1 {
  fill: none;
  stroke: #EC001A;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.apexTargets .targetPoint .pointViewArea .pointDescription {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: #ffffff;
  flex: 1;
  padding: 15px;
  border-radius: 8px;
  position: relative;
  height: 130px;
  overflow: hidden;
}

.apexTargets .targetPoint .pointViewArea .pointDescription:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.apexTargets .targetPoint .progressBar {
  margin: 20px auto;
}

.apexTargets .targetPoint .progressBar .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  height: 77px;
  overflow: hidden;
  margin-bottom: 10px;
}

.apexTargets .targetPoint .progressBar .progressBarTop {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
}

.apexTargets .targetPoint .progressBar .progressBarTop .left {
  font-size: 16px;
}

.apexTargets .targetPoint .progressBar .progressBarTop .left .pet-register-img {
  margin-left: 10px;
  margin-bottom: 2px;
}

.apexTargets .targetPoint .progressBar .progressBarTop .right {
  font-size: 14px;
}

.apexTargets .targetPoint.completed .pointViewArea .point {
  background-image: url("/images/target-bg-completed.png");
  color: #2e2e2e;
}

.apexTargets .targetPoint.completed .pointViewArea .point b {
  color: #ffffff;
}

.apexTargets .targetPoint.completed .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apexTargets .targetPoint.completed .pointViewArea .point .status .statusIcon {
  width: 14px;
}

.apexTargets .targetPoint.completed .pointViewArea .point .status .statusIcon .cls-1 {
  stroke: #EC001A;
}

.apexTargets .targetPoint.completed.blue .pointViewArea .point {
  background: #ffffff;
  color: #2e2e2e;
}

.apexTargets .targetPoint.completed.blue .pointViewArea .point .status {
  background: #f5f5f5;
}

.apexTargets .targetPoint.completed.blue .pointViewArea .point .status .statusIcon .cls-1 {
  stroke: #EC001A;
}

.apexTargets .targetPoint.completed.blue .progressCompletedIcon {
  background: #f5f5f5;
}

.apexTargets .targetPoint.completed.blue .progressCompletedIcon svg .cls-1 {
  stroke: #EC001A;
}

.apexTargets .targetPoint.completed .progress .progress-bar {
  background: #EC001A;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.memberPets .petContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #ffdfdf;
  border-radius: 8px;
  padding: 7px;
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 100px;
}

.memberPets .petContainer.Kedi {
  background-image: url(/images/cat_icon.png);
}

.memberPets .petContainer.Köpek {
  background-image: url(/images/dog_icon.png);
}

.memberPets .petContainer button {
  min-width: 80px;
}

.b2c-layout {
  font-family: "DINPro-medium", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

.b2c-top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 25px;
  height: 85px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}

.b2c-top-nav .b2c-menu-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b2c-top-nav .b2c-menu-icon .b2c-grid-icon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3px;
  width: 24px;
  height: 24px;
}

.b2c-top-nav .b2c-menu-icon .b2c-grid-icon span {
  width: 10px;
  height: 10px;
  background-color: #EC001A;
  border-radius: 1px;
}

.b2c-top-nav .b2c-menu-icon .b2c-grid-icon-img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.b2c-top-nav .b2c-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.b2c-top-nav .b2c-logo .b2c-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b2c-top-nav .b2c-logo .b2c-logo-container img {
  height: 85px;
  margin-top: 30px;
}

.b2c-top-nav .b2c-logo .b2c-logo-container .b2c-up {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 1;
  text-transform: uppercase;
}

.b2c-top-nav .b2c-notification {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.b2c-top-nav .b2c-notification i {
  font-size: 22px;
  color: #EC001A;
}

.b2c-top-nav .b2c-notification .b2c-notification-count {
  position: absolute;
  top: 0;
  right: 5px;
  background-color: #fff;
  color: #E2001A;
  border: 1px solid #E2001A;
  font-size: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b2c-top-nav .b2c-notification .b2c-notification-count span {
  margin-top: 2px;
  font-weight: 400;
}

.b2c-main-content {
  text-align: center;
  padding: 0px 0 90px 0;
}

.b2c-main-content h1 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin: 35px 0 5px;
}

.b2c-main-content .b2c-card {
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  border-radius: 20px;
  overflow: hidden;
}

.b2c-main-content .b2c-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.b2c-main-content .b2c-product {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  position: relative;
}

.b2c-main-content .b2c-product .half-banner2 {
  position: absolute;
  right: 17%;
  top: 4%;
  height: auto !important;
}

.b2c-main-content .b2c-product img {
  height: 235px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 575.98px) {
  .b2c-main-content .b2c-product img {
    height: 200px;
  }
}

.b2c-main-content .b2c-product .b2c-product-label {
  position: absolute;
  right: 10%;
  top: 48%;
  transform: translateY(-50%);
  color: #808285;
  text-align: left;
  font-size: 16px;
}

.b2c-main-content .b2c-scan-text {
  color: #999;
  font-size: 14px;
  max-width: 70%;
  margin: 10px auto 30px;
  line-height: 1.5;
}

.b2c-bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  background-color: #EAEAEA;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 30px;
  width: 80%;
  max-width: 255px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 5px 18px;
}

.b2c-bottom-nav .b2c-nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.b2c-bottom-nav .b2c-nav-item img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}

.b2c-bottom-nav .b2c-nav-item-active {
  position: relative;
}

.b2c-bottom-nav .b2c-nav-item-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-color: #EAEAEA;
  border-radius: 50%;
  z-index: -1;
  border: 1px solid white;
}

.b2c-bottom-nav .b2c-nav-item-active img {
  width: 27px;
  height: 27px;
}

.b2c-bottom-nav .b2c-nav-item-qrcode {
  width: 23.33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.b2c-bottom-nav .b2c-nav-item-qrcode img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}

.b2c-bottom-nav .b2c-nav-item-qrcode::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-color: #808285;
  border-radius: 50%;
  z-index: -1;
  border: 2px solid white;
}

.b2c-bottom-nav .b2c-nav-item-qrcode-active {
  position: relative;
}

.b2c-bottom-nav .b2c-nav-item-qrcode-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-color: #808285;
  border-radius: 50%;
  z-index: -1;
  border: 2px solid white;
}

.b2c-bottom-nav .b2c-nav-item-center {
  width: 33.33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.b2c-bottom-nav .b2c-nav-item-center img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.b2c-bottom-nav .b2c-nav-item-center-active {
  position: relative;
}

.b2c-bottom-nav .b2c-nav-item-center-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  background-color: #ababab;
  border-radius: 50%;
  z-index: -1;
  border: 2px solid white;
}

.b2c-bottom-nav .b2c-nav-item-center-active img {
  width: 45px;
  height: 45px;
}

.b2c-pet-list .employee-pet .phone-icon-text {
  margin-right: 45px;
  font-size: 14px;
  line-height: 15px;
  color: #808285;
}

.b2c-pet-list .employee-pet .add {
  padding: 2rem 0;
  margin-bottom: 30px;
}

.b2c-pet-list .employee-pet .add h6 {
  font-size: 18px;
  color: #333333;
  margin: 10px 0px;
  font-weight: bold;
}

.b2c-pet-list .employee-pet .pet-card {
  background: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.b2c-pet-list .employee-pet .section-title {
  color: #e30613;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.b2c-pet-list .employee-pet .pet-item {
  border-radius: 50px;
  background: #F6F6F6;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.b2c-pet-list .employee-pet .pet-header {
  display: flex;
  align-items: center;
  padding: 2px 12px 4px 4px;
  cursor: pointer;
  position: relative;
}

.b2c-pet-list .employee-pet .pet-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 7px;
}

.b2c-pet-list .employee-pet .pet-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b2c-pet-list .employee-pet .pet-info {
  flex: 1;
}

.b2c-pet-list .employee-pet .pet-info h4 {
  margin: 12px 0px 0px 0px;
  font-size: 19px;
  font-weight: bold;
  color: #E2001A;
  text-align: left;
  font-family: "DINPro-Bold", sans-serif;
  line-height: 16px;
}

.b2c-pet-list .employee-pet .pet-info .pet-race {
  font-size: 16px;
  margin-bottom: 2px;
  color: #333333;
  text-align: left;
}

.b2c-pet-list .employee-pet .sterility-age {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #808285;
  font-family: "DINPro-Light", sans-serif;
}

.b2c-pet-list .employee-pet .sterility-age .age {
  margin-right: 10px;
  width: 130px;
  text-align: left;
}

.b2c-pet-list .employee-pet .sterility-age .sterility-age-text {
  display: flex;
  align-items: center;
  margin-right: 0px;
  font-family: "DINPro-Light", sans-serif;
}

.b2c-pet-list .employee-pet .sterility-age .sterility-age-text .toggle-switch-passive {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 14px;
  background-color: #808285;
  border-radius: 10px;
  transition: all 0.3s;
  margin-right: 3px;
  margin-top: 1px;
}

.b2c-pet-list .employee-pet .sterility-age .sterility-age-text .toggle-switch-passive .toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s;
}

.b2c-pet-list .employee-pet .sterility-age .sterility-age-text .toggle-switch-active {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
  background-color: #E2001A;
  border-radius: 10px;
  transition: all 0.3s;
  margin-right: 3px;
  margin-top: 1px;
}

.b2c-pet-list .employee-pet .sterility-age .sterility-age-text .toggle-switch-active .toggle-slider {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s;
}

.b2c-pet-list .employee-pet .sterility-icon {
  display: none;
}

.b2c-pet-list .employee-pet .toggle-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b2c-pet-list .employee-pet .toggle-icon .arrow-down::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
}

.b2c-pet-list .employee-pet .toggle-icon .arrow-up::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #e30613;
  border-bottom: 2px solid #e30613;
  transform: rotate(-135deg);
}

.b2c-pet-list .employee-pet .pet-details {
  padding: 0 15px 15px;
  border-top: 1px solid #f0f0f0;
}

.b2c-pet-list .employee-pet .detail-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.b2c-pet-list .employee-pet .detail-item .detail-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
}

.b2c-pet-list .employee-pet .detail-item .detail-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.b2c-pet-list .employee-pet .detail-item .detail-content strong {
  font-size: 18px;
  font-weight: bold;
  color: #E2001A;
}

.b2c-pet-list .employee-pet .detail-item .detail-content span {
  font-size: 14px;
  color: #333;
}

.b2c-pet-list .employee-pet .detail-item .detail-content .status-text {
  font-size: 12px;
  color: #999;
}

.b2c-pet-list .employee-pet .detail-item .detail-content .indicator-image {
  height: 20px;
  width: 20px;
  margin-top: 5px;
}

.b2c-pet-list .employee-pet .detail-item .detail-content .health-text {
  font-size: 16px;
  color: #333333;
}

.b2c-pet-list .employee-pet .action-buttons {
  display: flex;
  justify-content: space-between;
  width: 100px;
  background: #EAEAEA;
  border-radius: 30px;
  height: 45px;
}

.b2c-pet-list .employee-pet .action-buttons button {
  background: none;
  border: none;
  padding: 0;
}

.b2c-pet-list .employee-pet .action-buttons img {
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  color: white;
}

.b2c-pet-list .employee-pet .pet-add-card {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
}

.b2c-pet-list .employee-pet .pet-add-card .add-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
}

.b2c-pet-list .employee-pet .pet-add-card .pet-add-content .pet-add-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.b2c-pet-list .employee-pet .pet-add-card .pet-add-content .pet-add-subtitle {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.b2c-pet-list .employee-pet .pet-add-card .pet-add-content .pet-add-subtitle .phone-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.b2c-pet-list .employee-pet .top .pet-page-title {
  font-family: "DINPro-Bold", sans-serif;
  color: #E2001A;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 7px;
}

.b2c-pet-list .employee-pet .top .pet-add-card {
  display: flex;
  align-items: center;
  background-color: #F6F6F6;
  border-radius: 50px;
  padding: 12px 15px;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.b2c-pet-list .employee-pet .top .pet-add-card .add-icon {
  width: 55px;
  height: 55px;
  margin-right: 12px;
  border-radius: 50%;
  padding: 2px;
  background-color: #fff;
}

.b2c-pet-list .employee-pet .top .pet-add-card .pet-add-content {
  display: flex;
  flex-direction: column;
}

.b2c-pet-list .employee-pet .top .pet-add-card .pet-add-content .pet-add-title {
  font-family: "DINPro-Bold", sans-serif;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.b2c-pet-list .employee-pet .top .pet-add-card .pet-add-content .pet-add-subtitle {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 10px;
  margin-top: 3px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  font-family: "DINPro-Light", sans-serif;
}

.b2c-pet-list .employee-pet .top .pet-add-card .pet-add-content .pet-add-subtitle .phone-icon {
  width: 30px;
  height: 25px;
  margin-right: 6px;
  border-right: 1px solid #E2001A;
  padding: 2px 5px;
}

.b2c-pet-list #petForm .modal-body {
  overflow: hidden;
  height: auto;
}

.b2c-pet-list #petForm .modal-title {
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 30px;
}

.b2c-pet-list #petForm .modal-content {
  max-width: 680px;
  border-radius: 20px !important;
  padding: 0 0.8rem;
}

.b2c-pet-list #petForm .modal-footer {
  border: none;
  padding: 0;
  justify-content: center;
  margin-top: 15px;
}

.b2c-pet-list #petForm .modal-footer a {
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

#petForm .modal-content {
  border-radius: 50px;
  border: none;
  padding: 0;
  max-width: 380px;
  margin: 0 auto;
  background-color: #e9e9e9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  top: 25px;
}

#petForm .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 0px;
}

#petForm .modal-header .modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #E2001A;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
  padding: 0px;
  position: relative;
  text-align: right;
  flex-direction: row;
  margin-right: 25px;
  font-family: "DINPro-Bold", sans-serif;
}

#petForm .modal-header .modal-title .cat-and-dog-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-top: -25px;
  background-size: contain;
  background-repeat: no-repeat;
}

#petForm .modal-header .profile-photo-wrapper {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #eee;
  cursor: pointer;
}

#petForm .modal-header .profile-photo-wrapper .preview-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

#petForm .modal-header .profile-photo-wrapper .edit-icon {
  position: absolute;
  bottom: 3px;
  right: -2px;
  width: 24px;
  height: 24px;
  background: #E2001A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

#petForm .modal-header .profile-photo-wrapper .edit-icon img {
  max-width: 40px;
  max-height: 40px;
}

#petForm .modal-header .close {
  top: 15px;
  right: 15px;
  color: #E2001A;
  font-size: 45px;
  z-index: 10;
  border: none;
  background: none;
  padding-right: 15px;
}

#petForm .modal-description {
  padding: 2px;
}

#petForm .form-control {
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  padding: 12px 15px 11px 15px;
  height: 50px;
  font-size: 16px;
  background-color: #fff;
  box-shadow: none;
}

#petForm .form-control::-moz-placeholder {
  color: #808285;
}

#petForm .form-control::placeholder {
  color: #808285;
}

#petForm .form-group {
  margin-bottom: 10px;
}

#petForm .form-group label {
  display: none;
}

#petForm select.form-control {
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  padding: 12px 16px;
  height: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  background-image: url("/images/arrow-left.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  color: #808285;
}

.apex-pet-form {
  padding: 0;
}

.apex-pet-form .radio-group {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}

.apex-pet-form .radio-group .radio-option {
  flex: 1;
  background: white;
  border-radius: 25px;
  margin: 0 5px;
  height: 45px;
  position: relative;
}

.apex-pet-form .radio-group .radio-option:first-child {
  margin-left: 0;
}

.apex-pet-form .radio-group .radio-option:last-child {
  margin-right: 0;
}

.apex-pet-form .radio-group .radio-option input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}

.apex-pet-form .radio-group .radio-option .radio-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 45px;
  padding-left: 45px;
  position: relative;
  font-size: 16px;
  color: #808285;
}

.apex-pet-form .radio-group .radio-option .radio-label:before {
  content: "";
  position: absolute;
  left: 15px;
  width: 22px;
  height: 22px;
  border: 5px solid #D7D7D7;
  border-radius: 50%;
  background: white;
}

.apex-pet-form .radio-group .radio-option input:checked + .radio-label:before {
  border-color: #D7D7D7;
  background-color: #E2001A;
}

.apex-pet-form .radio-group .radio-option input:checked + .radio-label:after {
  content: "";
  position: absolute;
  left: 19px;
  border-radius: 50%;
  background: #E2001A;
}

.apex-pet-form .input-row {
  display: flex;
  margin: 0 -5px 10px;
}

.apex-pet-form .input-row .form-group {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin: 0 5px;
}

.apex-pet-form .select-wrapper {
  margin-bottom: 10px;
  position: relative;
}

.apex-pet-form .select-wrapper select {
  width: 100%;
  border-radius: 25px;
  height: 46px;
  padding: 0 16px;
  appearance: none;
  background: white;
  border: none;
  color: #808285;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url(/images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}

.apex-pet-form .select-wrapper select:focus {
  outline: none;
}

.apex-pet-form .button-row {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.apex-pet-form .button-row .btn {
  flex: 1;
  border-radius: 25px;
  height: 46px;
  font-weight: 500;
  font-size: 15px;
  border: none;
  margin: 0 5px;
  width: 160px;
  min-width: 160px;
}

.apex-pet-form .button-row .btn:first-child {
  margin-left: 0;
}

.apex-pet-form .button-row .btn:last-child {
  margin-right: 0;
}

.apex-pet-form .button-row .btn-light {
  background-color: #D7D7D7;
  color: #333333;
}

.apex-pet-form .button-row .btn-secondary {
  background-color: #E2001A;
  color: white;
}

.contact-page {
  display: flex;
  justify-content: center;
  align-items: start;
  min-height: calc(100vh - 200px);
}

.contact-page .communication-channels {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  padding: 20px;
}

.contact-page .communication-channels .royal-canin-logo {
  max-width: 200px;
}

.contact-page .communication-channels .contact-info {
  font-family: "DINPro-Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29em;
  text-align: center;
  color: #333333;
  margin-bottom: 5px;
}

.contact-page .communication-channels .contact-channel {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #E2001A;
  margin-bottom: 0px;
}

.contact-page .communication-channels .contact-channel .contact-text {
  width: 100%;
  font-family: "DINPro", sans-serif;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

.contact-page .communication-channels .phone .contact-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.29em;
}

.contact-page .communication-channels .email .contact-text {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.29em;
}

.settings-container {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 550px;
}

.menu .user {
  background-color: #F6F6F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 50px;
  padding: 8px 25px;
}

.menu .user .user-name {
  font-family: "DINPro-Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #E2001A;
  margin: 0;
}

.menu .user .edit {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu .user .edit .edit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
}

.menu .user .edit .edit-icon img {
  stroke: #E2001A;
}

.menu .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  background-color: #F6F6F6;
  border-radius: 25px;
}

.menu .text .menu-item {
  background-color: #F6F6F6;
  border-radius: 25px;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  width: 100%;
}

.menu .text .menu-item .menu-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.menu .text .menu-item .menu-item-link p {
  font-family: "DINPro-Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  margin: 0;
}

.menu .text .menu-item .menu-item-link .arrow-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu .text .menu-item .menu-item-link .arrow-icon img {
  stroke: #333333;
}

.menu .social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 200px;
}

.menu .social-media .social-media-text {
  font-family: "DINPro-Light", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #808285;
  text-align: center;
  margin: 0;
  width: 100%;
  letter-spacing: 0.2px;
}

.menu .social-media .social-media-icons {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.menu .social-media .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.menu .social-media .social-icon img {
  width: 28px;
  height: 28px;
}

.menu .social-media .social-icon:hover {
  transform: scale(1.1);
}

.menu .social-media .youtube-icon,
.menu .social-media .instagram-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu .social-media .youtube-bg {
  position: absolute;
  z-index: 1;
}

.menu .social-media .youtube-fg {
  position: absolute;
  z-index: 2;
}

.menu .logout-button-container {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.menu .logout-button-container .logout-button {
  background-color: #E2001A;
  color: #FFFFFF;
  border: none;
  border-radius: 30px;
  padding: 15px 40px;
  font-family: "DINPro-Light", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(226, 0, 26, 0.2);
  width: 100%;
}

.menu .logout-button-container .logout-button:hover {
  background-color: #C1001A;
}

.menu .logout-button-container .logout-button .logout-text {
  display: block;
}

.b2c-faq .faq-title {
  text-align: center;
  margin-bottom: 3rem;
}

.b2c-faq .faq-title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #EC001A;
  margin-bottom: 1rem;
}

.b2c-faq .faq-title p {
  font-size: 1.125rem;
  color: #333333;
  max-width: 36rem;
  margin: 0 auto;
}

.b2c-faq .faq-container {
  margin: 0 auto;
  padding: 10px 15px;
}

.b2c-faq .faq-container .faq-item {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 8px;
  background-color: #F6F6F6;
}

.b2c-faq .faq-container .faq-item__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: #F6F6F6;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.b2c-faq .faq-container .faq-item__question:hover {
  background-color: #f8f8f8;
}

.b2c-faq .faq-container .faq-item__question span {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  transition: color 0.3s ease;
}

.b2c-faq .faq-container .faq-item__question svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #333333;
  transition: transform 0.3s ease, color 0.3s ease;
}

.b2c-faq .faq-container .faq-item__question.active span {
  color: #EC001A;
  font-weight: 600;
}

.b2c-faq .faq-container .faq-item__question.active svg {
  color: #EC001A;
  transform: rotate(180deg);
}

.b2c-faq .faq-container .faq-item__answer {
  padding: 0px 18px;
  color: #808285;
  text-align: left;
}

.b2c-faq .contact-section {
  margin-top: 3rem;
  padding: 2rem;
  background-color: #f8f8f8;
  border-radius: 0.5rem;
  text-align: center;
}

.b2c-faq .contact-section h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1rem;
}

.b2c-faq .contact-section p {
  color: #808285;
  margin-bottom: 1.5rem;
}

.b2c-faq .contact-section button {
  background-color: #EC001A;
  color: #ffffff;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.b2c-faq .contact-section button:hover {
  background-color: #b90014;
}

.b2c-locations {
  padding: 0 15px;
}

.b2c-locations .location-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0px;
  gap: 8px;
}

.b2c-locations .location-tabs .tab-item {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  font-size: 13px;
  font-family: "DINPro-Medium", sans-serif;
  background-color: #f6f6f6;
  color: #E2001A;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.b2c-locations .location-tabs .tab-item.active {
  background-color: #E2001A;
  color: white;
}

.b2c-locations .search-container {
  margin-bottom: 20px;
}

.b2c-locations .search-container .search-input {
  position: relative;
}

.b2c-locations .search-container .search-input .search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.b2c-locations .search-container .search-input .search-field {
  width: 100%;
  height: 45px;
  background-color: #F6F6F6;
  border-radius: 30px;
  border: none;
  padding: 0 20px 0 50px;
  font-size: 14px;
  color: #333;
}

.b2c-locations .search-container .search-input .search-field::-moz-placeholder {
  color: #808285;
}

.b2c-locations .search-container .search-input .search-field::placeholder {
  color: #808285;
}

.b2c-locations .search-container .search-input .search-field:focus {
  outline: none;
}

.b2c-locations .filter-selects {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.b2c-locations .filter-selects .select-container {
  flex: 1;
}

.b2c-locations .filter-selects .select-container .custom-select {
  position: relative;
}

.b2c-locations .filter-selects .select-container .custom-select select {
  width: 100%;
  height: 45px;
  background-color: #F6F6F6;
  border-radius: 30px;
  border: none;
  padding: 0 35px 0 20px;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #808285;
}

.b2c-locations .filter-selects .select-container .custom-select select:focus {
  outline: none;
}

.b2c-locations .filter-selects .select-container .custom-select select option {
  color: #333;
  padding: 10px;
}

.b2c-locations .filter-selects .select-container .custom-select .select-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  pointer-events: none;
}

.b2c-locations .loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.b2c-locations .loading-container .loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #E2001A;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

.b2c-locations .loading-container p {
  color: #808285;
  font-size: 16px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.b2c-locations .no-results {
  text-align: center;
  padding: 30px 0;
  background-color: #f9f9f9;
  border-radius: 15px;
  margin-bottom: 20px;
}

.b2c-locations .no-results p {
  color: #808285;
  font-size: 16px;
}

.b2c-locations .location-content {
  margin-bottom: 80px;
}

.b2c-locations .location-content .location-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.b2c-locations .location-content .location-card {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 8px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.b2c-locations .location-content .location-card .location-info h3 {
  font-family: "DINPro-Medium", sans-serif;
  font-size: 16px;
  color: #333333;
  margin-bottom: 0px;
}

.b2c-locations .location-content .location-card .location-info p {
  font-family: "DINPro-Light", sans-serif;
  font-size: 14px;
  color: #666666;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42ch;
}

.b2c-locations .location-content .location-card .location-actions {
  display: flex;
  gap: 15px;
}

.b2c-locations .location-content .location-card .location-actions img {
  width: 26px;
}

.b2c-locations .map-container {
  width: 100%;
  height: 300px;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.b2c-locations .location-content {
  margin-top: 16px;
}

.b2c-locations .location-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.b2c-locations .location-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.b2c-locations .location-card.active-card {
  border: 2px solid #E3001B;
  background-color: #f5f5f5;
}

.b2c-locations .location-info h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.b2c-locations .map-button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #E3001B;
}

.b2c-locations .map-button img {
  width: 20px;
  height: 20px;
}

.b2c-locations .no-results {
  text-align: center;
  padding: 24px;
  color: #666;
}

.b2c-locations .loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.b2c-locations .loading-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #E3001B;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}

.b2c-locations .info-window-content {
  padding: 0px 12px 0px 10px;
  min-width: 160px;
  position: relative;
}

.b2c-locations .info-window-content h3 {
  margin: 0px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.b2c-locations .info-window-content p.address {
  margin: 3px 3px 3px 0px;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30ch;
}

.b2c-locations .directions-link {
  position: absolute;
  top: 4px;
  right: 2px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.b2c-locations .directions-link img {
  width: 24px;
  height: 24px;
}

.b2c-locations .directions-link:hover {
  transform: scale(1.05);
}

.b2c-locations .directions-link:focus {
  outline: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.b2c-locations .map-app-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.b2c-locations .map-app-popup-content {
  background-color: #f6f6f6;
  width: 90%;
  max-width: 400px;
  border-radius: 50px;
  padding: 20px;
  animation: slide-up 0.3s ease-out;
}

@keyframes slide-up {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.b2c-locations .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.b2c-locations .popup-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.b2c-locations .close-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.b2c-locations .close-button img {
  width: 45px;
  height: 45px;
}

.b2c-locations .popup-icon {
  width: 45px;
  height: 45px;
}

.b2c-locations .map-apps-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.b2c-locations .map-app-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}

.b2c-locations .map-app-item:hover,
.b2c-locations .map-app-item:active {
  background-color: #f0f0f0;
}

.b2c-locations .map-app-item img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.b2c-locations .map-app-item span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #808285;
}

.b2c-notifications .notifications-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.b2c-notifications .notifications-content {
  background: #F6F6F6;
  border-radius: 50px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
}

.b2c-notifications .notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0px 20px;
}

.b2c-notifications .notifications-header img {
  height: 55px;
  width: auto;
}

.b2c-notifications .close-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.b2c-notifications .close-button img {
  width: 60px;
  height: 60px;
}

.b2c-notifications .notifications-body {
  padding: 16px;
}

.b2c-notifications .no-notifications {
  text-align: center;
  padding: 20px 0;
  color: #666;
}

.b2c-notifications .notification-date {
  font-size: 12px;
  color: #888;
  text-align: right;
  margin-top: 8px;
}

.b2c-notifications .loadMoreButton {
  background: #333333;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 20px;
  cursor: pointer;
  font-size: 14px;
  display: block;
  margin: 0 auto;
}

.b2c-notifications .loadMoreButton:hover {
  background: #555555;
}

.b2c-notifications .notification-title {
  text-align: center;
  margin-bottom: 3rem;
}

.b2c-notifications .notification-wrapper {
  margin: 0 auto;
  padding: 10px 10px 10px 0px;
  height: 250px;
  overflow-y: auto;
}

.b2c-notifications .notification-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 12px 12px 15px;
  background-color: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.b2c-notifications .notification-container span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  transition: color 0.3s ease;
  width: 275px;
}

.b2c-notifications .notification-container span.unread {
  font-weight: 900;
}

.b2c-notifications .notification-container svg {
  width: 30px;
  height: 30px;
  color: #808285;
  transition: transform 0.3s ease, color 0.3s ease;
}

.b2c-notifications .notification-container.active svg {
  color: #E2001A;
  transform: rotate(180deg);
}

.b2c-notifications .notification-item {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 8px;
  background-color: #F6F6F6;
}

.b2c-notifications .notification-answer {
  padding: 0px 15px 15px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  text-align: left;
}

.b2c-notifications .notification-answer p {
  overflow-wrap: break-word;
}

.gm-style-iw {
  border-radius: 50px !important;
  left: 55px !important;
}

.gm-style-iw .gm-style-iw-c {
  border-radius: 50px !important;
  padding: 0 !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12) !important;
}

.gm-style-iw .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 !important;
}

.gm-style-iw button.gm-ui-hover-effect {
  display: none !important;
}

.gm-style-iw-t::after {
  background: linear-gradient(45deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
}

.dashboard-layout {
  display: flex;
  min-height: 100vh;
  font-family: "DINPro-Medium", sans-serif;
  overflow-x: scroll !important;
}

.dashboard-layout .dashboard-main-content {
  flex: 1;
  margin-left: 9vw;
  padding: 10px;
  background-color: #ffffff;
  overflow-y: hidden !important;
}

@media (max-width: 768px) {
  .dashboard-layout .dashboard-main-content {
    margin-left: 0;
    padding-top: 152px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.dashboard-nav-bar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}

.dashboard-nav-bar .sidebar {
  width: 9vw;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  transition: left 0.3s ease;
}

@media (max-width: 768px) {
  .dashboard-nav-bar .sidebar {
    position: fixed;
    left: -180px;
    width: 120px;
    z-index: 102;
  }

  .dashboard-nav-bar .sidebar.mobile-open {
    left: 0;
  }
}

.dashboard-nav-bar .sidebar .logo-container {
  padding: 25px 15px;
}

.dashboard-nav-bar .sidebar .logo-container .logo {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.dashboard-nav-bar .sidebar .menu-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  gap: 3px;
}

.dashboard-nav-bar .sidebar .menu-items .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  margin: 5px 0;
  color: #85848c;
  transition: all 0.2s ease;
}

.dashboard-nav-bar .sidebar .menu-items .menu-item:hover {
  background-color: transparent;
  color: #3e3d40;
}

.dashboard-nav-bar .sidebar .menu-items .menu-item.active {
  color: #3e3d40;
  background-color: transparent;
}

.dashboard-nav-bar .sidebar .menu-items .menu-item .menu-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dashboard-nav-bar .sidebar .menu-items .menu-item .icon {
  width: 28px;
  margin-bottom: 0px;
}

.dashboard-nav-bar .sidebar .menu-items .menu-item .menu-text {
  font-size: 16px;
  font-family: "DINPro-Medium", sans-serif;
}

.dashboard-nav-bar .sidebar .logout-container {
  padding: 25px 15px;
  display: flex;
  justify-content: center;
}

.dashboard-nav-bar .sidebar .logout-container .logout-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.dashboard-nav-bar .sidebar .logout-container .logout-link .menu-text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #85848c;
}

.dashboard-nav-bar .sidebar .logout-container .logout-link .logout-icon {
  width: 20px;
  height: 20px;
}

.dashboard-nav-bar .sidebar .copyright-container {
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-nav-bar .sidebar .copyright-container .copyright-text {
  font-size: 9px;
  letter-spacing: 0.2px;
  color: #85848c;
}

.dashboard-nav-bar .mobile-toggle {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  align-items: center;
  padding: 0 15px;
  z-index: 101;
}

@media (max-width: 768px) {
  .dashboard-nav-bar .mobile-toggle {
    display: flex;
    flex-direction: row;
  }
}

.dashboard-nav-bar .mobile-toggle .hamburger-menu {
  width: 40px;
  height: 40px;
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 2;
}

.dashboard-nav-bar .mobile-toggle .hamburger-menu span {
  display: block;
  width: 18px;
  height: 3px;
  background-color: #d02c29;
  border-radius: 3px;
  transition: all 0.3s ease;
  margin: 3px 0;
}

.dashboard-nav-bar .mobile-toggle .mobile-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  order: 1;
}

.dashboard-nav-bar .mobile-toggle .mobile-logo .logo {
  height: 60px;
  width: auto;
}

.dashboard-nav-bar .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
  display: none;
}

@media (max-width: 768px) {
  .dashboard-nav-bar .mobile-overlay {
    display: block;
  }
}

.dashboard-container {
  background-color: #e6e6e7;
  padding: 0;
  height: 100%;
  width: 100%;
}

.dashboard-container .dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-family: "DINPro-Medium", sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}

.dashboard-container .tab-container {
  margin-bottom: -10px;
}

.dashboard-container .tab-container .tab-button {
  background-color: #e6e6e7;
  border: none;
  border-radius: 20px 20px 0 0;
  font-size: 25px;
  color: #888;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 400;
  font-family: "DINPro-Medium", sans-serif;
  position: relative;
}

.dashboard-container .tab-container .tab-button.active {
  font-weight: 500;
  color: #888;
}

.dashboard-container .welcome-text {
  font-family: "DINPro-Medium", sans-serif;
  font-size: 18px;
  color: #333;
}

.dashboard-container .welcome-text-mobile {
  display: none;
}

.dashboard-container .period-indicator {
  text-align: left;
}

.dashboard-container .period-indicator .period-label {
  font-family: "DINPro-Light", sans-serif;
  display: block;
  font-size: 13px;
  color: #cfcfd2;
  margin-bottom: -6px;
}

.dashboard-container .period-indicator .period-value {
  font-size: 25px;
  font-weight: 500;
  color: #cfcfd2;
}

.dashboard-container .period-indicator .period-value .arrow {
  margin: 0 5px;
  color: #cfcfd2;
}

.dashboard-container .period-indicator .period-value .bullet {
  margin: 0 8px;
  color: #cfcfd2;
}

.dashboard-container .period-indicator .period-value .year {
  color: #aaa;
  font-weight: 400;
}

.dashboard-container .dashboard-content {
  display: flex;
  padding: 20px;
  gap: 20px;
}

.dashboard-container .dashboard-column {
  flex: 1;
  min-width: 300px;
  max-width: 33.33%;
}

.dashboard-container .dashboard-section {
  margin-bottom: 20px;
}

.dashboard-container .dashboard-section .section-title {
  font-size: 20px;
  color: #888;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "DINPro-Medium", sans-serif;
}

.dashboard-container .dashboard-section .cards-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dashboard-container .dashboard-section .metric-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
}

.dashboard-container .dashboard-section .metric-card .metric-title {
  font-family: "DINPro-Medium", sans-serif;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background-color: #f5f5f6;
  width: 33%;
  display: flex;
  align-items: start;
}

.dashboard-container .dashboard-section .metric-card .metric-data {
  display: flex;
  width: 67%;
}

.dashboard-container .dashboard-section .metric-card .metric-data .data-column {
  flex: 1;
  padding: 20px 15px;
  border-left: 1px solid #eee;
  background-color: #fff;
}

.dashboard-container .dashboard-section .metric-card .metric-data .data-column:first-child {
  border-left: 1px solid #eee;
}

.dashboard-container .dashboard-section .metric-card .metric-data .data-column.full-width {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-container .dashboard-section .metric-card .metric-data .data-column.full-width .data-value {
  font-size: 22px;
}

.dashboard-container .dashboard-section .metric-card .metric-data .data-column .data-label {
  font-family: "DINPro-Medium", sans-serif;
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

.dashboard-container .dashboard-section .metric-card .metric-data .data-column .data-value {
  font-family: "DINPro-Medium", sans-serif;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.dashboard-container .dashboard-section .metric-card .metric-data .data-column .data-value.positive {
  color: #4b8747;
}

.dashboard-container .dashboard-section .metric-card .metric-data .data-column .data-value.negative {
  color: #e00025;
}

@media (max-width: 1200px) {
  .dashboard-container .dashboard-content {
    flex-wrap: wrap;
  }

  .dashboard-container .dashboard-column {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .dashboard-container .welcome-text {
    display: none;
  }
}

@media (max-width: 768px) {
  .dashboard-container .dashboard-container {
    background-color: #f5f5f5;
    padding-top: 20px;
  }

  .dashboard-container .dashboard-container:before {
    content: "Summary";
    display: block;
    font-size: 32px;
    color: #505050;
    font-weight: 500;
    padding: 0 15px;
    margin-bottom: 5px;
    font-family: "DINPro-Medium", sans-serif;
  }

  .dashboard-container .dashboard-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background-color: #f5f5f5;
    border-bottom: none;
    padding: 0 15px 10px 15px;
  }

  .dashboard-container .dashboard-header .welcome-text,
  .dashboard-container .dashboard-header .controls-wrapper {
    display: none;
  }

  .dashboard-container .dashboard-header .welcome-text-mobile {
    display: block;
    order: 1;
    color: rgba(33, 37, 41, 0.7490196078);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 25px;
  }

  .dashboard-container .dashboard-header .period-indicator {
    width: 100%;
    margin: 0 0 25px 0;
    text-align: left;
    order: 2;
  }

  .dashboard-container .dashboard-header .period-indicator .period-label {
    display: none;
  }

  .dashboard-container .dashboard-header .period-indicator .period-value {
    font-size: 12px;
    font-weight: normal;
    color: #aaaaaa;
  }

  .dashboard-container .dashboard-header .period-indicator .period-value .arrow {
    margin: 0 5px;
    color: #aaaaaa;
  }

  .dashboard-container .dashboard-header .period-indicator .period-value .bullet {
    margin: 0 8px;
    color: #aaaaaa;
  }

  .dashboard-container .dashboard-header .period-indicator .period-value .year {
    color: #aaaaaa;
    font-weight: normal;
  }

  .dashboard-container .dashboard-header .tab-container {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #dddddd;
    order: 3;
  }

  .dashboard-container .dashboard-header .tab-container .tab-button {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    padding: 8px 0;
    margin-right: 20px;
    border-radius: 0;
    background-color: transparent;
  }

  .dashboard-container .dashboard-header .tab-container .tab-button.active {
    font-family: "DINPro-Medium", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #d02c29;
    border-bottom: 4px solid #d02c29;
    padding-bottom: 5px;
  }

  .dashboard-container .dashboard-content {
    padding: 10px;
  }

  .dashboard-container .dashboard-column {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .dashboard-container .dashboard-section {
    max-width: 100%;
    margin-bottom: 30px;
    background-color: #e6e6e7;
  }

  .dashboard-container .dashboard-section .section-title {
    color: #888;
    padding-left: 3px;
    font-size: 13px;
    margin-bottom: 20px;
  }

  .dashboard-container .dashboard-section .cards-container {
    gap: 2px;
  }

  .dashboard-container .metric-card {
    border-radius: 0;
    margin-bottom: 2px;
    box-shadow: none;
    background-color: white;
  }

  .dashboard-container .metric-card .metric-title {
    width: 33%;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    background-color: white;
  }

  .dashboard-container .metric-card .metric-data {
    width: 67%;
    background-color: white;
  }

  .dashboard-container .metric-card .metric-data .data-column {
    padding: 10px !important;
    border-left: 1px solid #eee;
  }

  .dashboard-container .metric-card .metric-data .data-column .data-label {
    color: #888;
    font-size: 12px;
  }

  .dashboard-container .metric-card .metric-data .data-column .data-value {
    font-size: 18px;
    font-weight: 600;
  }

  .dashboard-container .metric-card .metric-data .data-column .data-value.positive {
    color: #3a9e3a;
  }
}

.brand-container .tabs-container {
  background-color: #FFFFFF;
  font-family: "DINPro-light", sans-serif;
}

.brand-container .tabs-container .tabs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .brand-container .tabs-container .tabs-header {
    padding: 10px 20px 0 20px;
  }
}

.brand-container .tabs-container .tabs-header .period-indicator {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  color: rgb(207, 207, 210);
}

.brand-container .tabs-container .tabs-header .period-indicator .period-label {
  font-size: 13px;
}

.brand-container .tabs-container .tabs-header .period-indicator .period-value {
  font-size: 25px;
  font-family: "DINPro-medium", sans-serif;
  gap: 5px;
}

.brand-container .tabs-container .tabs-header .period-indicator .period-value .period-separator {
  margin: 0 5px;
  font-size: 12px;
  vertical-align: middle;
}

.brand-container .tabs-container .tabs-header .period-indicator .period-value .in-year {
  margin-left: 10px;
  color: #aaa;
}

.brand-container .tabs-container .tabs-header .welcome-text {
  font-size: 18px;
  color: #333;
  font-family: "DINPro-medium", sans-serif;
  padding: 22px 27px;
}

.brand-container .tabs-container .tabs-header .tabs {
  display: flex;
  margin-left: -20px;
}

.brand-container .tabs-container .tabs-header .tabs button {
  padding: 15px 25px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 25px;
  color: #6c757d;
  position: relative;
  margin-bottom: -8px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: "DINPro-medium", sans-serif;
}

.brand-container .tabs-container .tabs-header .tabs button.active {
  background-color: #e6e6e7;
  color: #85849f;
  font-weight: 500;
  border: 1px solid #dee2e6;
  border-bottom-color: #e6e6e7;
  font-size: 25px;
}

.brand-container .tabs-container .tabs-header .tabs button.active::after {
  right: -10px;
  border-width: 0 0 1px 1px;
  border-bottom-left-radius: 8px;
  box-shadow: -2px 2px 0 #e6e6e7;
}

.brand-container .tabs-container .tab-content {
  padding: 0;
}

.brand-container .tabs-container .tab-content .instagram-content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
  padding: 20px;
  background-color: #e6e6e7;
}

.brand-container .tabs-container .tab-content .instagram-content .left-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.brand-container .tabs-container .tab-content .instagram-content .left-column .info-card {
  background-color: #fff;
  padding: 0px 0px 20px 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .latest-card-header {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .latest-card-header h3 {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
  font-family: "DINPro-medium", sans-serif;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card {
  border: 1px solid #e00025;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .latest-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .latest-content-header .profile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #e00025;
  border-radius: 50%;
  color: #e00025;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .latest-content-header .profile-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .latest-content-header .menu-icon {
  cursor: pointer;
  color: #e00025;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .latest-content-header .menu-icon svg {
  width: 16px;
  height: 16px;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .post-image-container {
  width: 100%;
  line-height: 0;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .post-image-container img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .post-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .post-actions .left-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .post-actions .action-icon {
  cursor: pointer;
  color: #e00025;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .post-actions .action-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .post-caption {
  padding: 0 15px 5px 15px;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .post-caption p {
  margin: 0;
  font-weight: 600;
  font-size: 0.9rem;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .post-timestamp {
  padding: 0 15px 15px 15px;
}

.brand-container .tabs-container .tab-content .instagram-content .right-column .latest-content-wrapper .instagram-post-card .post-timestamp p {
  margin: 0;
  font-size: 0.8rem;
  color: #999;
}

.brand-container .tabs-container .tab-content .youtube-content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  padding: 20px;
  background-color: #e6e6e7;
}

.brand-container .tabs-container .tab-content .youtube-content .left-column,
.brand-container .tabs-container .tab-content .youtube-content .right-column {
  height: 100%;
}

.brand-container .tabs-container .tab-content .youtube-content .info-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.brand-container .tabs-container .tab-content .youtube-content .full-width-section {
  grid-column: 1/-1;
  margin-top: 0px;
}

.brand-container .tabs-container .tab-content .youtube-content .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.brand-container .tabs-container .tab-content .youtube-content .bar-chart-container {
  flex: 1;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #fafbfa;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .latest-card-header {
  padding: 15px 15px 15px 2px;
  border-radius: 20px 20px 0 0;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .latest-card-header h3 {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
  font-family: "DINPro-medium", sans-serif;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #d02c29;
  border-radius: 20px;
  overflow: hidden;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .video-thumbnail {
  position: relative;
  width: 100%;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .youtube-badge {
  background-color: #ffadc6;
  color: white;
  border-radius: 8px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  height: 20px;
  min-width: 125px;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .youtube-badge img {
  width: 16px;
  height: 16px;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .youtube-badge .youtube-subscribers {
  color: #d02c29;
  font-weight: 800;
  font-size: 8px;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .video-details {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 5px;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .video-details .video-title-container-left {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 5px;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .video-details .video-title-container-left > img {
  width: 25px;
  height: 25px;
  border: 2px solid #d02c29;
  border-radius: 50%;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .video-details .video-title-container-left .video-title {
  margin: 0 0 10px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .video-details .video-metadata {
  display: flex;
  gap: 5px;
  font-size: 11px;
  color: #666;
  margin-left: 30px;
}

.brand-container .tabs-container .tab-content .youtube-content .latest-content-wrapper .youtube-video-card .video-details .video-metadata .dot-separator {
  color: #999;
}

.brand-container .info-card {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.brand-container .info-card .card-header {
  border-radius: 8px;
  padding-bottom: 10px;
  background-color: #f5f5f6;
}

.brand-container .info-card .followers-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 15px 15px 0px 15px;
  margin-bottom: 10px;
  border-radius: 20px 20px 0px 0px;
}

.brand-container .info-card .followers-header .header-left h3 {
  margin: 0 0 5px 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
  font-family: "DINPro-medium", sans-serif;
}

.brand-container .info-card .followers-header .header-left p {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
}

.brand-container .info-card .followers-header .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: right;
}

.brand-container .info-card .followers-header .header-right .summary-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.brand-container .info-card .followers-header .header-right .summary-item .summary-label {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 2px;
}

.brand-container .info-card .followers-header .header-right .summary-item .summary-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  font-family: "DINPro-medium", sans-serif;
}

.brand-container .info-card .followers-header .header-right .summary-item .summary-value.growth {
  color: #4b8747;
}

.brand-container .info-card .followers-header .header-right .summary-item .growth-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
}

.brand-container .info-card .followers-header .header-right .summary-item .growth-container .pill-badge {
  font-size: 0.7rem;
  color: #666;
  background-color: #e6e6e7;
  border-radius: 15px;
  border: 1px solid #aeadb3;
  padding: 0px 10px;
  font-weight: 900;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-top: 2px;
}

.brand-container .info-card .followers-header .header-right .summary-item .progress-bar-container {
  width: 100px;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 5px;
}

.brand-container .info-card .followers-header .header-right .summary-item .progress-bar-container .progress-bar {
  height: 100%;
  background-color: #4b8747;
  border-radius: 4px;
  transition: width 0.3s ease;
}

.brand-container .info-card .followers-header .header-right .border-left {
  border-left: 1px solid #aeadb3;
  padding-left: 30px;
  height: 75px;
}

.brand-container .info-card .followers-header .header-right .illustration-container {
  width: 85px;
  height: auto;
}

.brand-container .info-card .followers-header .header-right .illustration-container img {
  display: block;
  max-width: 100%;
  height: 85px;
}

.brand-container .info-card .year-end-target {
  font-size: 0.8rem;
  color: #666;
  text-align: center;
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.brand-container .info-card .card-body {
  padding: 0;
}

.brand-container .info-card .card-body .bar-chart-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  padding: 10px;
}

.brand-container .ytd-progress-bar-container {
  width: 100%;
  height: 10px;
  background-color: #e5e7eb;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 8px;
  max-width: 200px;
  display: block;
}

.brand-container .ytd-progress-bar-container .ytd-progress-bar {
  height: 100%;
  background-color: #4b8747;
  border-radius: 5px;
  transition: width 0.5s ease;
  min-width: 5px;
}

@media (min-width: 768px) {
  .brand-container .ytd-progress-bar-container {
    min-width: 150px;
  }
}

@media (max-width: 992px) {
  .brand-container .instagram-content {
    grid-template-columns: 1fr;
  }

  .brand-container .border-left {
    border-left: 1px solid #aeadb3 !important;
    padding-left: 5px !important;
    height: 50px !important;
  }

  .brand-container .youtube-video-card {
    margin-top: 10px;
  }

  .brand-container .video-title {
    font-size: 0.9rem;
  }
}

.brand-container .peer[data-variant=inset] ~ .md\:peer-data-\[variant\=inset\]\:ml-0 {
  margin-left: 16px !important;
}

.brand-container .left-bar {
  width: 7.4vw;
  font-size: 0.9869791667vw;
}

@media (max-width: 767px) {
  .brand-container .instagram-content,
  .brand-container .youtube-content {
    grid-template-columns: 1fr !important;
    padding: 10px !important;
    gap: 15px !important;
  }

  .brand-container .mobile-header {
    color: rgba(33, 37, 41, 0.75);
    font-size: 32px;
    font-weight: 500;
    background: var(--grey-50) !important;
    padding-left: 20px !important;
  }

  .brand-container .info-card .followers-header .header-right .illustration-container {
    display: none;
  }

  .brand-container .tabs-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 10px 8px 5px 20px !important;
    background: var(--grey-50) !important;
  }

  .brand-container .tabs-header .tabs {
    display: flex;
    margin-left: -20px;
  }

  .brand-container .tabs-header .tabs button {
    padding: 15px 25px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 25px;
    color: #6c757d !important;
    position: relative;
    margin-bottom: -8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: "DINPro-medium", sans-serif;
  }

  .brand-container .tabs-header .tabs button.active {
    background-color: #e6e6e7;
    color: #d02c29 !important;
    font-weight: 500;
    border-bottom-color: #d02c29 !important;
    font-size: 25px;
  }

  .brand-container .tabs-header .tabs button.active::before,
  .brand-container .tabs-header .tabs button.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-color: #d02c29 !important;
    border-style: solid;
    box-sizing: border-box;
  }

  .brand-container .tabs-header .tabs button.active::after {
    right: -10px;
    border-width: 0 0 1px 1px;
    border-bottom-left-radius: 8px;
    box-shadow: -2px 2px 0 #e6e6e7;
  }

  .brand-container .tabs-header .period-indicator .period-value {
    font-size: 12px !important;
    margin-bottom: 15px;
  }

  .brand-container .card .card-header .fs5 {
    font-size: 10px !important;
  }

  .brand-container .card .value-card-section {
    min-height: 100px !important;
  }

  .brand-container .card .value-card-section .fs0 {
    font-size: 32px !important;
  }

  .brand-container .card .reach-status .pp-value {
    font-size: 8px !important;
  }

  .brand-container .card .reach-status span {
    font-size: 12px !important;
  }

  .brand-container .card .badge {
    font-size: 8px !important;
    padding: 0vw 1vw !important;
    height: auto !important;
    min-height: auto !important;
  }

  .brand-container .tabs {
    margin-left: 0 !important;
    width: 100%;
  }

  .brand-container .tabs button {
    padding: 0 5px 10px 0 !important;
    margin-right: 5px !important;
    font-size: 16px !important;
    background: none !important;
    border: none !important;
    margin-bottom: 0 !important;
  }

  .brand-container .tabs button.active {
    color: var(--secondary-color) !important;
    border: none !important;
  }

  .brand-container .tabs button.active::after {
    display: none;
  }

  .brand-container .tabs button.active::before {
    display: block !important;
    width: 100% !important;
    height: 4px !important;
    background-color: var(--secondary-color) !important;
    left: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    content: "" !important;
    position: absolute !important;
    right: calc(var(--br1) * 1.5 * -1) !important;
  }

  .brand-container .period-indicator {
    margin: 5px 0 10px 10px !important;
    width: 100%;
  }

  .brand-container :deep(.controls) {
    margin: 10px 0 10px 10px;
    width: 100%;
  }

  .brand-container .card .card-header .fs5 {
    font-size: 10px !important;
  }

  .brand-container .card .value-card-section {
    min-height: 100px !important;
  }

  .brand-container .card .value-card-section .fs0 {
    font-size: 32px !important;
  }

  .brand-container .card .badge {
    font-size: 8px !important;
    padding: 0vw 1vw !important;
    height: auto !important;
    min-height: auto !important;
  }

  .brand-container .m-100.d-flex.align-stretch.custom-gap-2.h-100 {
    flex-direction: column;
  }

  .brand-container .bar-chart-container {
    min-height: 200px;
    padding: 0 5px;
    overflow-x: scroll;
    justify-content: flex-start !important;
    width: 100%;
    display: flex;
    align-items: flex-end;
  }

  .brand-container :deep(.bar-chart-item) {
    margin: 0 3px;
    width: auto;
    min-width: 22px;
    max-width: 28px;
  }

  .brand-container :deep(.bar-container) {
    width: 10px !important;
  }

  .brand-container :deep(.value-label) {
    font-size: 0.7rem;
    min-width: 40px;
    height: 20px;
    padding: 2px 3px;
  }

  .brand-container :deep(.bar-label) {
    font-size: 0.7rem;
    font-weight: bold;
  }

  .brand-container .year-end-target {
    font-size: 0.9rem;
    padding: 10px 0;
  }

  .brand-container .video-title {
    font-size: 0.85rem;
  }

  .brand-container .video-metadata {
    font-size: 0.75rem;
  }

  .brand-container .youtube-content {
    grid-template-columns: 1fr;
  }

  .brand-container .youtube-content .right-column {
    margin-top: 0;
  }

  .brand-container .youtube-content .full-width-section {
    margin-top: 20px;
  }

  .brand-container .ytd-progress-bar-container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .brand-container .info-card {
    width: 380px;
    margin: 0 auto;
  }

  .brand-container :deep(.bar-chart-item) {
    margin: 3px 6px;
    min-width: 20px;
    max-width: 20px;
  }

  .brand-container :deep(.bar-container) {
    width: 8px !important;
  }
}

.sales-container .custom-gap-4 {
  gap: 1rem;
}

.sales-container .custom-gap-2 {
  gap: 0.5rem;
}

.sales-container .custom-gap-1 {
  gap: 0.25rem;
}

.sales-container .flex-grow-1 {
  flex: 1;
}

.sales-container .px-1_6 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.sales-container .py-1_0 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.sales-container .pr-8_0 {
  padding-right: 5rem;
}

.sales-container .px-2_0 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.sales-container .w-10vw {
  width: 10vw;
  height: 10px;
}

.sales-container .fs0 {
  font-size: 2rem;
}

.sales-container .fs2 {
  font-size: 1.25rem;
}

.sales-container .fs3 {
  font-size: 1rem;
}

.sales-container .fs5 {
  font-size: 0.75rem;
}

.sales-container .fw2 {
  font-weight: 500;
}

.sales-container .lh4 {
  line-height: 1.5;
}

.sales-container .ff1 {
  font-family: "DINPro-Light", sans-serif;
}

.sales-container .ff2 {
  font-family: "DINPro-Medium", sans-serif;
  font-size: 50px;
  color: #387236;
}

.sales-container .grey-50-bg {
  background-color: #f5f5f6;
}

.sales-container .white-bg {
  background-color: #ffffff;
}

.sales-container .green-bg {
  background-color: #387236;
}

.sales-container .orange-bg {
  background-color: #e37215;
}

.sales-container .grey-400-color {
  color: #999999;
}

.sales-container .grey-500-color {
  color: #666666;
}

.sales-container .green-color {
  color: #387236;
}

.sales-container .orange-color {
  color: #e37215;
}

.sales-container .red-color {
  color: #d02c29;
}

.sales-container .justify-space-between {
  justify-content: space-between;
}

.sales-container .align-stretch {
  align-items: stretch;
}

.sales-container .prg-x-100 {
  width: 100%;
}

.sales-container .brand-container {
  height: 100%;
}

.sales-container .year-end-target {
  font-family: "DINPro-Light", sans-serif;
  font-size: 0.8rem;
  color: #666;
  text-align: center;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.sales-container .info-card .card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sales-container .info-card .card-header .card-header-image img {
  width: 80px;
  height: 100%;
}

.sales-container .info-card .badge {
  font-size: 0.7rem;
  color: #666;
  background-color: #e6e6e7;
  border-radius: 15px;
  border: 1px solid #aeadb3;
  padding: 4px 10px;
  font-weight: 900;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-top: 2px;
}

.sales-container .bar-chart-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  width: 100%;
}

.sales-container .tabs-container .tabs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  background-color: #ffffff;
}

.sales-container .tabs-container .tabs-header .tabs {
  display: flex;
  border-radius: 0;
  overflow: hidden;
  margin-left: 0;
}

.sales-container .tabs-container .tabs-header .tabs button {
  background: #ffffff;
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  font-family: "DINPro-Medium", sans-serif;
  font-size: 25px;
  color: #666;
  border-radius: 20px 20px 0 0;
  margin-right: 2px;
}

.sales-container .tabs-container .tabs-header .tabs button.active {
  background-color: #e6e6e7;
  color: #666;
  font-weight: 500;
}

.sales-container .tabs-container .tabs-header .period-indicator {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
}

.sales-container .tabs-container .tabs-header .period-indicator .period-label {
  font-size: 12px;
  color: #888;
}

.sales-container .tabs-container .tabs-header .period-indicator .period-value {
  font-size: 20px;
  color: #666;
  font-family: "DINPro-medium", sans-serif;
}

.sales-container .tabs-container .tabs-header .period-indicator .period-value .period-separator {
  margin: 0 5px;
  font-size: 12px;
  vertical-align: middle;
}

.sales-container .tabs-container .tabs-header .period-indicator .period-value .in-year {
  margin-left: 10px;
  color: #aaa;
}

.sales-container .tabs-container .tab-content {
  padding: 0;
}

.sales-container .tabs-container .tab-content .instagram-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  background-color: #e6e6e7;
}

.sales-container .mobile-header {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e6e6e7;
}

.sales-container .value-with-arrow {
  position: relative;
}

.sales-container .value-with-arrow:before {
  content: "\2197";
  margin-right: 0.25rem;
}

.sales-container .red .value-with-arrow:before {
  content: "\2198";
}

@media (min-width: 768px) {
  .sales-container .flex-md-column-reverse {
    flex-direction: column-reverse;
  }

  .sales-container .d-md-grid {
    display: grid;
  }

  .sales-container .ytd-progress-bar-container {
    min-width: 150px;
  }
}

@media (max-width: 767px) {
  .sales-container .instagram-content,
  .sales-container .youtube-content {
    grid-template-columns: 1fr !important;
    padding: 10px !important;
    gap: 15px !important;
  }

  .sales-container .mobile-header {
    color: rgba(33, 37, 41, 0.75);
    font-size: 32px;
    font-weight: 500;
    background: var(--grey-50) !important;
    padding-left: 20px !important;
  }

  .sales-container .tabs-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 10px 8px 5px 20px !important;
    background: var(--grey-50) !important;
  }

  .sales-container .tabs-header .tabs {
    display: flex;
    margin-left: -20px;
    width: 100%;
  }

  .sales-container .tabs-header .tabs button {
    padding: 0 5px 10px 0 !important;
    margin-right: 5px !important;
    font-size: 16px !important;
    background: none !important;
    border: none !important;
    margin-bottom: 0 !important;
  }

  .sales-container .tabs-header .period-indicator .period-value {
    font-size: 12px !important;
    margin-bottom: 15px;
  }

  .sales-container .tabs button.active {
    color: #d02c29 !important;
    border: none !important;
    border-bottom: 4px solid #d02c29 !important;
    padding-bottom: 5px !important;
  }

  .sales-container .tabs button.active::after {
    display: none;
  }

  .sales-container .tabs button.active::before {
    display: block !important;
    width: 100% !important;
    height: 4px !important;
    background-color: var(--secondary-color) !important;
    left: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    content: "" !important;
    position: absolute !important;
    right: calc(var(--br1) * 1.5 * -1) !important;
    border: 1px solid #d02c29;
  }

  .sales-container .period-indicator {
    margin: 10px 0 !important;
    width: 100%;
  }

  .sales-container :deep(.controls) {
    margin: 10px 0;
    width: 100%;
  }

  .sales-container .m-100.d-flex.p-0.w-100 {
    flex-direction: column !important;
  }

  .sales-container .m-100.col-9 {
    width: 100% !important;
  }

  .sales-container .m-100.d-flex.align-stretch.custom-gap-2.h-100 {
    flex-direction: column !important;
  }

  .sales-container .card.min-card {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .sales-container .m-100.d-flex.flex-column.w-100 {
    width: 100% !important;
    margin-top: 15px;
  }

  .sales-container .ytd-progress-bar-container {
    min-width: 100px;
  }

  .sales-container .card-header {
    flex-wrap: wrap;
  }

  .sales-container .d-md-grid {
    display: block !important;
  }

  .sales-container .period-indicator {
    width: 100%;
    margin-top: 10px;
  }

  .sales-container .card-header-image {
    display: none;
  }
}

@media (max-width: 480px) {
  .sales-container .info-card {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}

