/*
 * Titik Rumah UI foundation
 * Progressive overrides only: existing markup and JavaScript behavior stay intact.
 */
:root {
  --tr-primary: #c2410c;
  --tr-primary-hover: #9a3412;
  --tr-primary-soft: #fff1e8;
  --tr-accent: #f59e0b;
  --tr-success: #15803d;
  --tr-danger: #b91c1c;
  --tr-ink: #172033;
  --tr-muted: #596579;
  --tr-border: #d8dee8;
  --tr-surface: #ffffff;
  --tr-canvas: #f7f8fa;
  --tr-radius-sm: 10px;
  --tr-radius: 16px;
  --tr-radius-lg: 24px;
  --tr-shadow-sm: 0 2px 10px rgba(23, 32, 51, 0.08);
  --tr-shadow: 0 14px 34px rgba(23, 32, 51, 0.12);
  --tr-focus: 0 0 0 4px rgba(194, 65, 12, 0.2);
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

html body {
  color: var(--tr-ink) !important;
  background: var(--tr-canvas) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body p,
body li,
body label,
body input,
body select,
body textarea,
body button,
body .btn,
body td,
body th,
body .dropdown-item {
  font-size: max(14px, 0.875rem);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  color: var(--tr-ink) !important;
  font-family: inherit !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere;
}

body a {
  color: var(--tr-primary);
  text-underline-offset: 0.18em;
}

body a:hover {
  color: var(--tr-primary-hover);
}

body img,
body video,
body iframe,
body canvas,
body svg {
  max-width: 100%;
}

body img {
  object-position: center;
}

body :focus-visible {
  outline: 3px solid var(--tr-primary) !important;
  outline-offset: 3px !important;
  box-shadow: var(--tr-focus) !important;
}

body .text-muted {
  color: var(--tr-muted) !important;
}

body .text-primary {
  color: var(--tr-primary) !important;
}

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

body .badge {
  font-size: 0.75rem;
  line-height: 1.25;
}

body .market-gallery-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1rem;
  background: #e2e8f0;
}

body .market-gallery-control {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-inline: 0.75rem;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px !important;
  background: rgba(15, 23, 42, 0.82);
  opacity: 1;
}

body .btn {
  min-height: 44px;
  border-radius: 12px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 700 !important;
  line-height: 1.2;
  white-space: normal;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body .btn:hover {
  transform: translateY(-1px);
}

body .btn-primary,
body .btn-aju-kpr,
body .btn-hubungi-primary {
  color: #fff !important;
  background: var(--tr-primary) !important;
  border-color: var(--tr-primary) !important;
  box-shadow: 0 6px 16px rgba(194, 65, 12, 0.2);
}

body .btn-primary:hover,
body .btn-aju-kpr:hover,
body .btn-hubungi-primary:hover {
  background: var(--tr-primary-hover) !important;
  border-color: var(--tr-primary-hover) !important;
}

body .button-call-whatsapp,
body .btn-success {
  color: #fff !important;
  background: #166534 !important;
  border-color: #166534 !important;
}

body .btn-outline-primary {
  color: var(--tr-primary) !important;
  border-color: var(--tr-primary) !important;
  background: #fff !important;
}

body .btn-outline-primary:hover {
  color: #fff !important;
  background: var(--tr-primary) !important;
}

body .btn-dark,
body .btn-lihat-semua-favorit,
body .btn-lihat-semua-pilihan,
body .btn-lihat-semua-berita {
  color: #fff !important;
  background: var(--tr-ink) !important;
  border-color: var(--tr-ink) !important;
}

body .form-control,
body .form-select,
body .select2-selection,
body input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body select,
body textarea {
  min-height: 44px;
  color: var(--tr-ink) !important;
  background-color: #fff !important;
  border: 1px solid var(--tr-border) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

body textarea {
  min-height: 112px;
}

body .form-control:focus,
body .form-select:focus,
body input:focus,
body select:focus,
body textarea:focus {
  border-color: var(--tr-primary) !important;
  box-shadow: var(--tr-focus) !important;
}

body input::placeholder,
body textarea::placeholder {
  color: #64748b !important;
  opacity: 1;
}

body .input-group-text {
  color: var(--tr-muted);
  background: #fff;
  border-color: var(--tr-border) !important;
}

body .card {
  color: var(--tr-ink);
  background: var(--tr-surface);
  border: 1px solid rgba(216, 222, 232, 0.9) !important;
  border-radius: var(--tr-radius) !important;
  box-shadow: var(--tr-shadow-sm) !important;
}

body .card-header,
body .card-footer {
  background: transparent;
  border-color: var(--tr-border) !important;
}

body .dropdown-menu,
body .modal-content,
body .offcanvas {
  border: 1px solid var(--tr-border) !important;
  border-radius: var(--tr-radius) !important;
  box-shadow: var(--tr-shadow) !important;
}

body .modal-dialog {
  margin: max(0.75rem, env(safe-area-inset-top)) auto;
}

body .table-responsive {
  border: 1px solid var(--tr-border);
  border-radius: var(--tr-radius);
  background: #fff;
}

body table {
  color: var(--tr-ink) !important;
  vertical-align: middle !important;
}

body table thead th {
  color: #344054 !important;
  background: #f2f4f7 !important;
  font-weight: 750 !important;
  white-space: nowrap;
}

body .pagination {
  flex-wrap: wrap;
  gap: 0.35rem;
}

body .pagination li {
  margin: 0 !important;
}

body .pagination li a,
body .pagination li span,
body .page-link {
  min-width: 40px;
  min-height: 40px;
  color: var(--tr-primary) !important;
  border-color: var(--tr-border) !important;
  border-radius: 10px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body .pagination .active span,
body .page-item.active .page-link {
  color: #fff !important;
  background: var(--tr-primary) !important;
  border-color: var(--tr-primary) !important;
}

/* Listing pagination: clear current state and compact directional controls. */
body .tr-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.75rem;
}

body .tr-pagination .pagination {
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .5rem;
  margin: 0;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(15,35,59,.08);
}

body .tr-pagination .page-link {
  gap: .35rem;
  min-width: 44px;
  min-height: 44px;
  padding: .55rem .8rem;
  color: #475569 !important;
  border: 1px solid transparent !important;
  border-radius: 11px !important;
  background: transparent;
  font-size: .88rem;
  font-weight: 750;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body .tr-pagination a.page-link:hover,
body .tr-pagination a.page-link:focus-visible {
  color: #9a3412 !important;
  border-color: #fed7aa !important;
  background: #fff7ed;
  box-shadow: 0 5px 12px rgba(194,65,12,.12);
  transform: translateY(-1px);
}

body .tr-pagination .page-item.active .page-link {
  color: #fff !important;
  border-color: #c2410c !important;
  background: linear-gradient(135deg, #f56624, #c2410c) !important;
  box-shadow: 0 8px 16px rgba(194,65,12,.28);
}

body .tr-pagination .page-item.disabled .page-link {
  color: #94a3b8 !important;
  cursor: not-allowed;
  opacity: .65;
}

body .tr-pagination .pagination-control {
  min-width: auto;
}

@media (max-width: 575.98px) {
  body .tr-pagination .pagination {
    width: 100%;
    gap: .25rem;
    padding: .35rem;
  }

  body .tr-pagination .page-link {
    min-width: 38px;
    min-height: 40px;
    padding: .45rem .55rem;
  }

  body .tr-pagination .pagination-edge,
  body .tr-pagination .pagination-label {
    display: none;
  }

  body .tr-pagination .pagination-control {
    min-width: 40px;
  }
}

body #page-topbar {
  min-height: 70px;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(216, 222, 232, 0.9);
  box-shadow: 0 4px 18px rgba(23, 32, 51, 0.06);
  backdrop-filter: blur(14px);
}

body #page-topbar > .d-flex,
body #page-topbar .navbar-header {
  min-height: 70px;
  align-items: center;
}

body .navbar-brand-box {
  width: auto !important;
  min-width: 112px;
  padding-inline: 0.75rem !important;
}

body .navbar-brand-box .logo {
  display: flex;
  align-items: center;
  height: 70px;
}

/* The header renders light and dark logo variants. Keep the inactive variant
 * hidden even though the shared layout rule above uses display:flex. */
body .navbar-brand-box .logo-light {
  display: none;
}

body[data-topbar="dark"] .navbar-brand-box .logo-dark,
body[data-sidebar="dark"] .navbar-brand-box .logo-dark {
  display: none;
}

body[data-topbar="dark"] .navbar-brand-box .logo-light,
body[data-sidebar="dark"] .navbar-brand-box .logo-light {
  display: flex;
}

body .navbar-brand-box img,
body .auth-logo img {
  width: auto !important;
  max-width: 132px !important;
  height: 48px !important;
  object-fit: contain !important;
}

body #page-topbar .app-search {
  margin: 0.65rem 0 !important;
  padding: 0 !important;
}

body #page-topbar .app-search .form-control,
body #page-topbar .app-search .input-group-text {
  min-height: 46px;
  background: #f7f8fa !important;
}

body #page-topbar .header-profile-user {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
}

