:root {
  --lybiz-primary: #e5634d;
  --lybiz-primary-rgb: 229, 99, 77;
  --lybiz-secondary: #4a91a4;
  --lybiz-success: #16a34a;
  --lybiz-warning: #f59e0b;
  --lybiz-surface: #f8fafc;
  --lybiz-card: #ffffff;
  --lybiz-text: #172033;
  --lybiz-muted: #64748b;
  --lybiz-border: #e2e8f0;
  --lybiz-radius: 12px;
  --fn-primary: var(--lybiz-primary);
  --fn-primary-rgb: var(--lybiz-primary-rgb);
  --fn-link-color: var(--lybiz-primary);
  --fn-link-hover-color: #c94735;
}

html[data-bs-theme="light"],
:root {
  color-scheme: light;
  --lybiz-surface: #f8fafc;
  --lybiz-card: #ffffff;
  --lybiz-text: #172033;
  --lybiz-muted: #64748b;
  --lybiz-border: #e2e8f0;
  --fn-body-color: #4e5562;
  --fn-body-color-rgb: 78, 85, 98;
  --fn-body-bg: #ffffff;
  --fn-body-bg-rgb: 255, 255, 255;
  --fn-secondary-bg: #eef1f6;
  --fn-secondary-bg-rgb: 238, 241, 246;
  --fn-tertiary-bg: #f5f7fa;
  --fn-tertiary-bg-rgb: 245, 247, 250;
  --fn-emphasis-color: #1d2735;
  --fn-heading-color: #111827;
  --fn-border-color: #e0e5eb;
}

html[data-bs-theme="light"] body,
body {
  background: var(--lybiz-surface) !important;
  color: var(--lybiz-text);
}

html[data-bs-theme="light"] .content-wrapper,
html[data-bs-theme="light"] main.content-wrapper,
html[data-bs-theme="light"] .lybiz-home,
html[data-bs-theme="light"] .bg-body {
  background-color: var(--lybiz-surface) !important;
}

html[data-bs-theme="light"] .bg-body-secondary {
  background-color: #eef1f6 !important;
}

html[data-bs-theme="light"] .bg-body-tertiary {
  background-color: #f5f7fa !important;
}

html[data-bs-theme="light"] .navbar,
html[data-bs-theme="light"] .offcanvas,
html[data-bs-theme="light"] .dropdown-menu,
html[data-bs-theme="light"] .card,
html[data-bs-theme="light"] .modal-content,
html[data-bs-theme="light"] .list-group-item,
html[data-bs-theme="light"] .form-control,
html[data-bs-theme="light"] .form-select,
html[data-bs-theme="light"] .choices__inner,
html[data-bs-theme="light"] .lybiz-search-panel {
  background-color: #ffffff;
  color: var(--lybiz-text);
}

a {
  color: var(--lybiz-primary);
}

a:hover {
  color: #c94735;
}

.navbar,
.offcanvas,
.dropdown-menu,
.card,
.modal-content,
.list-group,
.toast {
  border-color: var(--lybiz-border);
}

.navbar {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
}

.btn,
.form-control,
.form-select,
.card,
.dropdown-menu,
.modal-content,
.list-group-item,
.choices__inner {
  border-radius: var(--lybiz-radius);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--lybiz-primary);
  border-color: var(--lybiz-primary);
  box-shadow: 0 10px 24px rgba(var(--lybiz-primary-rgb), 0.22);
}

.btn-outline-primary {
  color: var(--lybiz-primary);
  border-color: rgba(var(--lybiz-primary-rgb), 0.45);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--lybiz-primary);
  border-color: var(--lybiz-primary);
}

.text-primary,
.nav-link:hover,
.nav-link:focus,
.navbar-nav .nav-link.active {
  color: var(--lybiz-primary) !important;
}

.bg-primary,
.badge.bg-primary {
  background-color: var(--lybiz-primary) !important;
}

.card {
  background: var(--lybiz-card);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.card:hover {
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

.form-control:focus,
.form-select:focus,
.choices.is-focused .choices__inner,
.choices.is-open .choices__inner {
  border-color: var(--lybiz-primary);
  box-shadow: 0 0 0 0.2rem rgba(var(--lybiz-primary-rgb), 0.14);
}

.badge,
.btn-sm,
.rounded-pill {
  letter-spacing: 0;
}

.listar-post-tags a,
.listar-post-tags .btn,
.breadcrumb a {
  color: var(--lybiz-muted);
}

.listar-post-tags a:hover,
.breadcrumb a:hover {
  color: var(--lybiz-primary);
}

.swiper-pagination-bullet-active,
.page-item.active .page-link {
  background-color: var(--lybiz-primary);
  border-color: var(--lybiz-primary);
}

.page-link {
  color: var(--lybiz-primary);
}

.alert-primary {
  color: #8e3d31;
  background-color: #fff1ee;
  border-color: #ffd6cf;
}

.alert-success,
.badge.text-bg-success,
.bg-success {
  background-color: var(--lybiz-success) !important;
}

.alert-warning,
.badge.text-bg-warning,
.bg-warning {
  background-color: var(--lybiz-warning) !important;
}

.listar-gallery img,
.card-img-top,
.card > img {
  border-radius: var(--lybiz-radius);
}

.lybiz-featured-card {
  position: relative;
  border: 1.5px solid #d6a21f !important;
  box-shadow: 0 16px 34px rgba(214, 162, 31, 0.22) !important;
}

.lybiz-featured-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  pointer-events: none;
  border: 1px solid rgba(255, 214, 102, 0.5);
  border-radius: inherit;
}

.lybiz-card-badges {
  position: absolute;
  top: 12px;
  inset-inline-start: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 24px);
}

.lybiz-trusted-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 5px 10px;
  overflow: hidden;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(24, 119, 242, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(24, 119, 242, 0.3);
}

.lybiz-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 5px 10px;
  overflow: hidden;
  color: #5b3a00;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: linear-gradient(135deg, #ffe08a 0%, #f6c453 48%, #d6a21f 100%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(214, 162, 31, 0.36);
}

