:root {
    --primary-accent-color: #FF9F1C;
    --secondary-accent-color: #feda03;
    --primary-gradient-color: #FF9F1C;
    --secondary-gradient-color: #ff6c7f;
    --omaps-gradient: linear-gradient(to right, var(--primary-gradient-color) 20%, var(--secondary-gradient-color));
}
[data-bs-theme="light"] {
    --hero-fill: #717784;
}
[data-bs-theme="dark"] {
    --hero-fill: #717784;
}
body {
    font-family: "Manrope VF",Manrope,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
}
.btn:not(.btn-icon) {
    text-wrap: nowrap;
}
#kt_app_toolbar {
    height: calc(100vh - var(--bs-app-header-height-actual));
    position: relative;
}
.bg-silhouette::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../media/custom/silhouette.png');
  background-size: cover;
  opacity: 0.04;
  pointer-events: none;
  z-index: -1;
}
.hero-box {
    padding: 65px 0;
    background: var(--bs-gray-100);
}
.hero-silhouette {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  filter: opacity(4%);
}
.hero-fill {
    background-color: var(--hero-fill);
    fill: var(--hero-fill);
}
.hero-center {
     position: absolute;
     top: 40%;
     left: 50%;
     transform: translate(-50%, -40%);
     width: 100%;
}
.gradient-text, .checkout-step.active .symbol-label i, .checkout-step.completed .symbol-label i, .text-active-gradient.active, .text-active-gradient.active i, .explorer-tab.active i {
    background-color: var(--main-font-color);
    background-image: var(--omaps-gradient);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    padding: 1px;
    margin: -1px;
	/*padding: 0.2em;
	margin: -0.2em;*/
}
.gradient-bg {
    background: var(--omaps-gradient);
}
.gradient-hover:hover {
    background-color: var(--main-font-color);
    background-image: var(--omaps-gradient);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.gradient-border {
    border: 3px solid;
    border-image: var(--omaps-gradient) 1;
}
.text-active-gradient.active {
  background-color: var(--main-font-color);
  background-image: var(--omaps-gradient);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  padding: 1px;
  margin: -1px;
}
.text-hover-gradient:hover {
  background-color: var(--main-font-color);
  background-image: var(--omaps-gradient);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  padding: 1px;
  margin: -1px;
}
.carousel-custom .carousel-indicators-active-gradient li.active:after {
    background-image: var(--omaps-gradient);
}
#kt_app_header {
    z-index: 107;
}
.rounded-5 {
    border-radius: 3rem!important;
}
.text-current {
    color: currentColor !important;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.featured-item-info .featured-item-badges {
    top: -35px;
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
}
.featured-item-info .featured-item-badges .badge {
    border: 1px solid var(--bs-border-color);
}
.avatar {
    background: var(--omaps-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.avatar div {
    width: 92%;
    height: 92%;
    border-radius: 50%;
    background-size: cover;
}
.w-fit-content {
    width: fit-content !important;
}
.h-fit-content {
    height: fit-content !important;
}
.destination-card {
    background-color: #00000024;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.vcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-primary {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1); /* small white overlay */
  opacity: 0;
  z-index: 1;
}
.btn.btn-primary:hover::before {
  opacity: 1;
}
.gradient-text.gradient-text-hover:hover {
  filter: brightness(1.2);
}
body.modal-open .app-root {
  filter: blur(3px);
  will-change: filter;
}
.tooltip {
    font-family: unset !important;
}
.indicator-label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-radius-0 {
    border-radius: 0 !important;
}
.text-underline {
    text-decoration: underline dotted !important;
}
.blank-avatar {
    background-color: var(--bs-gray-200);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.85rem;
}
.table-scrollable thead th {
    position: sticky;
    top: 0;
    background-color: var(--bs-body-bg);
    z-index: 1;
}
.gradient-image {
    background: var(--omaps-gradient);
    padding: 5px;
    border-radius: 50%;
}
.lh-fix {
    line-height: 1.3;
}
.full-width-bg {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    overflow-x: hidden;
}
.py-21 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.g-12 {
    --bs-gutter-x: 3.5rem;
    --bs-gutter-y: 3.5rem;
}
.btn-active-gradient.active span,
.btn-active-gradient.active i {
    background-image: var(--omaps-gradient);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.seller-sidebar {
    position: sticky;
    top: var(--bs-app-header-height-actual, 70px);
    align-self: flex-start;
    height: calc(100vh - var(--bs-app-header-height-actual, 70px) - 3.75rem - 3.75rem);
    overflow-y: auto;
    z-index: 3;
    flex-shrink: 0;
}
.seller-sidebar-toggle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-gray-200);
    cursor: pointer;
    position: fixed;
    z-index: 3;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    opacity: 0.7;
}
.seller-sidebar-toggle.active {
    display: none !important;
}
.select-none {
    user-select: none !important;
}
.lf-controls {
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	display: flex;
	pointer-events: all !important;
	border: 2px solid rgba(0,0,0,.2);
	border-radius: 6px;
}
.lf-controls > * {
	border-right: 1px solid #ccc;
}
.lf-control:last-child {
	border-right: 0px solid;
}
.lf-control {
	width: 45px;
	height: 45px;
	background: var(--bs-body-bg);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lf-control i {
    font-size: 1.75rem !important;
}
.leaflet-center {
	left: 50%;
	transform: translate(-50%, 0);
}
.dz-disabled {
    pointer-events: none;
    cursor: not-allowed !important;
}
.course-dz-previews {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cr-boundary {
    border-radius: 0.85rem !important;
}
.flatpickr-current-month input.cur-year {
    height: auto !important;
}
.map-preview {
    border: 3px solid;
    border-image: var(--omaps-gradient) 1;
}
.map-detail-list {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}
.map-detail-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
}
.map-detail-list li:nth-child(2n) {
    background-color: var(--bs-light);
    border-radius: 0.85rem;
}
.map-detail-list li span:first-child {
    font-weight: 600;
    white-space: nowrap;
    margin-right: 10px;
}
.map-detail-list li span:last-child {
    color: var(--bs-gray-800);
    text-align: right;
}
.leaflet-control-attribution {
    display: none !important;
}
.bg-ph {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.bg-ph::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../media/custom/shop.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--bs-light);
    filter: blur(15px);
    z-index: -1;
}
.icon-crossed {
    position: relative;
    display: inline-block;
}
.icon-crossed::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    border-bottom: 2px solid currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
}
.gradient-border-2 {
    position: relative;
}
.gradient-border-2::before {
    content: '';
    position: absolute;
    inset: -2px;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(to right, var(--primary-gradient-color), var(--secondary-gradient-color));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.checkout-step {
    color: var(--bs-text-muted);
    cursor: pointer;
}
.checkout-step.active,
.checkout-step.completed {
    color: var(--bs-text-dark);
}
.checkout-progress {
    transition: width 0.3s ease;
}
.checkout-step-content {
    animation: fadeIn 0.3s ease;
}
.h-stretch {
    height: stretch;
}
.order-summary-card {
    position: sticky;
    top: var(--bs-app-header-height-actual, 70px);
}
#explorer_panels {
    pointer-events: none;
}
#explorer_panels > * {
    cursor: auto;
    pointer-events: auto;
}
#explorer_panel_maps .expansion .map-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.explorer-tab {
    color: var(--bs-gray-500);
    transition: color 0.15s ease;
    white-space: nowrap;
}
.explorer-tab.active {
    color: var(--bs-gray-900);
}
.leaflet-marker-icon {
    transition: filter 0.15s ease;
}
.leaflet-marker-icon.marker-highlighted {
    filter: drop-shadow(0 0 10px var(--primary-gradient-color)) brightness(1.2);
}
.leaflet-tooltip.explorer-tooltip {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 1.5rem;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-family: inherit;
}
.leaflet-tooltip.explorer-tooltip::before { display: none; }
.menu-title {
    text-wrap: nowrap;
}
.min-w-0 {
    min-width: 0 !important;
}
.flag {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.shop-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.shop-nav a {
    display: flex;
    align-items: center;
    border-radius: 0.85rem;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 1.5rem 1.5rem;
    color: var(--bs-text-muted);
    box-shadow: var(--bs-box-shadow-sm);
    cursor: pointer;
}
.shop-nav a.active {
    
    color: var(--bs-gray-900);
    transform: scale(1.05);
}
.bgi-padded {
    background-repeat: no-repeat;
    background-position: right top;
    background-origin: content-box;
    background-clip:   content-box;
    background-size:   contain;
}
.shop-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    filter: blur(10px);
    opacity: 0.1;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.card-map-img {
    opacity: 0;
    transition: opacity 250ms ease;
    background: var(--bs-gray-200);
}
.card-map-img.loaded {
    opacity: 1;
}
/* Stand-in thumbnail for maps with no preview yet (e.g. teaser maps released in the
   future). bg-ph paints the same blurred placeholder used on the no-preview detail pages.
   The aspect ratio matches the real thumbnail crop (374x228, see the Croppie viewport in
   seller.js) so the card is the same height as cards with a real thumbnail. */
.card-map-ph {
    aspect-ratio: 374 / 228;
}
@media (max-width: 992px) {
    .seller-sidebar {
        position: fixed !important;
        top: calc(var(--bs-app-header-height-actual, 70px) + 3.75rem) !important;
    }
}
.bi-person-walking {
    display: inline-block;
    transform: rotate(20deg);
}