body .main-content {
  min-width: 0;
}

body .vertical-menu {
  background: rgba(255, 255, 255, 0.98) !important;
  border-right: 1px solid var(--tr-border);
  box-shadow: 8px 0 24px rgba(23, 32, 51, 0.05);
}

body #sidebar-menu {
  padding: 1rem 0.75rem 2rem;
}

body #side-menu .menu-title {
  padding: 0.75rem 0.9rem 0.5rem !important;
  color: var(--tr-muted) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body #side-menu > li > a,
body #side-menu .sub-menu li a {
  min-height: 44px;
  margin-block: 0.15rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  color: #3e4a5e !important;
}

body #side-menu > li > a:hover,
body #side-menu .sub-menu li a:hover,
body #side-menu .mm-active > a {
  color: var(--tr-primary) !important;
  background: var(--tr-primary-soft) !important;
}

body #side-menu a[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.58;
  pointer-events: none;
}

body #side-menu a[aria-disabled="true"] small {
  font-size: 0.75rem;
  font-weight: 600;
}

body #side-menu img,
body .icon-menu-dashboard {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
}

body .page-content,
body .page-contentjual {
  min-width: 0;
  padding-top: 94px !important;
}

body .wrapper-banner-home {
  display: block !important;
  max-width: 1440px;
  margin-inline: auto !important;
  padding-inline: clamp(0.75rem, 3vw, 3rem);
}

