/* DesakuPRO - Pembangunan Desa (Admin + Front) */

.dpro-pembangunan-page,
.dpro-pembangunan-single {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1f2937;
}

/* Full-bleed agar konten benar-benar ketengah (tema kadang mengunci ke kolom kiri) */
.dpro-gxon.dpro-pembangunan-page,
.dpro-gxon.dpro-pembangunan-single {
  width: 100vw;
  max-width: 100vw;
  /* jangan pakai !important agar bisa dikoreksi JS jika tema memakai layout sidebar (konten rata kiri) */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
}


.dpro-pembangunan-page {
  background: #f3f5f7;
  padding: 18px 0 28px;
}

.dpro-pemb-header {
  padding: 14px 0 10px;
}

.dpro-pemb-title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #23876f;
  font-size: clamp(28px, 2.5vw, 44px);
}

.dpro-pemb-sub {
  margin: 6px 0 0;
  color: #111827;
  font-size: clamp(14px, 1.15vw, 18px);
}

/* Rapi & responsif: paksa konten Pembangunan ke tengah (anti bentrok tema full-width) */
.dpro-pembangunan-page .dpro-pemb-container{
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto !important;
  box-sizing: border-box;
  float: none !important;
  display: block !important;
}

.dpro-pembangunan-page .dpro-pemb-list{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dpro-pembangunan-page .dpro-pemb-header,
.dpro-pembangunan-page .dpro-empty{
  width: 100%;
  margin: 0;
}

.dpro-pembangunan-page .dpro-pemb-card{
  width: 100%;
  margin: 0 !important;
  float: none !important;
  align-self: stretch;
}

@media (max-width: 576px){
  .dpro-pembangunan-page .dpro-pemb-container{
    width: calc(100% - 24px);
  }
}

/* Marker gambar (Leaflet) */
.dpro-gxon .leaflet-marker-icon.dpro-pemb-marker-img {
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.28));
}

.dpro-pemb-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 14px 0;
}

.dpro-pemb-media {
  min-height: 240px;
  background-size: cover;
  background-position: center;
}

.dpro-pemb-body {
  padding: 14px 16px;
}

.dpro-pemb-card-title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 22px;
  color: #111827;
}

.dpro-pemb-mini-table {
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 6px;
  overflow: hidden;
}

.dpro-pemb-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

.dpro-pemb-row:last-child { border-bottom: 0; }

.dpro-pemb-row span {
  color: #1f2937;
  font-weight: 600;
}

.dpro-pemb-row b {
  color: #111827;
  font-weight: 800;
}

.dpro-pemb-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 12px;
}


