/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
:root,
[data-bs-theme='light'] {
  --phoenix-body-bg: #fff;
  --phoenix-body-bg-rgb: 255, 255, 255;
  --phoenix-primary: #e5780b;
  --phoenix-primary-rgb: 229, 120, 11;
  --phoenix-gray-100: #f9fafd;
  --phoenix-gray-100-rgb: 249, 250, 253;
  --phoenix-theme-wizard-complete-color: #e5780b;
  --phoenix-theme-wizard-active-color: #e5780b;
  --phoenix-link-color: #e5780b;
  --phoenix-link-color-rgb: 229, 120, 11;
  --phoenix-link-hover-color: #d6630a;
  --phoenix-link-hover-color-rgb: 214, 99, 10;
  --phoenix-navbar-top-height: 2.5rem;
  --phoenix-primary-text-emphasis: #e5780b;
  --phoenix-navbar-top-height: 2.5rem;
  --phoenix-border-radius: 0rem;
  --phoenix-card-border-radius: 0px;
  --phoenix-card-inner-border-radius: 0px;
  --phoenix-card-title-spacer-y: 0rem;
  --bg-home-heading: 239, 242, 246, 1;


}

[data-bs-theme='dark'] {
  --phoenix-body-bg: #0f111a;
  --phoenix-body-bg-rgb: 15, 17, 26;
  --phoenix-primary: #ffcc85;
  --phoenix-primary-rgb: 255, 204, 133;
  --phoenix-theme-wizard-complete-color: #ffcc85;
  --phoenix-theme-wizard-active-color: #ffcc85;
  --phoenix-link-color: #ffcc85;
  --phoenix-link-color-rgb: 255, 204, 133;
  --phoenix-link-hover-color: #d6630a;
  --phoenix-link-hover-color-rgb: 214, 99, 10;
  --phoenix-primary-text-emphasis: #ffcc85;
  --phoenix-navbar-top-height: 2.5rem;
  --phoenix-pagination-active-bg: #ffcc85;
  --phoenix-pagination-active-color: #0f111a;
  --bg-home-heading: 37, 40, 52, 0.5;
}

.pagination {
  --phoenix-pagination-active-bg: #e5780b;
  --phoenix-pagination-active-color: #fff;
  --phoenix-pagination-active-border-color: #e5780b;
}

[data-bs-theme='dark'] .pagination {
  --phoenix-pagination-active-bg: #ffcc85;
  --phoenix-pagination-active-color: #0f111a;
  --phoenix-pagination-active-border-color: #ffcc85;
}

.logo-text {
  font-size: 1.2rem;
  color: var(--phoenix-body-highlight-color);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .top-md-50 {
  top: 50% !important;
  }
  .start-md-50 {
  left: 50% !important;
  }
  .translate-md-middle {
  transform: translate(-50%, -50%) !important;
  }
}
  

/* Bottom only Borders */
.form-control,
.form-select,
.input-group-text {
  border: none;
  border-bottom: 1px solid;
}


/* Border color */
.form-check-input:checked,
.form-control:focus,
.form-select:focus,
.was-validated .custom-validation:valid,
.custom-validation.is-valid,
.custom-validation:focus,
.form-check-input:checked,
.form-check-input:focus,
.card.custom-focus:focus,
.card.custom-focus.focus {
  border-color: var(--phoenix-primary);
}

.btn-close {
  --phoenix-btn-close-focus-opacity: 0;
}

/* Background color body */
.input-group .input-group-text {
  background-color: var(--phoenix-body-bg) !important;
}

/* Backgroung color */
.form-check-input:checked,
.custom-file-label,
.form-check-input:checked {
  background-color: var(--phoenix-primary);
}

/* Table pagination current bg color */
[data-list] li.active .page,
.table-list li.active .page {
  color: var(--phoenix-dark-text-emphasis);
  background-color: var(--phoenix-primary);
}

/* focus shadow */
.form-control:focus,
.form-select:focus,
.form-check-input:focus,
.card.custom-focus:focus,
.card.custom-focus.focus {
  -webkit-box-shadow: 0px 4px 6px rgba(var(--phoenix-primary-rgb), 0.40);
  /* Bottom-only shadow */
  box-shadow: 0px 4px 6px rgba(var(--phoenix-primary-rgb), 0.40);
  /* Bottom-only shadow */
}

.custom-validation:focus {
  -webkit-box-shadow: inset 0 1px 2px transparent, 0 0 0 0.25rem rgba(var(--phoenix-primary-rgb), 0.25) !important;
  box-shadow: inset 0 1px 2px transparent, 0 0 0 0.25rem rgba(var(--phoenix-primary-rgb), 0.25) !important;
}


/* Change Radius  */
.search-box .search-input,
.form-check-input[type=checkbox] {
  border-radius: 0rem;
}