body .wrapper-banner-home .carousel,
body .wrapper-banner-home .carousel-inner {
  overflow: hidden;
  border-radius: var(--tr-radius-lg);
  background: #e9edf3;
  box-shadow: var(--tr-shadow-sm);
}

body .img-banner-home {
  width: 100% !important;
  height: clamp(220px, 31vw, 430px) !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

body .home-hero-carousel {
  position: relative;
  isolation: isolate;
}

body .home-hero-carousel::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.62) 44%, rgba(15, 23, 42, 0.08) 78%);
}

body .home-hero-copy {
  position: absolute;
  top: 50%;
  left: clamp(2.75rem, 7vw, 7rem);
  z-index: 2;
  width: min(620px, calc(100% - 8rem));
  color: #fff;
  transform: translateY(-50%);
}

body .home-hero-copy h1 {
  max-width: 570px;
  margin: 0.75rem 0;
  color: #fff !important;
  font-size: clamp(1.9rem, 4vw, 3.65rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.045em;
}

body .home-hero-copy p {
  max-width: 540px;
  margin-bottom: 1.1rem;
  color: #f8fafc;
  font-size: clamp(0.9rem, 1.6vw, 1.08rem) !important;
}

body .home-hero-eyebrow,
body .section-eyebrow {
  display: inline-flex;
  color: #fed7aa;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .home-hero-eyebrow {
  padding: 0.35rem 0.7rem;
  color: #7c2d12;
  background: #ffedd5;
  border-radius: 999px;
}

body .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

body .home-hero-actions .btn {
  min-width: 150px;
}

body .home-hero-actions .btn-outline-light {
  color: #fff !important;
  background: rgba(15, 23, 42, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
}

body .home-hero-actions .btn-outline-light:hover,
body .home-hero-actions .btn-outline-light:focus-visible {
  color: var(--tr-ink) !important;
  background: #fff !important;
  border-color: #fff !important;
}

body .home-hero-carousel .carousel-control-prev,
body .home-hero-carousel .carousel-control-next,
body .home-hero-carousel .carousel-indicators {
  z-index: 3;
}

body .shortcut-menu-wrapper {
  max-width: 980px;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.5rem, 2vw, 1rem) !important;
}

body .link-shortcut-menu {
  min-width: 0;
}

body .card-menu-shortcut {
  min-height: 112px;
  padding: 1rem 0.5rem !important;
  gap: 0.55rem !important;
  justify-content: center !important;
  background: #fff !important;
  border: 1px solid var(--tr-border) !important;
  border-radius: var(--tr-radius) !important;
  box-shadow: var(--tr-shadow-sm) !important;
}

body .link-shortcut-menu:hover .card-menu-shortcut {
  transform: translateY(-2px);
  border-color: rgba(194, 65, 12, 0.35) !important;
  box-shadow: 0 12px 24px rgba(23, 32, 51, 0.12) !important;
}

body .img-shortcut-menu {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
}

/* Home shortcut dialog: a compact, consistent navigation panel. */
body .swal2-popup.tr-shortcut-dialog {
  width: min(860px, calc(100vw - 2rem)) !important;
  max-width: 860px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px !important;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28) !important;
}

body .swal2-popup.tr-shortcut-dialog .swal2-html-container {
  margin: 0 !important;
  overflow: visible !important;
}

body .swal2-popup.tr-shortcut-dialog .modal-content {
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #fffaf7 0, #fff 36%) !important;
}

body .swal2-popup.tr-shortcut-dialog .modal-body {
  margin: 0 !important;
}

