[data-page="beranda_dashboard"][data-itemid="text"] {
  color: #2e7d32;
  font-weight: bold;
}
[data-page="beranda_dashboard"][data-itemid="dashboard-item"] > .panel > .panel-body,
[data-page="beranda_dashboard"][data-itemid="dashboard-item"] > * > .tab-content > .tab-pane > .panel > .panel-body {
  background-color: #dcedc8;
  background-image: none;
}
[data-page="beranda_dashboard"][data-itemid="dashboard-item1"] > .panel > .panel-body,
[data-page="beranda_dashboard"][data-itemid="dashboard-item1"] > * > .tab-content > .tab-pane > .panel > .panel-body {
  background-color: #dcedc8;
  background-image: none;
}
[data-page="beranda_dashboard"][data-itemid="dashboard-item1"] > .panel,
[data-page="beranda_dashboard"][data-itemid="dashboard-item1"] > * > .tab-content > .tab-pane > .panel {
  border: none;
}
[data-page="beranda_dashboard"][data-itemid="text1"] {
  color: #2e7d32;
}
[data-page="beranda_dashboard"][data-itemid="dashboard-item2"] > .panel > .panel-body,
[data-page="beranda_dashboard"][data-itemid="dashboard-item2"] > * > .tab-content > .tab-pane > .panel > .panel-body {
  background-color: #dcedc8;
  background-image: none;
}
[data-page="beranda_dashboard"][data-itemid="dashboard-item3"] > .panel > .panel-body,
[data-page="beranda_dashboard"][data-itemid="dashboard-item3"] > * > .tab-content > .tab-pane > .panel > .panel-body {
  background-color: #dcedc8;
  background-image: none;
}
[data-page="beranda_dashboard"][data-itemid="dashboard-item4"] > .panel > .panel-body,
[data-page="beranda_dashboard"][data-itemid="dashboard-item4"] > * > .tab-content > .tab-pane > .panel > .panel-body {
  background-color: #dcedc8;
  background-image: none;
}
[data-page="beranda_dashboard"][data-itemid="dashboard-item5"] > .panel > .panel-body,
[data-page="beranda_dashboard"][data-itemid="dashboard-item5"] > * > .tab-content > .tab-pane > .panel > .panel-body {
  background-color: #dcedc8;
  background-image: none;
}
[data-page="beranda_dashboard"][data-itemid="text2"] {
  color: #2e7d32;
}
[data-page="beranda_dashboard"][data-itemid="text3"] {
  font-weight: bold;
}
[data-page="beranda_dashboard"][data-itemid="page_image_ash8f23hr"] {
  width: 400px;
}


/*
.searchOptions.panel .panel-heading {
    display: none;
}
*/
.searchOptions.panel .panel-footer {
    border: none;
    background-color: transparent;
    padding: 0px 10px 0px 10px;
}

.searchOptions.panel {
    background: transparent;
    display: flex !important;
    border: none !important;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
}

    .r-topheader {
        position: fixed;
        width: 100%;
        z-index: 100;
        height:80px;
    }
    
.navbar-brand.navbar-brand {
    font-size: 30px;
}

[data-cellid="supertop_c1"][data-itemid="logo"]{
    height:80px;
}

[data-cellid="supertop_c1"][data-itemid="menu"]{
    
    text-align:right;
}
body {
    background-color: #e9f5e8;
}
.r-menu-title {
    font-size:20px;
}

.footer-wrapper {
      flex-shrink: 0;
      background-color: #2d6a2d; /* hijau tua */
      color: white;
      padding: 20px 30px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 30px;
      font-size: 14px;
      flex-wrap: wrap;
      position: relative;
    }
    /* Bagian kiri */
    .footer-left {
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-width: 180px;
    }
    .footer-left > .title {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 4px;
    }
    .footer-top-logos,
    .footer-bottom-logos {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .footer-bottom-logos {
      margin-left: 10px;
      margin-top: 1px;
    }
    /* Semua logo kiri ukuran sama tinggi 50px */
    .footer-left-logos img,
    .footer-bottom-logos img,
    .footer-top-logos img {
      height: 50px !important;
      object-fit: contain;
      background: white;
      padding: 3px;
      border-radius: 4px;
    }
    /* Bagian kanan */
    .footer-right {
      display: flex;
      gap: 15px;
      align-items: center;
      flex-wrap: nowrap;
      min-width: 280px;
    }
    /* Logo kanan ukuran dua kali lipat = 100px */
    .footer-right img {
      height: 100px !important;
      background: transparent !important;
      padding: 0 !important;
      border-radius: 0 !important;
      object-fit: contain;
    }
    /* Bagian tengah */
    .footer-center {
      flex: 1 1 300px;
      display: flex;
      gap: 40px;
      color: #d4e8c0;
      user-select: none;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
    }
    /* Sitemap vertikal */
    .footer-center .sitemap {
      display: flex;
      flex-direction: column;
      gap: 12px;
      font-weight: bold;
      font-size: 15px;
      min-width: 120px;
    }
    .footer-center .sitemap a {
      color: #d4e8c0;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .footer-center .sitemap a:hover {
      color: #a1c77d;
      text-decoration: underline;
      cursor: pointer;
    }
    /* Misi di sebelah kanan sitemap */
    .footer-center .mission {
      font-size: 13px;
      font-style: italic;
      max-width: 350px;
      line-height: 1.3;
      text-align: left;
      min-width: 280px;
    }
    /* Footer bottom copyright terpisah */
    .footer-bottom {
      width: 100%;
      background-color: #265225; /* sedikit lebih gelap */
      text-align: center;
      padding: 8px 20px;
      font-size: 12px;
      color: #bbcba3;
      user-select: text;
      box-sizing: border-box;
      margin-top: 15px;
    }
    /* Responsive untuk layar kecil */
    @media (max-width: 700px) {
      .footer-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }
      .footer-left, .footer-right {
        justify-content: center;
        flex-wrap: wrap;
        min-width: auto;
      }
      .footer-center {
        flex-direction: column;
        width: 100%;
        gap: 15px;
      }
      .footer-center .sitemap, .footer-center .mission {
        min-width: auto;
        text-align: center;
      }
      .footer-center .sitemap {
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        font-size: 14px;
      }
      /* Kurangi ukuran logo kanan pada layar kecil supaya tidak terlalu besar */
      .footer-right img {
        height: 50px !important;
      }
      /* Logo kiri tetap 50px */
      .footer-left-logos img,
      .footer-bottom-logos img,
      .footer-top-logos img {
        height: 40px !important;
      }
    }
    
.card-number {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #2e7d32, #66bb6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
  }
  .card-label {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1b3d14;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
  
 .panel-primary > .panel-heading {
    display:none;