.lybiz-featured-badge i {
  color: #7a5200;
  font-size: 0.78rem;
  line-height: 1;
}

.lybiz-facebook-verified {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #1877f2;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 20%, 85% 15%, 80% 38%, 100% 50%, 80% 62%, 85% 85%, 62% 80%, 50% 100%, 38% 80%, 15% 85%, 20% 62%, 0% 50%, 20% 38%, 15% 15%, 38% 20%);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(24, 119, 242, 0.18);
}

.lybiz-facebook-verified::before {
  content: none;
}

.lybiz-title-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-inline-start: 5px;
  vertical-align: middle;
}

.lybiz-title-verified-lg {
  width: 24px;
  height: 24px;
}

.lybiz-title-verified-lg .lybiz-facebook-verified {
  width: 24px;
  height: 24px;
}

.lybiz-detail-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 13px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  background: #1877f2;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(24, 119, 242, 0.24);
}

.lybiz-detail-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 13px;
  color: #5b3a00;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #ffe08a 0%, #f6c453 48%, #d6a21f 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(214, 162, 31, 0.3);
}

.lybiz-detail-featured-badge i {
  color: #7a5200;
  font-size: 0.9rem;
  line-height: 1;
}

.lybiz-footer {
  background: #eef1f6;
  color: var(--lybiz-text);
  border-color: var(--lybiz-border) !important;
}

.lybiz-footer .accordion-item,
.lybiz-footer .accordion-button {
  background: transparent;
}

.lybiz-footer a,
.lybiz-footer .text-dark-emphasis,
.lybiz-footer .text-body {
  color: var(--lybiz-text) !important;
}

.lybiz-footer .text-body-secondary,
.lybiz-footer p {
  color: var(--lybiz-muted) !important;
}

.lybiz-footer .btn-outline-secondary {
  color: var(--lybiz-text);
  border-color: rgba(100, 116, 139, 0.32);
}

.lybiz-footer .btn-outline-secondary:hover {
  color: #ffffff;
  background: var(--lybiz-primary);
  border-color: var(--lybiz-primary);
}

.lybiz-app-download {
  width: 100%;
  max-width: 320px;
}

.lybiz-store-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lybiz-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  color: #ffffff !important;
  background: #111827;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.lybiz-footer .lybiz-store-button,
.lybiz-footer .lybiz-store-button span,
.lybiz-footer .lybiz-store-button i {
  color: #ffffff !important;
}

.lybiz-store-button i {
  font-size: 18px;
  line-height: 1;
}

.lybiz-store-button:hover {
  color: #ffffff !important;
  background: var(--lybiz-primary);
  transform: translateY(-1px);
}

.lybiz-language-switch {
  min-width: 72px;
  font-weight: 800;
  white-space: nowrap;
}

.lybiz-signup-card {
  padding: 28px;
  background: var(--lybiz-card);
  border: 1px solid var(--lybiz-border);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.lybiz-signup-card h1 {
  color: var(--lybiz-text);
  letter-spacing: 0;
}

.lybiz-signup-card .form-label {
  color: var(--lybiz-text);
  font-weight: 700;
}

.lybiz-country-code {
  flex: 0 0 42%;
  max-width: 42%;
}

.lybiz-verification-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lybiz-verification-methods .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  background: var(--lybiz-surface);
  border: 1px solid var(--lybiz-border);
  border-radius: 12px;
}

.lybiz-verification-methods .form-check-input {
  margin: 0;
}

.lybiz-owner-card {
  color: var(--lybiz-text);
}

.lybiz-owner-card > .position-relative {
  position: relative;
  z-index: 1;
}

.lybiz-owner-card .bg-body-tertiary {
  background-color: var(--lybiz-card) !important;
  border: 1px solid var(--lybiz-border);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.lybiz-owner-card h5,
.lybiz-owner-card h5 a,
.lybiz-owner-card .nav-link,
.lybiz-owner-card .nav-item,
.lybiz-owner-card i {
  color: var(--lybiz-text) !important;
}

.lybiz-owner-card .nav-item i {
  color: var(--lybiz-primary) !important;
}

.lybiz-home {
  background: var(--lybiz-surface);
}

.lybiz-hero {
  position: relative;
  padding: 72px 0 42px;
  background:
    linear-gradient(135deg, rgba(var(--lybiz-primary-rgb), 0.1), rgba(74, 145, 164, 0.13)),
    var(--lybiz-surface);
  overflow: hidden;
}

.lybiz-hero-copy,
.lybiz-search-panel {
  position: relative;
  z-index: 1;
}

.lybiz-hero h1 {
  max-width: 780px;
  margin: 0 0 16px;
  color: var(--lybiz-text);
  font-size: 3.25rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.lybiz-hero p {
  max-width: 650px;
  margin: 0;
  color: var(--lybiz-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.lybiz-search-panel {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9)),
    #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 22px;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(16px);
}

.lybiz-search-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.lybiz-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--lybiz-primary), #4a91a4);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(var(--lybiz-primary-rgb), 0.24);
}

.lybiz-search-panel .form-label {
  display: block;
  margin: 0 0 3px;
  color: var(--lybiz-text);
  font-weight: 800;
}

.lybiz-search-panel p {
  margin: 0;
  color: var(--lybiz-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.lybiz-search-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
}

.lybiz-search-bar .form-control {
  min-width: 0;
  height: 50px;
  padding-inline: 16px;
  background: transparent !important;
  border: 0;
  box-shadow: none !important;
}

.lybiz-search-bar .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 120px;
  height: 50px;
  border-radius: 14px;
  white-space: nowrap;
}

.lybiz-search-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}