body .swal2-popup.tr-shortcut-dialog .title-section-modal {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 1.45rem 0 .75rem !important;
  color: #10233b;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}

body .swal2-popup.tr-shortcut-dialog .title-section-modal:first-child {
  margin-top: 0 !important;
}

body .swal2-popup.tr-shortcut-dialog .title-section-modal::before {
  width: .42rem;
  height: 1.3rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8c4c, #c2410c);
  content: "";
}

body .swal2-popup.tr-shortcut-dialog .wrapper-menu-shortcut {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .65rem;
  margin: 0 !important;
}

body .swal2-popup.tr-shortcut-dialog .wrapper-menu-shortcut .link-shortcut-menu,
body .swal2-popup.tr-shortcut-dialog .wrapper-menu-shortcut .card-menu-shortcut {
  width: 100%;
}

body .swal2-popup.tr-shortcut-dialog .shortcut-menu-kpr {
  grid-template-columns: 1fr;
}

body .swal2-popup.tr-shortcut-dialog .shortcut-menu-kpr .card-menu-shortcut {
  flex-direction: row;
  justify-content: flex-start !important;
  padding-inline: 1rem !important;
}

body .swal2-popup.tr-shortcut-dialog .shortcut-menu-more {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body .swal2-popup.tr-shortcut-dialog .link-shortcut-menu {
  color: #10233b !important;
}

body .swal2-popup.tr-shortcut-dialog .card-menu-shortcut {
  min-height: 88px;
  padding: .75rem .35rem !important;
  gap: .45rem !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  transition: background-color .2s ease;
}

body .swal2-popup.tr-shortcut-dialog .img-shortcut-menu {
  width: 46px !important;
  height: 46px !important;
}

body .swal2-popup.tr-shortcut-dialog .title-shortcut-menu {
  margin: 0 !important;
  color: #10233b !important;
  font-size: .76rem !important;
  font-weight: 750;
}

body .swal2-popup.tr-shortcut-dialog .link-shortcut-menu:hover .card-menu-shortcut,
body .swal2-popup.tr-shortcut-dialog .link-shortcut-menu:focus-visible .card-menu-shortcut {
  transform: none;
  border-color: transparent !important;
  background: #fff0e8 !important;
  box-shadow: none !important;
}

body .swal2-popup.tr-shortcut-dialog .swal2-close {
  top: .65rem;
  right: .65rem;
  width: 2.25rem;
  height: 2.25rem;
  color: #64748b;
  border-radius: 50%;
  font-size: 2rem;
}

body .swal2-popup.tr-shortcut-dialog .swal2-close:hover {
  color: #9a3412;
  background: #fff0e8;
}

@media (max-width: 700px) {
  body .swal2-popup.tr-shortcut-dialog .modal-content { padding: 0 !important; }
  body .swal2-popup.tr-shortcut-dialog .wrapper-menu-shortcut { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body .swal2-popup.tr-shortcut-dialog .shortcut-menu-kpr { grid-template-columns: 1fr; }
  body .swal2-popup.tr-shortcut-dialog .shortcut-menu-more { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body .swal2-popup.tr-shortcut-dialog .card-menu-shortcut { min-height: 96px; }
}

@media (max-width: 390px) {
  body .swal2-popup.tr-shortcut-dialog .wrapper-menu-shortcut { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Wide diagrams in Property Advisor documents must not inherit menu-icon sizing. */
body .commission-simulation-image {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  margin-inline: auto;
}

@media print {
  body .commission-simulation-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    break-inside: avoid;
  }
}

body .title-shortcut-menu {
  margin: 0 !important;
  color: var(--tr-ink) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

body .proyek-baru,
body .properti-favorit,
body .pilihan-terbaru,
body .news-section {
  height: auto !important;
  padding-block: clamp(2.25rem, 5vw, 4.5rem) !important;
}

body .home-guides {
  background: #fff;
}

body .home-guides-eyebrow {
  color: var(--tr-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .home-guide-card {
  min-height: 176px;
  padding: clamp(1rem, 3vw, 1.5rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem;
  color: var(--tr-ink);
  background: var(--tr-canvas);
  border: 1px solid var(--tr-border);
  border-radius: var(--tr-radius);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body .home-guide-card:hover {
  color: var(--tr-ink);
  border-color: rgba(194, 65, 12, 0.38);
  box-shadow: var(--tr-shadow-sm);
  transform: translateY(-2px);
}

body .home-guide-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--tr-primary-soft);
  border-radius: 14px;
}

body .home-guide-icon img {
  width: 24px;
  height: 24px;
}

body .home-guide-copy {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

body .home-guide-copy strong {
  font-size: 1.05rem;
}

body .home-guide-copy span {
  color: var(--tr-muted);
  font-size: 14px;
  line-height: 1.55;
}

body .home-guide-arrow {
  color: var(--tr-primary);
  font-size: 1.4rem;
  line-height: 1;
}

body .proyek-baru {
  background: #f0f2f5 !important;
}

body .pilihan-terbaru {
  background:
    radial-gradient(circle at 92% 10%, rgba(245, 158, 11, 0.13), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

body .section-eyebrow {
  color: var(--tr-primary);
}

body .section-supporting-copy {
  max-width: 580px;
  color: var(--tr-muted);
}

body .proyek-baru-title,
body .fav-properti-title,
body .terbaru-title,
body .news-title {
  font-size: clamp(1.65rem, 3vw, 2.35rem) !important;
  letter-spacing: -0.03em;
}

body .proyek-baru-desc {
  color: var(--tr-muted);
  font-size: 1rem !important;
  line-height: 1.65;
}

body .imageberita,
body .image-populer,
body .imagedetail {
  overflow: hidden;
  background: #e9edf3;
  border-radius: var(--tr-radius) var(--tr-radius) 0 0;
}

body .imageberita img,
body .image-populer img,
body .imagedetail img,
body .card-property-secondary img {
  width: 100%;
  object-fit: cover !important;
}

body .imageberita img,
body .card-properti > a > img {
  aspect-ratio: 4 / 3;
  height: auto !important;
}

body .our-courses .item .imageberita {
  height: auto !important;
  aspect-ratio: 4 / 3;
}

body .our-courses .item .imageberita img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

body .home-project-card,
body .home-property-card {
  overflow: hidden;
  background: #fff !important;
  border: 1px solid rgba(216, 222, 232, 0.92);
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.1) !important;
}

body .home-card-primary-link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

body #project-courses .item .down-content {
  background: #fff !important;
  border-radius: 0 !important;
}

body #project-courses .item .down-content .titleberita {
  height: auto !important;
  min-height: 138px;
  padding: 1rem !important;
  overflow: hidden;
  background: #fff !important;
}

body #project-courses .item .down-content .titleberita > .row {
  margin-inline: -0.35rem;
}

body #project-courses .jenis-proyek-baru {
  display: inline-flex;
  width: auto;
  margin: 0 0 0.45rem;
  padding: 0.25rem 0.55rem;
  color: #9a3412 !important;
  background: #ffedd5;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.25 !important;
  text-align: left !important;
}

body #project-courses .img-logo-white-circle {
  flex: 0 0 auto;
  width: 68px !important;
  max-width: 68px !important;
  height: auto !important;
  max-height: 40px;
  object-fit: contain !important;
}

body #project-courses .nama-proyek-baru {
  margin: 0 0 0.25rem;
}

body #project-courses .lokasi-proyek-baru {
  margin: 0;
  color: var(--tr-muted) !important;
}

body #project-courses .desc-proyek-baru h4 {
  display: -webkit-box;
  margin: 0;
  padding: 0.6rem 0 0 !important;
  overflow: hidden;
  color: var(--tr-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body .property-card-detail-footer {
  padding: 0.85rem 1rem;
}

body .property-card-detail-footer > .d-flex {
  align-items: stretch !important;
  flex-direction: column;
}

body .property-card-detail-footer .col-hubungi-agen-proyek-baru {
  position: relative;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  min-height: 32px;
  min-width: 0;
}

body .property-card-detail-footer .icon-dev-partner {
  top: 50%;
  left: 0;
  width: 32px !important;
  height: 32px !important;
  transform: translateY(-50%);
}

body .property-card-detail-footer .btn-dev-partner {
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  padding: 0.35rem 0.65rem 0.35rem 2.25rem !important;
  border-color: #fed7aa !important;
  font-size: 12px !important;
}

body .home-property-card-footer {
  padding: 0.9rem 1rem 1rem;
  border-top: 0 !important;
}

body .home-property-card-footer .horizontal-separator {
  height: 1px;
  margin: 0 0 0.9rem;
  overflow: hidden;
  background: var(--tr-border);
  border: 0 !important;
  font-size: 0;
}

body .home-property-card-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.8rem !important;
  align-items: stretch !important;
}

body .home-agent-link-wrap,
body .home-property-card-footer .link-property-secondary,
body .home-property-card-footer .wrapper-agent,
body .home-property-card-footer .wrapper-agent > div {
  width: 100%;
  min-width: 0;
}

body .home-property-card-footer .wrapper-agent {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center !important;
  gap: 0.7rem;
  padding-block: 0;
}

body .home-property-card-footer .img-agent-photo {
  width: 46px !important;
  height: 46px !important;
}

body .home-property-card-footer .title-agent-name {
  margin: 0 0 0.25rem;
}

body .home-property-card-footer .property-detail-button {
  margin: 0 !important;
}

body .our-courses .owl-dots {
  margin-top: 1rem;
}

body .our-courses .owl-dots .owl-dot {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 0 !important;
  background: transparent !important;
}

body .our-courses .owl-dots .owl-dot::before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #64748b;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: width 160ms ease, background-color 160ms ease;
}

body .our-courses .owl-dots .owl-dot.active::before {
  width: 20px;
  background: var(--tr-primary);
}

body .our-courses .owl-nav button.owl-prev,
body .our-courses .owl-nav button.owl-next {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0 !important;
  color: var(--tr-ink) !important;
  background: #fff !important;
  border: 1px solid var(--tr-border) !important;
  border-radius: 50%;
  box-shadow: var(--tr-shadow-sm);
}

body .our-courses .owl-nav button.owl-prev {
  left: -18px !important;
}

body .our-courses .owl-nav button.owl-next {
  right: -18px !important;
}

body .our-courses .owl-nav button.owl-prev::before,
body .our-courses .owl-nav button.owl-next::before {
  display: none !important;
  content: none !important;
}

body .our-courses .owl-nav button.owl-prev span,
body .our-courses .owl-nav button.owl-next span {
  opacity: 1;
  color: inherit;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-1px);
}

body .property-detail-button {
  flex: 0 0 auto;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0.6rem 0.9rem;
  color: #fff !important;
  background: var(--tr-primary) !important;
  border-color: var(--tr-primary) !important;
  font-size: 14px !important;
  text-decoration: none;
}

body .property-detail-button:hover,
body .property-detail-button:focus-visible {
  color: #fff !important;
  background: var(--tr-primary-hover) !important;
}

body .property-type-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-right: 0.35rem;
  padding: 0.2rem 0.45rem;
  color: #9a3412;
  background: #ffedd5;
  border: 1px solid #fed7aa;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  text-transform: capitalize;
  vertical-align: middle;
}