/* GXON button (anti bentrok CSS tema) */
.dpro-gxon .dpro-btn,
.dpro-gxon .dpro-btn:visited {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  padding: 11px 14px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform 120ms ease, background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.dpro-gxon .dpro-btn i {
  font-size: 16px;
  line-height: 0;
}

.dpro-gxon .dpro-btn span { line-height: 1; }

.dpro-gxon .dpro-btn:active { transform: translateY(1px); }

.dpro-gxon .dpro-btn--dark {
  background: #6b6b6b;
  color: #ffffff;
}

.dpro-gxon .dpro-btn--dark:hover { background: #4f4f4f; color: #ffffff; }

.dpro-gxon .dpro-btn--outline {
  background: #ffffff;
  border: 1px solid #e9edf2;
  color: #2b3a42;
}

.dpro-gxon .dpro-btn--outline:hover { border-color: #cfd8e3; }

.dpro-gxon .dpro-btn--primary {
  background: #ff7a18;
  color: #ffffff;
}

.dpro-gxon .dpro-btn--primary:hover { background: #f46b00; color: #ffffff; }

.dpro-pemb-actions .btn {
  border-radius: 8px;
  font-weight: 800;
  padding: 10px 16px;
}


/* GXON button (anti bentrok CSS tema) */
.dpro-gxon .dpro-btn,
.dpro-gxon .dpro-btn:visited {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  padding: 11px 14px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform 120ms ease, background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.dpro-gxon .dpro-btn i {
  font-size: 16px;
  line-height: 0;
}

.dpro-gxon .dpro-btn span { line-height: 1; }

.dpro-gxon .dpro-btn:active { transform: translateY(1px); }

.dpro-gxon .dpro-btn--dark {
  background: #6b6b6b;
  color: #ffffff;
}

.dpro-gxon .dpro-btn--dark:hover { background: #4f4f4f; color: #ffffff; }

.dpro-gxon .dpro-btn--outline {
  background: #ffffff;
  border: 1px solid #e9edf2;
  color: #2b3a42;
}

.dpro-gxon .dpro-btn--outline:hover { border-color: #cfd8e3; }

.dpro-gxon .dpro-btn--primary {
  background: #ff7a18;
  color: #ffffff;
}

.dpro-gxon .dpro-btn--primary:hover { background: #f46b00; color: #ffffff; }

.dpro-pemb-actions .btn.btn-secondary {
  background: #6b6b6b;
  border-color: #6b6b6b;
}


/* GXON button (anti bentrok CSS tema) */
.dpro-gxon .dpro-btn,
.dpro-gxon .dpro-btn:visited {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  padding: 11px 14px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform 120ms ease, background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.dpro-gxon .dpro-btn i {
  font-size: 16px;
  line-height: 0;
}

.dpro-gxon .dpro-btn span { line-height: 1; }

.dpro-gxon .dpro-btn:active { transform: translateY(1px); }

.dpro-gxon .dpro-btn--dark {
  background: #6b6b6b;
  color: #ffffff;
}

.dpro-gxon .dpro-btn--dark:hover { background: #4f4f4f; color: #ffffff; }

.dpro-gxon .dpro-btn--outline {
  background: #ffffff;
  border: 1px solid #e9edf2;
  color: #2b3a42;
}

.dpro-gxon .dpro-btn--outline:hover { border-color: #cfd8e3; }

.dpro-gxon .dpro-btn--primary {
  background: #ff7a18;
  color: #ffffff;
}

.dpro-gxon .dpro-btn--primary:hover { background: #f46b00; color: #ffffff; }

.dpro-pemb-actions .btn.btn-secondary:hover {
  background: #4f4f4f;
  border-color: #4f4f4f;
}

.dpro-pemb-map {
  width: 100%;
  height: 520px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.10);
  background: #ffffff;
}

/* Modal fallback (kalau theme tidak pakai Bootstrap JS/CSS lengkap) */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1050;
}

.modal:not(.show) { display: none; }

.modal-dialog {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 16px;
}

.modal-content {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.modal-title {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.modal-body { padding: 14px; }

.btn-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: rgba(0,0,0,0.06);
  position: relative;
  cursor: pointer;
}

.btn-close:before,
.btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: rgba(0,0,0,0.55);
}

.btn-close:before { transform: translate(-50%, -50%) rotate(45deg); }
.btn-close:after { transform: translate(-50%, -50%) rotate(-45deg); }

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1040;
}

body.modal-open { overflow: hidden; }

.dpro-pemb-map-single {
  height: 520px;
}

.dpro-pemb-marker {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 3px solid #23876f;
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

.dpro-pemb-marker i {
  color: #23876f;
  font-size: 18px;
}

.dpro-empty {
  background: #fff;
  border: 1px dashed rgba(0,0,0,0.2);
  border-radius: 12px;
  padding: 18px;
}

/* Single */

.dpro-pembangunan-single {
  background: #f3f5f7;
}

.dpro-pemb-hero {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
}

.dpro-pemb-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.10), rgba(243,245,247,0.92) 72%, rgba(243,245,247,1));
  z-index: 1;
}

.dpro-pemb-hero-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  /* Jarak aman dari header tema (sering sticky/fixed) agar judul tidak berhimpitan */
  padding: calc(var(--dpro-header-offset, 0px) + 92px) 16px 0;
}

@media (max-width: 576px) {
  .dpro-pemb-hero-inner {
    padding-top: calc(var(--dpro-header-offset, 0px) + 80px);
  }
}

.dpro-pemb-hero-badge {
  /* Badge/Pill "PEMBANGUNAN" tidak dipakai lagi (diminta dihilangkan) */
  display: none !important;
  align-items: center;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #111827;
}

.dpro-pemb-hero-title {
  /* badge dihapus (lebih clean), jadi judul tidak perlu jarak besar di atas */
  margin: 6px 0 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #111827;
  font-size: clamp(26px, 2.6vw, 42px);
}

/* Mobile: judul di tengah (agar rapi di layar kecil) */
@media (max-width: 768px) {
  .dpro-pemb-hero-inner {
    text-align: center;
  }
}

.dpro-pemb-single-wrap {
  width: 100%;
  max-width: 1100px;
  margin: -90px auto 0;
  padding: 0 20px 28px;
  box-sizing: border-box;
  overflow: visible;
}

.dpro-pemb-info-card {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 0;
}

.dpro-pemb-info-card .card-header{
  background: #fff;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.dpro-pemb-info-card .card-title{
  font-weight: 900;
  letter-spacing: -0.01em;
}

.dpro-pemb-info-card .card-footer{
  background: #fff;
  padding: 12px 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* footer actions tetap rapi */
.dpro-pemb-info-actions { margin-top: 0; }

.dpro-pemb-info-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.dpro-pemb-info-row{
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 0;
  border-bottom: 1px solid #e5e7eb;
}

.dpro-pemb-info-row:nth-child(odd) { background: #fafafa; }
.dpro-pemb-info-row:nth-child(even) { background: #fff; }

.dpro-pemb-info-row span { font-weight: 700; color: #1f2937; }
.dpro-pemb-info-row b { font-weight: 800; color: #111827; }

.dpro-pemb-info-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 12px;
}

.dpro-pemb-section-title {
  margin: 16px 0 10px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #111827;
  text-transform: uppercase;
}

.dpro-pemb-doc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.dpro-pemb-doc-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
}

.dpro-pemb-doc-img {
  height: 280px;
  background-size: cover;
  background-position: center;
}

.dpro-pemb-doc-bar {
  background: #0d5d15;
  color: #fff;
  font-weight: 800;
  padding: 10px 12px;
  text-align: center;
}

/* Admin helpers */
.dpro-pembangunan-admin .dpro-doc-ph {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #f3f5f7;
  border: 1px dashed rgba(0,0,0,0.25);
  font-weight: 900;
  color: #6b7280;
}

@media (max-width: 992px) {
  .dpro-pemb-card { grid-template-columns: 1fr; }
  .dpro-pemb-media { min-height: 200px; }
  .dpro-pemb-row { grid-template-columns: 130px 1fr; }
  .dpro-pemb-actions { justify-content: flex-start; flex-wrap: wrap; }
  .dpro-pemb-info-grid { grid-template-columns: 1fr; }
  .dpro-pemb-doc-grid { grid-template-columns: 1fr; }
  .dpro-pemb-doc-img { height: 220px; }
  .dpro-pemb-map { height: 420px; }
}


/* Modal close (anti bentrok tema) */
.dpro-gxon .dpro-modal-close {
  all: unset;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #e6e9ef;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

.dpro-gxon .dpro-modal-close i {
  font-size: 18px;
  color: #6b6b6b;
}

.dpro-gxon #dproPembMapModal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dpro-gxon #dproPembMapModal .modal-content {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}

.dpro-gxon #dproPembMapModal .modal-body {
  background: #ffffff;
}


/* =========================
   GXON / Theme overrides
   ========================= */
.dpro-pemb-wrapper *, 
.dpro-pembangunan-single *{
  box-sizing: border-box;
}

.dpro-pemb-wrapper a.dpro-pemb-btn,
.dpro-pemb-wrapper button.dpro-pemb-btn,
.dpro-pembangunan-single a.dpro-pemb-btn,
.dpro-pembangunan-single button.dpro-pemb-btn{
  background: #4b5563 !important;
  color: #ffffff !important;
  border: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.dpro-pemb-wrapper a.dpro-pemb-btn i,
.dpro-pemb-wrapper button.dpro-pemb-btn i,
.dpro-pembangunan-single a.dpro-pemb-btn i,
.dpro-pembangunan-single button.dpro-pemb-btn i{
  color: #ffffff !important;
}

.dpro-pemb-wrapper a.dpro-pemb-btn:hover,
.dpro-pemb-wrapper button.dpro-pemb-btn:hover,
.dpro-pembangunan-single a.dpro-pemb-btn:hover,
.dpro-pembangunan-single button.dpro-pemb-btn:hover{
  background: #374151 !important;
  color: #ffffff !important;
}

.dpro-pembangunan-single .dpro-btn,
.dpro-pembangunan-single .dpro-btn-ghost{
  text-decoration: none !important;
  box-shadow: none !important;
}

.dpro-pembangunan-single .dpro-btn{
  background: #4b5563 !important;
  color: #ffffff !important;
  border: 0 !important;
}

.dpro-pembangunan-single .dpro-btn i{
  color: #ffffff !important;
}

.dpro-pembangunan-single .dpro-btn-ghost{
  background: #ffffff !important;
  color: #111827 !important;
  border: 1px solid #e5e7eb !important;
}

.dpro-pembangunan-single .dpro-btn-ghost i{
  color: #111827 !important;
}

.dpro-pemb-modal-close{
  position:absolute !important;
  top:14px !important;
  right:14px !important;
  left:auto !important;
  width:44px !important;
  height:44px !important;
  border-radius:12px !important;
  background:#ffffff !important;
  border:1px solid #e5e7eb !important;
  color:#111827 !important;
  cursor:pointer !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  z-index: 50 !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.14) !important;
}

.dpro-pemb-modal-close:hover{
  background:#f3f4f6 !important;
}

.leaflet-div-icon{
  background: transparent !important;
  border: 0 !important;
}

.dpro-map-pin{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #ffffff;
  border: 2px solid #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.dpro-map-pin i{
  font-size: 16px;
  line-height: 1;
  color: #16a34a;
}

.dpro-pemb-info-row > div{
  min-width: 0;
}

.dpro-pemb-info-row b{
  word-break: break-word;
}

@media (max-width: 900px){
  .dpro-pemb-info-grid{ grid-template-columns: 1fr; }
  .dpro-pemb-info-row{ grid-template-columns: 120px minmax(0, 1fr); }
}




/* === v1.1.39 UI FIX OVERRIDES (theme-safe) === */
.dpro-gxon.dpro-pembangunan-page{
  background:#fff !important;
  padding-top:26px;
  padding-bottom:30px;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.dpro-gxon.dpro-pembangunan-page .dpro-pemb-wrap{ background:transparent !important; }

.dpro-gxon .dpro-pemb-card,
.dpro-gxon .dpro-pemb-body,
.dpro-gxon .dpro-pemb-mini-table{
  background:#fff !important;
}

.dpro-gxon.dpro-pembangunan-single{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#fff !important;
}

body.single-dsp_pembangunan #primary,
body.single-dsp_pembangunan #content,
body.single-dsp_pembangunan .content-area,
body.single-dsp_pembangunan .site-main,
body.page .dpro-gxon.dpro-pembangunan-page{
  width:100% !important;
  max-width:100% !important;
  float:none !important;
}

.dpro-gxon.dpro-pembangunan-single .dpro-pemb-hero{
  position:relative;
  z-index:1;
  overflow:visible;
}
.dpro-gxon.dpro-pembangunan-single .dpro-pemb-hero-overlay{ z-index:0; }
.dpro-gxon.dpro-pembangunan-single .dpro-pemb-hero-inner{
  position:relative;
  z-index:4;
}

.dpro-gxon.dpro-pembangunan-single .dpro-pemb-single-wrap{
  position:relative;
  z-index:3;
  margin:-90px auto 0;
  padding-left:16px;
  padding-right:16px;
  max-width:1200px;
}

@media (max-width: 980px){
  .dpro-gxon.dpro-pembangunan-single .dpro-pemb-single-wrap{ margin:-70px auto 0; }
}

.dpro-gxon.dpro-pembangunan-single .dpro-pemb-info-card{
  overflow:visible;
}
.dpro-gxon.dpro-pembangunan-single .dpro-pemb-info-grid{
  width:100%;
}
.dpro-gxon.dpro-pembangunan-single .dpro-pemb-info-row{
  min-width:0;
}

/* Leaflet marker icon (avoid blank / theme conflicts) */
.dpro-gxon .leaflet-div-icon.dpro-map-marker{
  width:36px !important;
  height:36px !important;
  border-radius:12px !important;
  border:2px solid #1f7a67 !important;
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 10px 22px rgba(0,0,0,.18) !important;
}
.dpro-gxon .leaflet-div-icon.dpro-map-marker i{
  font-size:18px !important;
  line-height:1 !important;
  color:#1f7a67 !important;
  display:inline-block !important;
}


body.single-dsp_pembangunan #content,
body.single-dsp_pembangunan #primary,
body.single-dsp_pembangunan .site-content,
body.single-dsp_pembangunan .site-main{
  overflow:visible !important;
}
body.page .site-content{
  overflow-x:hidden;
}
/* GXON DataTable border override */
/* Hilangkan pengaruh CSS tema pada garis/border tabel, pakai warna border GXON */
.dpro-pembangunan-single table#dt_basic,
.dpro-pembangunan-single table#dt_basic.dataTable,
.dpro-pembangunan-single table#dt_ScrollVertical,
.dpro-pembangunan-single table#dt_ScrollVertical.dataTable,
.dpro-pembangunan-single .dataTables_wrapper table.dataTable {
  border-color: var(--bs-border-color, #E8EBF1) !important;
}

.dpro-pembangunan-single table#dt_basic th,
.dpro-pembangunan-single table#dt_basic td,
.dpro-pembangunan-single table#dt_ScrollVertical th,
.dpro-pembangunan-single table#dt_ScrollVertical td,
.dpro-pembangunan-single .dataTables_wrapper table.dataTable thead th,
.dpro-pembangunan-single .dataTables_wrapper table.dataTable thead td,
.dpro-pembangunan-single .dataTables_wrapper table.dataTable tbody th,
.dpro-pembangunan-single .dataTables_wrapper table.dataTable tbody td {
  border-color: var(--bs-border-color, #E8EBF1) !important;
}

.dpro-pembangunan-single table#dt_basic,
.dpro-pembangunan-single table#dt_basic th,
.dpro-pembangunan-single table#dt_basic td,
.dpro-pembangunan-single table#dt_ScrollVertical,
.dpro-pembangunan-single table#dt_ScrollVertical th,
.dpro-pembangunan-single table#dt_ScrollVertical td {
  border-width: 1px !important;
  border-style: solid !important;
}

.dpro-pembangunan-single table.dataTable.no-footer {
  border-bottom: 1px solid var(--bs-border-color, #E8EBF1) !important;
}

.dpro-pembangunan-single table.dataTable thead th,
.dpro-pembangunan-single table.dataTable thead td {
  border-bottom: 1px solid var(--bs-border-color, #E8EBF1) !important;
}

.dpro-pembangunan-single table.dataTable tbody th,
.dpro-pembangunan-single table.dataTable tbody td {
  border-top: 1px solid var(--bs-border-color, #E8EBF1) !important;
}


/* GXON DataTable padding: beri jarak kiri/kanan agar teks tidak mepet */
.dpro-pembangunan-single .dataTables_wrapper table.dataTable thead th,
.dpro-pembangunan-single .dataTables_wrapper table.dataTable thead td,
.dpro-pembangunan-single .dataTables_wrapper table.dataTable tbody th,
.dpro-pembangunan-single .dataTables_wrapper table.dataTable tbody td{
  padding-left: 18px !important;
  padding-right: 18px !important;
}

@media (max-width: 768px){
  .dpro-pembangunan-single .dataTables_wrapper table.dataTable thead th,
  .dpro-pembangunan-single .dataTables_wrapper table.dataTable thead td,
  .dpro-pembangunan-single .dataTables_wrapper table.dataTable tbody th,
  .dpro-pembangunan-single .dataTables_wrapper table.dataTable tbody td{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