.lybiz-search-quick span {
  color: var(--lybiz-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.lybiz-search-quick a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  color: var(--lybiz-text);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.lybiz-search-quick a:hover {
  color: #ffffff;
  background: var(--lybiz-primary);
  border-color: var(--lybiz-primary);
}

html[dir="rtl"] .lybiz-search-panel,
body.rtl .lybiz-search-panel {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .lybiz-search-head,
body.rtl .lybiz-search-head {
  direction: rtl;
}

html[dir="rtl"] .lybiz-search-bar,
body.rtl .lybiz-search-bar {
  direction: rtl;
}

html[dir="rtl"] .lybiz-search-bar .form-control,
body.rtl .lybiz-search-bar .form-control {
  text-align: right;
}

.lybiz-section {
  padding-top: 46px;
  padding-bottom: 18px;
}

.lybiz-banner-section {
  padding-top: 24px;
  padding-bottom: 0;
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
}

.lybiz-category-banner-section {
  max-width: 760px;
}

.lybiz-banner-slider {
  width: 100%;
  min-height: 160px;
  margin-inline: auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.lybiz-banner-slider .swiper-wrapper {
  display: flex;
}

.lybiz-banner-slider .swiper-slide {
  flex: 0 0 100%;
  width: 100%;
}

.lybiz-banner-card {
  display: block;
  width: 100%;
  height: 160px;
  color: inherit;
  background: var(--lybiz-card);
  text-decoration: none;
}

.lybiz-banner-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lybiz-banner-slider:not(.swiper-initialized) .swiper-wrapper,
.lybiz-banner-slider.lybiz-banner-fallback .swiper-wrapper {
  display: flex;
  transform: translate3d(0, 0, 0) !important;
}

.lybiz-banner-slider:not(.swiper-initialized) .swiper-slide,
.lybiz-banner-slider.lybiz-banner-fallback .swiper-slide {
  display: block !important;
  flex: 0 0 100%;
  width: 100% !important;
}

.lybiz-banner-slider:not(.swiper-initialized) .swiper-slide:not(:first-child),
.lybiz-banner-slider.lybiz-banner-fallback .swiper-slide:not(:first-child) {
  display: none !important;
}

.lybiz-banner-slider .swiper-pagination {
  inset-inline: 0;
  bottom: 8px !important;
}

.lybiz-banner-slider .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.76);
  opacity: 1;
}

.lybiz-banner-slider .swiper-pagination-bullet-active {
  background: var(--lybiz-primary);
}

.lybiz-featured-compact .lybiz-section-head {
  margin-bottom: 14px;
}

.lybiz-featured-compact .card {
  border-radius: 10px;
}

.lybiz-featured-compact .card-img-top {
  border-radius: 10px;
}

.lybiz-featured-compact .ratio {
  --fn-aspect-ratio: 72% !important;
}

.lybiz-featured-compact .card-body {
  padding: 10px 10px 6px !important;
}

.lybiz-featured-compact h3 {
  font-size: 0.9rem !important;
  line-height: 1.25;
  margin-bottom: 0 !important;
}

.lybiz-featured-compact .card-footer {
  padding: 0 10px 10px !important;
}

.lybiz-featured-compact .lybiz-trusted-badge {
  gap: 4px;
  padding: 4px 7px;
  font-size: 10px;
}

.lybiz-featured-compact .lybiz-featured-badge {
  gap: 4px;
  padding: 4px 7px;
  font-size: 10px;
}

.lybiz-featured-compact .lybiz-facebook-verified {
  width: 14px;
  height: 14px;
}

.lybiz-featured-compact .fs-sm {
  font-size: 0.76rem !important;
}

.lybiz-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.lybiz-section-head h2 {
  margin: 0;
  color: var(--lybiz-text);
  font-size: 1.55rem;
  letter-spacing: 0;
}

.lybiz-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--lybiz-primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lybiz-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.lybiz-category-card {
  display: grid;
  gap: 10px;
  min-height: 142px;
  padding: 16px 12px;
  color: var(--lybiz-text);
  text-align: center;
  text-decoration: none;
  background: var(--lybiz-card);
  border: 1px solid var(--lybiz-border);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.lybiz-category-card:hover {
  color: var(--lybiz-primary);
  transform: translateY(-2px);
}

.lybiz-category-media {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  color: var(--lybiz-primary);
  background: rgba(var(--lybiz-primary-rgb), 0.1);
  border-radius: 18px;
  overflow: hidden;
}

.lybiz-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lybiz-category-name {
  font-weight: 700;
}

.lybiz-category-count {
  color: var(--lybiz-muted);
  font-size: 0.82rem;
}

.lybiz-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lybiz-offer-card,
.lybiz-product-card {
  min-width: 0;
  overflow: hidden;
  background: var(--lybiz-card);
  border: 1px solid var(--lybiz-border);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.lybiz-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.lybiz-offer-media,
.lybiz-product-media {
  position: relative;
  display: grid;
  place-items: center;
  height: 154px;
  color: var(--lybiz-primary);
  background: #f1f5f9;
  overflow: hidden;
}

.lybiz-offer-media img,
.lybiz-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lybiz-discount {
  position: absolute;
  inset-inline-start: 12px;
  top: 12px;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  background: var(--lybiz-primary);
  border-radius: 999px;
}

.lybiz-offer-body,
.lybiz-product-body {
  padding: 14px;
}

.lybiz-offer-body h3,
.lybiz-product-body h3 {
  margin: 0 0 7px;
  color: var(--lybiz-text);
  font-size: 1rem;
  letter-spacing: 0;
}

.lybiz-offer-body p,
.lybiz-product-body p {
  margin: 0 0 10px;
  color: var(--lybiz-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.lybiz-offer-body span,
.lybiz-product-body strong {
  color: var(--lybiz-primary);
  font-weight: 800;
}

.lybiz-product-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(188px, 230px);
  gap: 14px;
  padding-bottom: 8px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

.lybiz-product-card {
  scroll-snap-align: start;
}

.lybiz-product-media {
  height: 142px;
}

.lybiz-product-type {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 9px;
  color: #0f766e;
  font-size: 0.74rem;
  font-weight: 700;
  background: #e7f8ee;
  border-radius: 999px;
}

.lybiz-empty-state {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  color: var(--lybiz-muted);
  background: var(--lybiz-card);
  border: 1px dashed var(--lybiz-border);
  border-radius: 16px;
}

.lybiz-empty-state i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--lybiz-primary);
  background: rgba(var(--lybiz-primary-rgb), 0.1);
  border-radius: 12px;
}

.lybiz-app-info {
  margin-top: 28px;
  padding: 18px;
  background: var(--lybiz-card);
  border: 1px solid var(--lybiz-border);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.lybiz-listing-detail {
  color: var(--lybiz-text);
}

.lybiz-listing-detail-main {
  padding: 24px;
  background: var(--lybiz-card);
  border: 1px solid var(--lybiz-border);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.lybiz-listing-detail-main h1 {
  color: var(--lybiz-text);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.lybiz-listing-detail-main h2,
.lybiz-listing-detail-main h3,
.lybiz-listing-detail-main h4,
.lybiz-listing-detail-main h5,
.lybiz-listing-detail-main h6 {
  color: var(--lybiz-text);
  letter-spacing: 0;
}

.lybiz-listing-detail-main .fi-map-pin,
.lybiz-listing-detail-main .fi-phone,
.lybiz-listing-detail-main .fi-mail,
.lybiz-listing-detail-main .fi-globe,
.lybiz-listing-detail-main .fi-clock,
.lybiz-listing-detail-main .fi-credit-card {
  color: var(--lybiz-primary);
}

.lybiz-listing-detail-aside {
  position: sticky;
  top: 92px;
}

.lybiz-app-info-head {
  margin-bottom: 14px;
}

.lybiz-app-info-head h2 {
  margin: 0;
  color: var(--lybiz-text);
  font-size: 1.2rem;
  letter-spacing: 0;
}

.lybiz-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lybiz-info-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-areas:
    "icon label"
    "icon value";
  gap: 2px 10px;
  min-width: 0;
  padding: 12px;
  color: var(--lybiz-text);
  text-decoration: none;
  background: var(--lybiz-surface);
  border: 1px solid var(--lybiz-border);
  border-radius: 14px;
}

.lybiz-info-item:hover {
  color: var(--lybiz-text);
  border-color: rgba(var(--lybiz-primary-rgb), 0.35);
}

.lybiz-info-item i {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--lybiz-primary);
  background: rgba(var(--lybiz-primary-rgb), 0.1);
  border-radius: 12px;
}

.lybiz-info-item span {
  grid-area: label;
  color: var(--lybiz-muted);
  font-size: 0.78rem;
}

.lybiz-info-item strong {
  grid-area: value;
  min-width: 0;
  overflow: hidden;
  color: var(--lybiz-text);
  font-size: 0.92rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.rtl .lybiz-home,
html[dir="rtl"] .lybiz-home {
  direction: rtl;
}

@media (max-width: 991.98px) {
  .lybiz-listing-detail-main {
    padding: 18px;
  }

  .lybiz-listing-detail-aside {
    position: static;
  }

  .lybiz-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lybiz-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .lybiz-hero {
    padding: 46px 0 28px;
  }

  .lybiz-search-panel {
    padding: 16px;
    border-radius: 18px;
  }

  .lybiz-search-head {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  .lybiz-search-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .lybiz-search-bar {
    grid-template-columns: 1fr;
  }

  .lybiz-search-bar .btn {
    width: 100%;
  }

  .lybiz-banner-card {
    height: 128px;
  }

  .lybiz-hero h1 {
    font-size: 2rem;
  }

  .lybiz-section-head {
    align-items: start;
    flex-direction: column;
  }

  .lybiz-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lybiz-offer-grid {
    grid-template-columns: 1fr;
  }

  .lybiz-info-grid {
    grid-template-columns: 1fr;
  }
}

html[data-bs-theme="dark"] {
  --lybiz-surface: #111418;
  --lybiz-card: #1a1f25;
  --lybiz-text: #e8edf3;
  --lybiz-muted: #94a3b8;
  --lybiz-border: #2d3643;
}

html[data-bs-theme="dark"] .navbar {
  background: rgba(15, 23, 42, 0.96) !important;
  border-bottom: 1px solid var(--lybiz-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

html[data-bs-theme="dark"] header.navbar,
html[data-bs-theme="dark"] header.navbar.bg-body,
html[data-bs-theme="dark"] header.navbar .container {
  color: #f8fafc;
}

html[data-bs-theme="dark"] header.navbar .navbar-brand,
html[data-bs-theme="dark"] header.navbar .navbar-nav .nav-link,
html[data-bs-theme="dark"] header.navbar .navbar-nav .menu-link,
html[data-bs-theme="dark"] header.navbar .nav-link,
html[data-bs-theme="dark"] header.navbar a:not(.btn),
html[data-bs-theme="dark"] header.navbar .dropdown-toggle,
html[data-bs-theme="dark"] header.navbar .theme-switcher {
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] header.navbar .navbar-nav .nav-link:hover,
html[data-bs-theme="dark"] header.navbar .navbar-nav .nav-link:focus,
html[data-bs-theme="dark"] header.navbar .navbar-nav .nav-link.active,
html[data-bs-theme="dark"] header.navbar .navbar-nav .current-menu-item > .nav-link,
html[data-bs-theme="dark"] header.navbar .navbar-nav .current-menu-ancestor > .nav-link {
  color: #7dd3fc !important;
}

html[data-bs-theme="dark"] header.navbar .theme-switcher,
html[data-bs-theme="dark"] header.navbar .btn-outline-secondary,
html[data-bs-theme="dark"] header.navbar .navbar-toggler {
  background-color: rgba(248, 250, 252, 0.08) !important;
  border-color: rgba(248, 250, 252, 0.18) !important;
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] header.navbar .theme-switcher:hover,
html[data-bs-theme="dark"] header.navbar .btn-outline-secondary:hover,
html[data-bs-theme="dark"] header.navbar .navbar-toggler:hover {
  background-color: rgba(125, 211, 252, 0.14) !important;
  border-color: rgba(125, 211, 252, 0.38) !important;
}

html[data-bs-theme="dark"] header.navbar .navbar-toggler-icon,
html[data-bs-theme="dark"] header.navbar .btn-close {
  filter: invert(1) grayscale(1);
}

html[data-bs-theme="dark"] header.navbar .offcanvas,
html[data-bs-theme="dark"] header.navbar .offcanvas-header,
html[data-bs-theme="dark"] header.navbar .offcanvas-body {
  background-color: #0f172a !important;
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] header.navbar .offcanvas-title {
  color: #ffffff !important;
}

html[data-bs-theme="dark"] header.navbar .dropdown-menu {
  background-color: #111827 !important;
  border: 1px solid var(--lybiz-border) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

html[data-bs-theme="dark"] header.navbar .dropdown-item,
html[data-bs-theme="dark"] header.navbar .dropdown-header {
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] header.navbar .dropdown-item:hover,
html[data-bs-theme="dark"] header.navbar .dropdown-item:focus,
html[data-bs-theme="dark"] header.navbar .dropdown-item.active {
  color: #ffffff !important;
  background-color: rgba(125, 211, 252, 0.16) !important;
}

html[data-bs-theme="dark"] header.navbar .bg-body-secondary {
  background-color: rgba(248, 250, 252, 0.1) !important;
}

html[data-bs-theme="dark"] .card,
html[data-bs-theme="dark"] .dropdown-menu,
html[data-bs-theme="dark"] .modal-content,
html[data-bs-theme="dark"] .list-group-item,
html[data-bs-theme="dark"] .form-control,
html[data-bs-theme="dark"] .form-select,
html[data-bs-theme="dark"] .choices__inner {
  background-color: var(--lybiz-card);
  color: var(--lybiz-text);
}

html[data-bs-theme="dark"] .card,
html[data-bs-theme="dark"] .lybiz-offer-card,
html[data-bs-theme="dark"] .lybiz-product-card,
html[data-bs-theme="dark"] .lybiz-category-card,
html[data-bs-theme="dark"] .lybiz-empty-state,
html[data-bs-theme="dark"] .lybiz-app-info,
html[data-bs-theme="dark"] .lybiz-info-item,
html[data-bs-theme="dark"] .lybiz-signup-card,
html[data-bs-theme="dark"] .lybiz-listing-detail-main,
html[data-bs-theme="dark"] .lybiz-owner-card .bg-body-tertiary {
  background-color: var(--lybiz-card) !important;
  border-color: var(--lybiz-border) !important;
  color: var(--lybiz-text) !important;
}

html[data-bs-theme="dark"] .card h1,
html[data-bs-theme="dark"] .card h2,
html[data-bs-theme="dark"] .card h3,
html[data-bs-theme="dark"] .card h4,
html[data-bs-theme="dark"] .card h5,
html[data-bs-theme="dark"] .card h6,
html[data-bs-theme="dark"] .card a,
html[data-bs-theme="dark"] .lybiz-offer-body h3,
html[data-bs-theme="dark"] .lybiz-product-body h3,
html[data-bs-theme="dark"] .lybiz-category-name,
html[data-bs-theme="dark"] .lybiz-app-info-head h2,
html[data-bs-theme="dark"] .lybiz-info-item strong,
html[data-bs-theme="dark"] .lybiz-signup-card h1,
html[data-bs-theme="dark"] .lybiz-signup-card .form-label,
html[data-bs-theme="dark"] .lybiz-owner-card h5,
html[data-bs-theme="dark"] .lybiz-owner-card h5 a,
html[data-bs-theme="dark"] .lybiz-owner-card .nav-link,
html[data-bs-theme="dark"] .lybiz-listing-detail-main h1,
html[data-bs-theme="dark"] .lybiz-listing-detail-main h2,
html[data-bs-theme="dark"] .lybiz-listing-detail-main h3,
html[data-bs-theme="dark"] .lybiz-listing-detail-main h4,
html[data-bs-theme="dark"] .lybiz-listing-detail-main h5,
html[data-bs-theme="dark"] .lybiz-listing-detail-main h6 {
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] .card .text-body-secondary,
html[data-bs-theme="dark"] .card .text-secondary-emphasis,
html[data-bs-theme="dark"] .card .text-muted,
html[data-bs-theme="dark"] .lybiz-offer-body p,
html[data-bs-theme="dark"] .lybiz-product-body p,
html[data-bs-theme="dark"] .lybiz-category-count,
html[data-bs-theme="dark"] .lybiz-info-item span,
html[data-bs-theme="dark"] .lybiz-listing-detail-main .text-body-secondary,
html[data-bs-theme="dark"] .lybiz-listing-detail-main .text-secondary-emphasis,
html[data-bs-theme="dark"] .lybiz-listing-detail-main .text-muted,
html[data-bs-theme="dark"] .lybiz-listing-detail-main p {
  color: #cbd5e1 !important;
}

html[data-bs-theme="dark"] .lybiz-owner-card .btn-outline-dark {
  color: #f8fafc !important;
  border-color: rgba(248, 250, 252, 0.36) !important;
}

html[data-bs-theme="dark"] .lybiz-owner-card .btn-outline-dark:hover {
  color: #0f172a !important;
  background-color: #f8fafc !important;
  border-color: #f8fafc !important;
}

html[data-bs-theme="dark"] .lybiz-featured-card {
  border-color: #f6c453 !important;
  box-shadow: 0 16px 34px rgba(246, 196, 83, 0.2) !important;
}

html[data-bs-theme="dark"] .lybiz-featured-card::after {
  border-color: rgba(255, 224, 138, 0.38);
}

html[data-bs-theme="dark"] .lybiz-featured-badge {
  color: #442900 !important;
}

html[data-bs-theme="dark"] .lybiz-featured-badge i {
  color: #6c4500 !important;
}

html[data-bs-theme="dark"] .lybiz-detail-featured-badge {
  color: #442900 !important;
}

html[data-bs-theme="dark"] .lybiz-detail-featured-badge i {
  color: #6c4500 !important;
}

html[data-bs-theme="dark"] .lybiz-search-panel {
  background:
    linear-gradient(180deg, rgba(30, 41, 59, 0.94), rgba(15, 23, 42, 0.92)),
    var(--lybiz-card);
  border-color: var(--lybiz-border);
}

html[data-bs-theme="dark"] .lybiz-search-panel .form-label {
  color: #f8fafc;
}

html[data-bs-theme="dark"] .lybiz-search-panel p,
html[data-bs-theme="dark"] .lybiz-search-quick span {
  color: #cbd5e1;
}

html[data-bs-theme="dark"] .lybiz-search-bar {
  background: #111827;
  border-color: var(--lybiz-border);
}

html[data-bs-theme="dark"] .lybiz-search-bar .form-control {
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] .lybiz-search-bar .form-control::placeholder {
  color: #94a3b8 !important;
}

html[data-bs-theme="dark"] .lybiz-search-quick a {
  color: #e2e8f0;
  background: rgba(248, 250, 252, 0.06);
  border-color: rgba(226, 232, 240, 0.16);
}

html[data-bs-theme="dark"] .lybiz-search-quick a:hover {
  color: #ffffff;
  background: var(--lybiz-primary);
  border-color: var(--lybiz-primary);
}

html[data-bs-theme="dark"] .lybiz-offer-media,
html[data-bs-theme="dark"] .lybiz-product-media {
  background: #222832;
}

html[data-bs-theme="dark"] .lybiz-product-type {
  color: #63d68d;
  background: #14261a;
}

html[data-bs-theme="dark"] .lybiz-footer {
  background: #0f172a;
  color: var(--lybiz-text);
  border-color: var(--lybiz-border) !important;
}

html[data-bs-theme="dark"] .lybiz-footer,
html[data-bs-theme="dark"] .lybiz-footer .accordion-item,
html[data-bs-theme="dark"] .lybiz-footer .accordion-button,
html[data-bs-theme="dark"] .lybiz-footer .accordion-body,
html[data-bs-theme="dark"] .lybiz-footer .nav,
html[data-bs-theme="dark"] .lybiz-footer .navbar-nav,
html[data-bs-theme="dark"] .lybiz-footer li {
  background-color: #0f172a !important;
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] .lybiz-footer a,
html[data-bs-theme="dark"] .lybiz-footer .text-dark-emphasis,
html[data-bs-theme="dark"] .lybiz-footer .text-body {
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] .lybiz-footer .text-body-secondary,
html[data-bs-theme="dark"] .lybiz-footer p {
  color: #cbd5e1 !important;
}

html[data-bs-theme="dark"] .lybiz-footer .accordion-button,
html[data-bs-theme="dark"] .lybiz-footer h6,
html[data-bs-theme="dark"] .lybiz-footer .h5,
html[data-bs-theme="dark"] .lybiz-footer .fs-4,
html[data-bs-theme="dark"] .lybiz-footer strong,
html[data-bs-theme="dark"] .lybiz-footer .fw-bold,
html[data-bs-theme="dark"] .lybiz-footer .fw-semibold {
  color: #ffffff !important;
}

html[data-bs-theme="dark"] .lybiz-footer .accordion-button::after {
  filter: invert(1) grayscale(1);
}

html[data-bs-theme="dark"] .lybiz-footer .btn-outline-secondary {
  color: #f8fafc;
  border-color: rgba(248, 250, 252, 0.32);
}

html[data-bs-theme="dark"] .lybiz-store-button {
  color: #ffffff !important;
  background: #1e293b;
  border-color: rgba(248, 250, 252, 0.18);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

html[data-bs-theme="dark"] .lybiz-store-button:hover {
  background: var(--lybiz-primary);
  border-color: var(--lybiz-primary);
}

html[data-bs-theme="dark"] body,
html[data-bs-theme="dark"] .content-wrapper,
html[data-bs-theme="dark"] main.content-wrapper {
  background-color: var(--lybiz-surface) !important;
  color: var(--lybiz-text) !important;
}

html[data-bs-theme="dark"] .content-wrapper h1,
html[data-bs-theme="dark"] .content-wrapper h2,
html[data-bs-theme="dark"] .content-wrapper h3,
html[data-bs-theme="dark"] .content-wrapper h4,
html[data-bs-theme="dark"] .content-wrapper h5,
html[data-bs-theme="dark"] .content-wrapper h6,
html[data-bs-theme="dark"] .content-wrapper .h1,
html[data-bs-theme="dark"] .content-wrapper .h2,
html[data-bs-theme="dark"] .content-wrapper .h3,
html[data-bs-theme="dark"] .content-wrapper .h4,
html[data-bs-theme="dark"] .content-wrapper .h5,
html[data-bs-theme="dark"] .content-wrapper .h6 {
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] .content-wrapper p,
html[data-bs-theme="dark"] .content-wrapper li,
html[data-bs-theme="dark"] .content-wrapper .fs-sm,
html[data-bs-theme="dark"] .content-wrapper .text-body,
html[data-bs-theme="dark"] .content-wrapper .text-body-secondary,
html[data-bs-theme="dark"] .content-wrapper .text-muted,
html[data-bs-theme="dark"] .content-wrapper .text-secondary-emphasis {
  color: #cbd5e1 !important;
}

html[data-bs-theme="dark"] .content-wrapper a:not(.btn),
html[data-bs-theme="dark"] .content-wrapper .nav-link:not(.active),
html[data-bs-theme="dark"] .content-wrapper .hover-effect-underline {
  color: #e2e8f0 !important;
}

html[data-bs-theme="dark"] .content-wrapper a:not(.btn):hover,
html[data-bs-theme="dark"] .content-wrapper .nav-link:not(.active):hover {
  color: #7dd3fc !important;
}

html[data-bs-theme="dark"] .content-wrapper .nav-pills .nav-link {
  color: #cbd5e1 !important;
  background-color: rgba(248, 250, 252, 0.06);
}

html[data-bs-theme="dark"] .content-wrapper .nav-pills .nav-link.active {
  color: #ffffff !important;
  background-color: var(--lybiz-primary) !important;
}

html[data-bs-theme="dark"] .content-wrapper article.col {
  color: var(--lybiz-text);
}

html[data-bs-theme="dark"] .content-wrapper article.col > a.ratio,
html[data-bs-theme="dark"] .content-wrapper .img-thumbnail,
html[data-bs-theme="dark"] .content-wrapper .bg-body,
html[data-bs-theme="dark"] .content-wrapper .bg-body-secondary,
html[data-bs-theme="dark"] .content-wrapper .bg-body-tertiary {
  background-color: var(--lybiz-card) !important;
  border-color: var(--lybiz-border) !important;
}

html[data-bs-theme="dark"] .content-wrapper .border,
html[data-bs-theme="dark"] .content-wrapper .border-top,
html[data-bs-theme="dark"] .content-wrapper .border-bottom,
html[data-bs-theme="dark"] .content-wrapper .border-start,
html[data-bs-theme="dark"] .content-wrapper .border-end,
html[data-bs-theme="dark"] .content-wrapper hr {
  border-color: var(--lybiz-border) !important;
}

html[data-bs-theme="dark"] .content-wrapper .dropdown-menu,
html[data-bs-theme="dark"] .content-wrapper .modal-content,
html[data-bs-theme="dark"] .content-wrapper .offcanvas,
html[data-bs-theme="dark"] .content-wrapper .offcanvas-header,
html[data-bs-theme="dark"] .content-wrapper .offcanvas-body,
html[data-bs-theme="dark"] .content-wrapper .list-group-item,
html[data-bs-theme="dark"] .content-wrapper .widget,
html[data-bs-theme="dark"] .content-wrapper .wp-block-group,
html[data-bs-theme="dark"] .content-wrapper .wp-block-latest-posts,
html[data-bs-theme="dark"] .content-wrapper .wp-block-categories,
html[data-bs-theme="dark"] .content-wrapper .wp-block-archives {
  background-color: var(--lybiz-card) !important;
  border-color: var(--lybiz-border) !important;
  color: var(--lybiz-text) !important;
}

html[data-bs-theme="dark"] .content-wrapper .dropdown-item {
  color: #e2e8f0 !important;
}

html[data-bs-theme="dark"] .content-wrapper .dropdown-item:hover,
html[data-bs-theme="dark"] .content-wrapper .dropdown-item:focus,
html[data-bs-theme="dark"] .content-wrapper .dropdown-item.active {
  color: #ffffff !important;
  background-color: rgba(125, 211, 252, 0.16) !important;
}

html[data-bs-theme="dark"] .content-wrapper .btn-dark,
html[data-bs-theme="dark"] .content-wrapper .btn-outline-dark {
  color: #f8fafc !important;
  background-color: rgba(248, 250, 252, 0.08) !important;
  border-color: rgba(248, 250, 252, 0.28) !important;
}

html[data-bs-theme="dark"] .content-wrapper .btn-dark:hover,
html[data-bs-theme="dark"] .content-wrapper .btn-outline-dark:hover {
  color: #0f172a !important;
  background-color: #f8fafc !important;
  border-color: #f8fafc !important;
}

html[data-bs-theme="dark"] .content-wrapper .btn-outline-secondary {
  color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, 0.32) !important;
}

html[data-bs-theme="dark"] .content-wrapper .form-control,
html[data-bs-theme="dark"] .content-wrapper .form-select,
html[data-bs-theme="dark"] .content-wrapper textarea,
html[data-bs-theme="dark"] .content-wrapper input {
  background-color: #111827 !important;
  border-color: var(--lybiz-border) !important;
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] .content-wrapper .form-control::placeholder,
html[data-bs-theme="dark"] .content-wrapper textarea::placeholder,
html[data-bs-theme="dark"] .content-wrapper input::placeholder {
  color: #94a3b8 !important;
}

html[data-bs-theme="dark"] .content-wrapper .table,
html[data-bs-theme="dark"] .content-wrapper table {
  --bs-table-bg: var(--lybiz-card);
  --bs-table-color: var(--lybiz-text);
  --bs-table-border-color: var(--lybiz-border);
  --bs-table-striped-bg: #111827;
  --bs-table-striped-color: var(--lybiz-text);
  color: var(--lybiz-text) !important;
  border-color: var(--lybiz-border) !important;
}

html[data-bs-theme="dark"] .content-wrapper .page-link {
  color: #e2e8f0 !important;
  background-color: var(--lybiz-card) !important;
  border-color: var(--lybiz-border) !important;
}

html[data-bs-theme="dark"] .content-wrapper .page-item.active .page-link {
  color: #ffffff !important;
  background-color: var(--lybiz-primary) !important;
  border-color: var(--lybiz-primary) !important;
}

html[data-bs-theme="dark"] .content-wrapper .alert-warning {
  color: #fde68a !important;
  background-color: rgba(120, 53, 15, 0.35) !important;
  border-color: rgba(245, 158, 11, 0.35) !important;
}

html[data-bs-theme="dark"] .content-wrapper .btn-close {
  filter: invert(1) grayscale(1);
}

html[data-bs-theme="dark"] #listing-form,
html[data-bs-theme="dark"] #listing-form .row,
html[data-bs-theme="dark"] #listing-form .offcanvas-body {
  color: var(--lybiz-text) !important;
}

html[data-bs-theme="dark"] #listing-form h1,
html[data-bs-theme="dark"] #listing-form h2,
html[data-bs-theme="dark"] #listing-form h3,
html[data-bs-theme="dark"] #listing-form h4,
html[data-bs-theme="dark"] #listing-form h5,
html[data-bs-theme="dark"] #listing-form h6,
html[data-bs-theme="dark"] #listing-form .h1,
html[data-bs-theme="dark"] #listing-form .h2,
html[data-bs-theme="dark"] #listing-form .h3,
html[data-bs-theme="dark"] #listing-form .h4,
html[data-bs-theme="dark"] #listing-form .h5,
html[data-bs-theme="dark"] #listing-form .h6,
html[data-bs-theme="dark"] #listing-form .form-label,
html[data-bs-theme="dark"] #listing-form label,
html[data-bs-theme="dark"] #listing-form .fw-medium {
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] #listing-form .text-secondary-emphasis,
html[data-bs-theme="dark"] #listing-form .invalid-feedback {
  color: #cbd5e1 !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard {
  color: var(--lybiz-text);
}

html[data-bs-theme="dark"] .lybiz-dashboard h1,
html[data-bs-theme="dark"] .lybiz-dashboard h2,
html[data-bs-theme="dark"] .lybiz-dashboard h3,
html[data-bs-theme="dark"] .lybiz-dashboard h4,
html[data-bs-theme="dark"] .lybiz-dashboard h5,
html[data-bs-theme="dark"] .lybiz-dashboard h6,
html[data-bs-theme="dark"] .lybiz-dashboard .h1,
html[data-bs-theme="dark"] .lybiz-dashboard .h2,
html[data-bs-theme="dark"] .lybiz-dashboard .h3,
html[data-bs-theme="dark"] .lybiz-dashboard .h4,
html[data-bs-theme="dark"] .lybiz-dashboard .h5,
html[data-bs-theme="dark"] .lybiz-dashboard .h6,
html[data-bs-theme="dark"] .lybiz-dashboard .form-label,
html[data-bs-theme="dark"] .lybiz-dashboard label,
html[data-bs-theme="dark"] .lybiz-dashboard .form-check-label {
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard p,
html[data-bs-theme="dark"] .lybiz-dashboard .fs-sm,
html[data-bs-theme="dark"] .lybiz-dashboard .text-body,
html[data-bs-theme="dark"] .lybiz-dashboard .text-body-secondary,
html[data-bs-theme="dark"] .lybiz-dashboard .text-muted,
html[data-bs-theme="dark"] .lybiz-dashboard .form-text,
html[data-bs-theme="dark"] .lybiz-dashboard .invalid-tooltip,
html[data-bs-theme="dark"] .lybiz-dashboard .invalid-feedback {
  color: #cbd5e1 !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard a:not(.btn):not(.page-link),
html[data-bs-theme="dark"] .lybiz-dashboard .nav-link:not(.active) {
  color: #e2e8f0 !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard a:not(.btn):not(.page-link):hover,
html[data-bs-theme="dark"] .lybiz-dashboard .nav-link:not(.active):hover {
  color: #7dd3fc !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .offcanvas,
html[data-bs-theme="dark"] .lybiz-dashboard .offcanvas-lg,
html[data-bs-theme="dark"] .lybiz-dashboard .offcanvas-header,
html[data-bs-theme="dark"] .lybiz-dashboard .offcanvas-body,
html[data-bs-theme="dark"] .lybiz-dashboard .card,
html[data-bs-theme="dark"] .lybiz-dashboard .dropdown-menu,
html[data-bs-theme="dark"] .lybiz-dashboard .list-group-item,
html[data-bs-theme="dark"] .lybiz-dashboard .bg-body,
html[data-bs-theme="dark"] .lybiz-dashboard .bg-body-secondary,
html[data-bs-theme="dark"] .lybiz-dashboard .bg-body-tertiary {
  background-color: var(--lybiz-card) !important;
  border-color: var(--lybiz-border) !important;
  color: var(--lybiz-text) !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .list-group-item {
  border-radius: 10px;
}

html[data-bs-theme="dark"] .lybiz-dashboard .list-group-item.active {
  color: #ffffff !important;
  background-color: var(--lybiz-primary) !important;
  border-color: var(--lybiz-primary) !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .form-control,
html[data-bs-theme="dark"] .lybiz-dashboard .form-select,
html[data-bs-theme="dark"] .lybiz-dashboard textarea,
html[data-bs-theme="dark"] .lybiz-dashboard input {
  background-color: #111827 !important;
  border-color: var(--lybiz-border) !important;
  color: #f8fafc !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .form-control::placeholder,
html[data-bs-theme="dark"] .lybiz-dashboard textarea::placeholder,
html[data-bs-theme="dark"] .lybiz-dashboard input::placeholder {
  color: #94a3b8 !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .nav-tabs {
  border-color: var(--lybiz-border) !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .nav-tabs .nav-link {
  color: #cbd5e1 !important;
  border-color: transparent !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: var(--lybiz-card) !important;
  border-color: var(--lybiz-border) var(--lybiz-border) var(--lybiz-card) !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard-table-wrap {
  border: 1px solid var(--lybiz-border);
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--lybiz-card);
}

html[data-bs-theme="dark"] .lybiz-dashboard .table {
  --bs-table-bg: var(--lybiz-card);
  --bs-table-color: var(--lybiz-text);
  --bs-table-border-color: var(--lybiz-border);
  --bs-table-striped-bg: #111827;
  --bs-table-striped-color: var(--lybiz-text);
  --bs-table-hover-bg: rgba(125, 211, 252, 0.08);
  color: var(--lybiz-text) !important;
  margin-bottom: 0;
}

html[data-bs-theme="dark"] .lybiz-dashboard .table thead th {
  color: #f8fafc !important;
  background-color: #0f172a !important;
  border-color: var(--lybiz-border) !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .table td,
html[data-bs-theme="dark"] .lybiz-dashboard .table th {
  border-color: var(--lybiz-border) !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .dropdown-item {
  color: #e2e8f0 !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .dropdown-item:hover,
html[data-bs-theme="dark"] .lybiz-dashboard .dropdown-item:focus {
  color: #ffffff !important;
  background-color: rgba(125, 211, 252, 0.16) !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .btn-outline-secondary {
  color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, 0.32) !important;
}

html[data-bs-theme="dark"] .lybiz-dashboard .btn-close {
  filter: invert(1) grayscale(1);
}