body .property-search-shell {
  margin-bottom: 1.25rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  background: #fff;
  border: 1px solid var(--tr-border);
  border-radius: var(--tr-radius-lg);
  box-shadow: var(--tr-shadow-sm);
}

body .property-search-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

body .property-search-heading h1 {
  margin-bottom: 0.25rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
}

body .property-filter-grid {
  display: grid;
  grid-template-columns: minmax(220px, 2fr) repeat(3, minmax(130px, 1fr));
  gap: 0.85rem;
}

body .property-filter-grid label {
  display: block;
  margin-bottom: 0.35rem;
  color: #334155;
  font-size: 13px;
  font-weight: 750;
}

body .property-filter-grid .form-control,
body .property-filter-grid .form-select {
  min-height: 46px;
  border-color: #cbd5e1;
  border-radius: 12px;
}

body .property-filter-price,
body .property-filter-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

body .property-filter-price {
  grid-column: span 2;
}

body .property-filter-actions {
  grid-column: span 2;
  align-items: end;
}

body .property-filter-summary {
  color: var(--tr-muted);
}

body .kpr-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

body .kpr-result-item {
  min-width: 0;
  padding: 0.85rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 12px;
}

body .kpr-result-label {
  display: block;
  margin-bottom: 0.2rem;
  color: #7c2d12;
  font-size: 12px;
  font-weight: 700;
}