/* Addition custom class for input field validation to be use where there is no validation */
.was-validated .custom-validation:valid,
.custom-validation.is-valid {
  padding-right: initial;
  background-image: none;
}

.custom-file-label {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.spinner-overlay {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
}

#overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  /* Semi-transparent black overlay */
  z-index: 9999 !important;
  /* Ensure the overlay is on top of everything */
}

.btn {
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.btn-primary,
.tox .tox-dialog__footer .tox-button:last-child,
.tox .tox-button {
  --phoenix-btn-bg: var(--phoenix-primary);
  --phoenix-btn-hover-bg: var(--phoenix-primary);
  --phoenix-btn-color: var(--phoenix-dark-text-emphasis);
  --phoenix-btn-active-color: var(--phoenix-dark-text-emphasis);
  --phoenix-btn-active-bg: var(--phoenix-primary);
  --phoenix-btn-disabled-bg: var(--phoenix-dark-bg-subtle);
  --phoenix-btn-disabled-border-color: var(--phoenix-dark-border-subtle);
}

/*changing  wizard size and look */
.theme-wizard .nav-item .nav-link .nav-item-circle {
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
}

.theme-wizard .nav-item:not(.theme-wizard .nav-item:last-child) .nav-link:before {
  left: 10%;
  top: 41%;
}

@media (min-width: 768px) {
  .theme-wizard .nav-item:not(.theme-wizard .nav-item:last-child) .nav-link:before {
    top: 22%;
    /* top: 27%; */
    left: 6%;
  }

  .theme-wizard.adjust-line .nav-item:not(.theme-wizard .nav-item:last-child) .nav-link:before {
    left: 3%;
  }

  [dir="rtl"] .theme-wizard.adjust-line .nav-item:not(.theme-wizard .nav-item:last-child) .nav-link:before {
    right: 3%;
    left: auto;
  }
}

@media (max-width: 768px) {
  .theme-wizard .nav-item:not(.theme-wizard .nav-item:last-child) .nav-link:before {
    top: 37%;
    left: 3%;
  }

  [dir="rtl"] .theme-wizard.adjust-line .nav-item:not(.theme-wizard .nav-item:last-child) .nav-link:before {
    right: 3%;
    left: auto;
  }
}

/* changing form check box colors */
.custom-search-filters-selected {
  border: none;
  border-bottom: 2px solid rgb(229, 120, 11);
}

/* changing badge text CAPS conversion to same as input */
.badge-phoenix {
  text-transform: none;
}

.card {
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-bottom: 2px var(--phoenix-primary) solid;
  --phoenix-card-border-radius: 0px;
  --phoenix-card-inner-border-radius: 0px;
  --phoenix-card-title-spacer-y: 0rem;
}

/* Active state for pressable effect */
.card:active {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transform: none;
  transform: none;
}

.card.theme-wizard {
  border-bottom: none;
}

.card.theme-wizard:active {
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-transform: none;
  transform: none;
}

hr {
  margin: 2px 0;
}

/* Adjust padding in card body */
.card-body {
  padding: 0.5rem 0.5rem;
}

/* Additional calls for card body heigth for wizaed content  */
.card-body-h-55 {
  height: 60vh !important;
}
.card-body-h-auto {
  height: calc(100vh - var(--phoenix-navbar-top-height) - 3.5rem - 3.5rem - 55px) !important;
  /* 
    100vh = full viewport height
    - var(--phoenix-navbar-top-height) = top nav height (2.5rem)
    - 3.5rem = bottom nav height (2.5rem + 1rem padding)
    - 3.5rem = app title height (2.5rem + 1rem padding)
    - 50px = gap for mobile
  */
  overflow-y: auto;
}

@media (min-width: 768px) {
  .card-body-h-auto {
    height: calc(100vh - var(--phoenix-navbar-top-height) - 3.5rem - 3.5rem - 85px) !important;
    /* 
      100vh = full viewport height
      - var(--phoenix-navbar-top-height) = top nav height (2.5rem)
      - 3.5rem = bottom nav height (2.5rem + 1rem padding)
      - 3.5rem = app title height (2.5rem + 1rem padding)
      - 90px = gap for desktop
    */
  }
}

.card-img-top {
  height: 125px !important;
}



/* .datepicker {
  z-index: 9999 !important;
} */

.modal-showimage {
  --phoenix-modal-width: 768px !important;
}

.content {
  padding: calc(var(--phoenix-navbar-top-height) + 0.5rem) 0.9rem 6.375rem 0.9rem;
}

.custom-file-label i {
  margin-right: 5px;
}

/* Chaning the according buttons fills color */
.accordion {
  --phoenix-accordion-btn-padding-y: 0.1rem;
  --phoenix-accordion-btn-icon: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='-200 -200 900 900'%3E%3Cpath fill='%23e5780b' d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
  --phoenix-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='-200 -200 900 900'%3E%3Cpath fill='%23e5780b' d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
}

.accordion-button {
  font-weight: normal;
}

[data-bs-theme=dark] .accordion-button::after {
  --phoenix-accordion-btn-icon: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='-200 -200 900 900'%3E%3Cpath fill='%23ffcc85' d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
  --phoenix-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='-200 -200 900 900'%3E%3Cpath fill='%23ffcc85' d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
}

.object-fit-cover {
  object-fit: cover;
}

.swiper-container {
  width: 100%;
  height: 0;
  padding-bottom: 177.78%;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* additonal class creared to set max width where required */
.cust-max-w-md {
  max-width: 768px;
  margin: 0 auto;
}

.cust-max-w-xl {
  max-width: 1200px;
  margin: 0 auto;
}

.cust-max-w-lg {
  max-width: 992px;
  margin: 0 auto;
}

/* Additional class for card body heigth for wizaed content  */
.card-body-h-55 {
  height: 60vh !important;
}

.card-body-h-65 {
  height: 60vh !important;
}

.card-body-maxh-55 {
  max-height: 55vh !important;
}

.card-body-maxh-60 {
  max-height: 60vh !important;
}

.card-body-maxh-65 {
  max-height: 65vh !important;
}

.card-body-maxh-auto {
  max-height: calc(100vh - var(--phoenix-navbar-top-height) - 3.5rem - 3.5rem - 55px) !important;
  /* 
    100vh = full viewport height
    - var(--phoenix-navbar-top-height) = top nav height (2.5rem)
    - 3.5rem = bottom nav height (2.5rem + 1rem padding)
    - 3.5rem = app title height (2.5rem + 1rem padding)
    - 50px = gap for mobile
  */
  overflow-y: auto;
}

@media (min-width: 768px) {
  .card-body-maxh-auto {
    max-height: calc(100vh - var(--phoenix-navbar-top-height) - 3.5rem - 3.5rem - 85px) !important;
    /* 
      100vh = full viewport height
      - var(--phoenix-navbar-top-height) = top nav height (2.5rem)
      - 3.5rem = bottom nav height (2.5rem + 1rem padding)
      - 3.5rem = app title height (2.5rem + 1rem padding)
      - 90px = gap for desktop
    */
  }
}


.cust-max-img-h {
  height: auto !important;
  max-height: 280px !important;
}

.modal-showimage {
  --phoenix-modal-width: 768px !important;
}

.swiper-theme-container .swiper-wrapper .swiper-slide .swiper-img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover !important;
  color: transparent;
}

.swiper-slide {
  min-height: 192px;
}

.card-active {
  border-color: var(--phoenix-primary);
  -webkit-box-shadow: inset 0 1px 2px transparent, 0 0 0 0.25rem rgba(var(--phoenix-primary-rgb), 0.25);
  box-shadow: inset 0 1px 2px transparent, 0 0 0 0.25rem rgba(var(--phoenix-primary-rgb), 0.25);
}

@media (min-width: 576px) {
  .swiper-slide {
    min-height: 488.84px;
  }

  .cust-max-img-h {
    max-height: 488.84px !important;
  }
}

/* .membership_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px; 
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"%3E%3Cpolygon points="0,0 10,0 5,6" fill="%23999"%3E%3C/polygon%3E%3C/svg%3E'); 
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  padding: 10px;
  border: 1px solid #ccc;
} */
.ride-toggle {
  cursor: pointer;
}

.category_card {
  transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
  cursor: pointer;
}

.single-ride-title-position {
  left: 50%;
}

.login-form-icon {
  position: absolute;
  top: 8px;
  left: .7rem;
}

.icon-vs {
  width: 0.8rem;
  height: 0.8rem;
}

.icon-t {
  width: 1rem;
  height: 1rem;
}

.icon-s {
  width: 1.1rem;
  height: 1.1rem;
}

.icon-m {
  height: 1.5rem;
  width: 1.5rem;
}

.icon-l {
  height: 2rem;
  width: 2rem;
}

.icon-qr {
  height: 2.2rem;
  width: 2.2rem;
}

.icon-img-container {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  position: relative;
}

.linkcard-main-container-s {
  width: 5.1rem;
  height: 6.0rem;
}

.linkcard-img-container-s {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  position: relative;
}

.linkcard-main-container {
  width: 9.1rem;
  height: 10.5rem;
}

.linkcard-body-padding {
  padding: 0.5rem 0.3rem;
}
.linkcard-body-padding-s {
  padding: 0.3rem 0.1rem;
}

.linkcard-img-container {
  width: 9rem;
  height: 9rem;
  overflow: hidden;
  position: relative;
}

.linkcard-img-container-3rem {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  /* Prevent shrinking */
}

.image-container-carousel {
  width: 15rem;
  height: 11rem;
  overflow: hidden;
  position: relative;
}

.membership-card-container {
  width: 2.125in;
  height: 3.375in;
  object-fit: cover;
  object-position: center;
}

.linkcard-img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the container without distortion */
  object-position: center;
  /* Centers the image in the container */
}