body .kpr-result-value {
  display: block;
  color: var(--tr-ink);
  font-size: clamp(0.86rem, 1.8vw, 1rem);
  font-weight: 800;
  overflow-wrap: anywhere;
}

body .card-property-secondary,
body .card-profile-agen,
body .card-berita {
  overflow: hidden;
  border-radius: var(--tr-radius) !important;
  box-shadow: var(--tr-shadow-sm) !important;
}

body .property-card-prices > .property-card-price {
  min-width: 0;
  overflow-wrap: anywhere;
}

body .property-card-prices,
body .d-flex.multiple,
body .wrapper-price.multiple {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.2rem;
  align-items: start !important;
}

body .property-card-prices > *,
body .d-flex.multiple > *,
body .wrapper-price.multiple > * {
  min-width: 0;
  width: 100%;
  margin-bottom: 0;
  text-align: left !important;
  overflow-wrap: anywhere;
}

body .horizontal-separator {
  border-color: var(--tr-border) !important;
}

body .titik-lightbox-trigger {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  appearance: none;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  text-align: inherit;
}

body .titik-lightbox-trigger:focus-visible {
  outline: 3px solid #0f766e;
  outline-offset: 3px;
}

body .titik-lightbox-trigger .item-populer,
body .titik-lightbox-trigger .imagedetail {
  display: block;
}

body .titik-lightbox-dialog .modal-content {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: #0f172a;
}

body .titik-lightbox-image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 9rem);
  object-fit: contain;
  border-radius: 0.75rem;
  background: #020617;
}

body .contact-unavailable,
body .contact-unavailable.disabled {
  border-color: #475569 !important;
  background: #475569 !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

body #banner-carousel .carousel-control-prev,
body #banner-carousel .carousel-control-next {
  width: 64px;
  opacity: 1;
}

body #banner-carousel .carousel-control-prev-icon,
body #banner-carousel .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background-color: rgba(17, 24, 39, 0.78);
  background-size: 17px 17px;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.24);
}

body #banner-carousel .carousel-control-prev:focus-visible,
body #banner-carousel .carousel-control-next:focus-visible {
  border-radius: 999px;
  outline: 3px solid #ffffff !important;
  outline-offset: -8px;
}

body .facility-text,
body .info-published-since,
body .jenis-proyek-baru,
body .lokasi-proyek-baru,
body .desc-proyek-baru,
body .title-agent-kantor,
body .title-agent-lokasi,
body .listing-agen-title {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

body .jenis-proyek-baru,
body .lokasi-proyek-baru {
  color: #111827 !important;
}

body .btn-dev-partner,
body .jenis-news {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

body .nama-proyek-baru,
body .info-property,
body .title-agent-name,
body .nama-agen-cari,
body .bio-kantor-agen,
body .bio-jabatan-agen,
body .bio-asal-agen {
  font-size: 15px !important;
  line-height: 1.4 !important;
}

body .auth-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 10%, rgba(245, 158, 11, 0.15), transparent 34%),
    radial-gradient(circle at 90% 85%, rgba(194, 65, 12, 0.12), transparent 38%),
    #f7f8fa;
}

body .auth-full-page-content {
  min-height: 100vh;
  align-items: center;
}

body .auth-content {
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--tr-border);
  border-radius: var(--tr-radius-lg);
  box-shadow: var(--tr-shadow);
}

body .auth-content .auth-logo img {
  height: 96px !important;
}

body .auth-content form button[type="submit"] {
  color: #fff !important;
  background: var(--tr-primary) !important;
  border-color: var(--tr-primary) !important;
}

body footer a {
  color: #465166;
  text-decoration: none;
}