.text-truncate-custom {
  white-space: nowrap;
  /* Prevents text wrapping */
  overflow: hidden;
  /* Hides the overflowing text */
  text-overflow: ellipsis;
  /* Adds the '...' for truncation */
  max-width: 100%;
  /* Prevents overflow from breaking layout */
  display: block;
  /* Ensures block behavior for proper truncation */
}

.bg-phoenix-pink {
  color: #fff !important;
  background-color: var(--phoenix-pink);
}

[data-bs-theme=dark] .bg-phoenix-pink {
  color: var(--phoenix-black) !important;
}

.navbar .navbar-logo {
  height: 3rem;
}

.kanban-container .kanban-column {
  width: 33%;
  margin-right: 1rem;
}

@media (max-width: 992px) {
  .kanban-container .kanban-column {
    width: 71%;
    margin-right: 0.5rem;
  }
}

.kanban-container .kanban-column.collapsed {
  width: 13%;
}

.kanban-container .kanban-column.collapsed .kanban-column-header {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.card-border-reverse {
  border: var(--phoenix-card-border-width) solid var(--phoenix-card-border-color);
}

.bg-yellow {
  background-color: var(--phoenix-yellow) !important;
}

.text-yellow {
  color: var(--phoenix-yellow) !important;
}

.border-yellow {
  border-color: var(--phoenix-yellow) !important;
}

.border-body-tertiary {
  border-color: var(--phoenix-tertiary-bg) !important;
}

.kanban-container {
  background-color: var(--phoenix-body-bg);
}

.pagination .page {
  margin: 0 5px;
}

.pagination .next {
  margin-left: 5px;
}

.pagination .prev {
  margin-left: 5px;
}

a[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

/* horizontal timeline */
.horizontal-timeline .items {
  margin-top: 25px;
}

.horizontal-timeline .items .items-list {
  border-top: 1px solid var(--phoenix-primary);
  display: inline-block;
  width: 300px;
  padding-top: 15px;
  position: relative;
  text-align: center;
}

.horizontal-timeline .items .items-list:before {
  content: "";
  position: absolute;
  height: 16px;
  border-right: 1px dashed var(--phoenix-primary);
  top: 0;
}

.horizontal-timeline .items .items-list .event-date {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 85px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .horizontal-timeline .items .items-list {
    width: 200px;
  }
}

/* datatable alyout change  */

.dt-container div.dt-layout-row {
  margin-top: 3px;
  margin-bottom: 3px;
}

.dt-container .dt-input {
  border-radius: 0rem !important;
  font-size: .8rem;
  border-bottom: 1px solid !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.dt-paging-button {
  padding: 0rem 0.5rem !important;
  font-size: .8rem !important;
}

.dt-info {
  font-size: .8rem !important;
}

.overlapped-image-container {
  position: relative;
  display: inline-block;
}

.overlapped-image {
  position: absolute;
  top: 2px;
  left: 2px;
  /* padding: 2px;
  background-color: white;
  Optional: to add a background behind the small image */
}

/* Images scroller new  */

.updates-scroll {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.update-item {
  display: inline-block;
  width: 30vw;
  /* SHOW 3 FULL + PARTIAL ITEM */
  height: calc(48vw + 5vh);
  /* Taller to match new width ratio */
  margin-right: 10px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.update-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .update-item {
    width: 180px;
    height: calc(280px + 5vh);
  }
}

.updates-scroll::-webkit-scrollbar {
  display: none;
}

.updates-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*  classes for photos gallery */
.smart-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 8px;
    padding: 10px;
  }

.smart-gallery-photo-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
  }

.smart-gallery-photo-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
  }

.smart-gallery-photo-card[data-orientation="portrait"] {
    grid-column: span 1;
  }

.smart-gallery-photo-card[data-orientation="landscape"] {
    grid-column: span 2;
  }

@media (min-width: 768px) {
  .smart-gallery-photo-img {
    height: 250px;
  }
}

@media (min-width: 1024px) {
  .smart-gallery-photo-img {
    height: 300px;
  }
}

/* AI Colors */
.bg-ai {
  --phoenix-bg-opacity: 1;
  background-color: #34a8c0 !important;
}

.text-ai {
  --phoenix-text-opacity: 1;
  color: #34a8c0 !important;
}