body footer a:hover {
  color: var(--tr-primary);
  text-decoration: underline;
}

body .kpr-hero {
  min-height: 260px;
  overflow: hidden;
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.55fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 3rem);
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(245, 158, 11, 0.35), transparent 34%),
    linear-gradient(135deg, #7c2d12, var(--tr-primary));
  border-radius: var(--tr-radius-lg);
  box-shadow: var(--tr-shadow);
}

body .kpr-hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 1;
}

body .kpr-hero-copy h1,
body .kpr-hero-copy p {
  color: #fff !important;
}

body .kpr-hero-copy h1 {
  font-size: clamp(1.8rem, 4vw, 3rem) !important;
}

body .kpr-hero-eyebrow {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  color: #7c2d12;
  background: #ffedd5;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body .kpr-hero-illustration {
  width: min(100%, 230px);
  aspect-ratio: 1;
  justify-self: end;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(69, 26, 3, 0.28);
}

body .section-kpr-simulasi {
  background: transparent !important;
}

body .kpr-calculator-disclosure {
  width: 100%;
}

body .kpr-calculator-trigger {
  width: min(100%, 420px);
  min-height: 54px;
  margin: 0 auto;
  padding: 0.85rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #fff;
  background: var(--tr-primary);
  border: 1px solid var(--tr-primary);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(154, 52, 18, 0.24);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  list-style: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body .kpr-calculator-trigger::-webkit-details-marker {
  display: none;
}

body .kpr-calculator-trigger::after {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  content: "";
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

body .kpr-calculator-trigger:hover {
  color: #fff;
  background: var(--tr-primary-hover);
  border-color: var(--tr-primary-hover);
  box-shadow: 0 14px 30px rgba(124, 45, 18, 0.28);
  transform: translateY(-1px);
}

body .kpr-calculator-trigger:focus-visible {
  outline: 3px solid #0f766e;
  outline-offset: 3px;
}

body .kpr-trigger-label-open {
  display: none;
}

body .kpr-calculator-disclosure[open] .kpr-trigger-label-closed {
  display: none;
}

body .kpr-calculator-disclosure[open] .kpr-trigger-label-open {
  display: inline;
}

body .kpr-calculator-disclosure[open] .kpr-calculator-trigger::after {
  transform: translateY(3px) rotate(225deg);
}

body .kpr-calculator-panel {
  margin-top: 1rem;
  padding: 1rem;
  background: linear-gradient(180deg, #fff7ed, #f8fafc);
  border: 1px solid #fed7aa;
  border-radius: var(--tr-radius-lg);
  box-shadow: var(--tr-shadow-sm);
}

body .kpr-calculator-disclosure[open] .kpr-calculator-panel {
  animation: tr-kpr-reveal 180ms ease-out;
}

@keyframes tr-kpr-reveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body .content-simulasi-kpr,
body .content-hasil-simulasi,
body .container-req-kpr {
  height: 100%;
  padding: clamp(1rem, 3vw, 1.75rem) !important;
  background: #fff !important;
  border: 1px solid var(--tr-border);
  border-radius: var(--tr-radius) !important;
  box-shadow: var(--tr-shadow-sm);
}

body .button-whatsapp {
  color: #ffffff !important;
  background-color: #166534 !important;
  border-color: #166534 !important;
}

body .button-whatsapp:hover,
body .button-whatsapp:focus-visible {
  color: #ffffff !important;
  background-color: #14532d !important;
  border-color: #14532d !important;
}

body .img-check-req-kpr {
  flex: 0 0 22px;
  width: 22px !important;
  height: 22px !important;
}

body .alert,
body .toast,
body .swal2-popup {
  border-radius: var(--tr-radius) !important;
}

@media (max-width: 767.98px) {
  html body {
    font-size: 15px !important;
  }

  body #page-topbar,
  body #page-topbar > .d-flex,
  body #page-topbar .navbar-header {
    min-height: 64px;
  }

  body #page-topbar > .d-flex {
    padding-inline: 0.35rem;
  }

  body .navbar-brand-box {
    min-width: 102px;
    padding-inline: 0.25rem !important;
  }

  body .navbar-brand-box .logo {
    height: 64px;
  }

  body .navbar-brand-box img {
    max-width: 98px !important;
    height: 42px !important;
  }

  body #page-topbar .app-search {
    min-width: 0;
    margin-inline: 0.35rem !important;
  }

  body #page-topbar .app-search .form-control {
    min-width: 0;
    padding-inline: 0.6rem;
  }

  body #page-topbar .header-item {
    margin-inline: 0.25rem !important;
    padding-inline: 0.35rem !important;
  }

  body .page-content,
  body .page-contentjual {
    padding-top: 78px !important;
  }

  body .wrapper-banner-home {
    padding-inline: 0.75rem;
  }

  body .wrapper-banner-home .carousel,
  body .wrapper-banner-home .carousel-inner {
    border-radius: 18px;
  }

  body .img-banner-home {
    height: clamp(290px, 78vw, 360px) !important;
  }

  body .home-hero-carousel::after {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.91), rgba(15, 23, 42, 0.5));
  }

  body .home-hero-copy {
    left: 3.5rem;
    width: calc(100% - 7rem);
  }

  body .home-hero-copy h1 {
    font-size: clamp(1.5rem, 7vw, 2rem) !important;
  }

  body .home-hero-copy p {
    line-height: 1.45;
  }

  body .home-hero-actions .btn {
    min-width: 0;
    padding-inline: 0.75rem;
    font-size: 12px !important;
  }

  body .property-search-heading {
    align-items: start;
    flex-direction: column;
  }

  body .property-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .property-filter-grid .property-query-field,
  body .property-filter-price,
  body .property-filter-actions {
    grid-column: 1 / -1;
  }

  body .property-card-detail-footer > .d-flex,
  body .card-properti .card-footer > .d-flex,
  body .home-property-card-actions {
    align-items: stretch !important;
    flex-direction: column;
  }

  body .property-detail-button {
    width: 100%;
  }

  body .kpr-result-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body .shortcut-menu-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin-block: 1rem !important;
  }

  body .card-menu-shortcut {
    min-height: 96px;
    padding: 0.75rem 0.25rem !important;
  }

  body .img-shortcut-menu {
    width: 42px !important;
    height: 42px !important;
  }

  body .title-shortcut-menu {
    font-size: 12px !important;
  }

  body .proyek-baru > .row,
  body .properti-favorit > .row,
  body .pilihan-terbaru > .row {
    padding-inline: 1rem !important;
  }

  body .home-section-intro,
  body .home-proyek-baru-content {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  body .home-proyek-baru-content > .our-courses > .container,
  body .home-carousel-column {
    padding-inline: 0 !important;
  }

  body .home-carousel-column {
    margin-top: 1rem !important;
  }

  body .home-carousel-frame {
    margin-top: 0 !important;
  }

  body .home-section-heading,
  body .home-section-all {
    text-align: left !important;
  }

  body .home-section-all {
    order: 0 !important;
    padding-top: 0.85rem !important;
  }

  body .home-section-all .btn,
  body .home-section-intro .btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body .home-property-card .imageberita,
  body .home-project-card .imageberita {
    aspect-ratio: 16 / 10;
  }

  body .our-courses .owl-nav {
    display: none !important;
  }

  body .slide-photo-property,
  body .img-detail-primary {
    max-height: 300px !important;
  }

  body .container-info-facility {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .content-profile-agen,
  body .wrapper-detail-primary-content,
  body .wrapper-info-detail,
  body .content-news-detail {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .table-responsive table {
    min-width: 680px;
  }

  body .modal-dialog {
    width: calc(100% - 1.5rem);
  }

  body .kpr-hero {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  body .kpr-hero-illustration {
    display: none;
  }

  body .kpr-calculator-trigger {
    width: 100%;
  }

  body .kpr-calculator-panel {
    padding: 0.75rem;
  }

  body .kpr-calculator-panel input {
    font-size: 16px !important;
  }
}

@media (max-width: 420px) {
  body .home-hero-carousel .carousel-inner {
    height: auto !important;
    max-height: none !important;
  }

  body .shortcut-menu-wrapper {
    gap: 0.45rem !important;
  }

  body .card-menu-shortcut {
    min-height: 88px;
  }

  body .img-shortcut-menu {
    width: 36px !important;
    height: 36px !important;
  }

  body .title-shortcut-menu {
    font-size: 12px !important;
  }

  body .home-hero-copy p {
    display: none;
  }

  body .home-hero-actions {
    margin-top: 0.85rem;
  }

  body .property-filter-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body .property-filter-grid > *,
  body .property-filter-price,
  body .property-filter-actions {
    grid-column: 1;
  }

  body .btn {
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  body {
    background: #fff !important;
  }

  #page-topbar,
  .vertical-menu,
  .footer {
    display: none !important;
  }

  .main-content,
  .page-content,
  .page-contentjual {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  body:not([data-sidebar-size="sm"]) .navbar-brand-box {
    width: 250px !important;
    min-width: 250px;
    padding-inline: 1.5rem !important;
  }
  body:not([data-sidebar-size="sm"]) #vertical-menu-btn {
    margin-left: 0 !important;
  }
}

/* Dialog pintasan beranda: satu permukaan kartu, bukan kartu di dalam kartu.
 * Warna dan bayangan dipegang oleh .swal2-popup; .modal-content di dalamnya
 * dibuat transparan supaya tidak membentuk lapisan kedua, dan padding bawaan
 * SweetAlert2 (18px 28.8px 5.4px, asimetris) diseragamkan. */
body .swal2-popup.tr-shortcut-dialog {
  background: linear-gradient(180deg, #fffaf7 0, #fff 36%) !important;
}

body .swal2-popup.tr-shortcut-dialog .swal2-html-container {
  padding: 1.6rem 1.75rem !important;
}

body .swal2-popup.tr-shortcut-dialog .modal-content {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

@media (max-width: 575.98px) {
  body .swal2-popup.tr-shortcut-dialog .swal2-html-container {
    padding: 1.15rem 1.15rem !important;
  }
}
