 body {

    font-family: 'Poppins', sans-serif;
    font-size: 14px;

}
.card-img-top {
    border-radius: 12px 12px 0 0;
}
.card {
    border-radius: 12px;
    overflow: hidden;
}
.card-footer {
    border-top: none;
}
.raited-font {
    font-family: 'Dancing Script', cursive;
}
/* Header tabel */
/* Breadcrumb */
.breadcrumb-top {
/*    background: #f8f9fa;*/
background: wheat;

border-radius: 10px;
padding: 10px 20px;
display: flex;
align-items: center;
list-style: none;
margin: 0;
width: 350px;
height: 30px;
}
.info-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
}
.label {
    width: 140px; /* Cukup lebar agar label sejajar rapi */
    font-weight: bold;
    color: #323232;
}
.value {
    color: #222;
    padding-left: 16px; /* Jarak tambahan antara label dan value */
    word-break: break-word;
}


.control-label-P {
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 font-weight: bold;
 margin-left: 20px;
}


.card {
    border-radius: 15px;
    overflow: hidden;
}

.card-header {
    background: #007bff;
    color: white;
    font-weight: 600;
}
.breadcrumb-top li {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    color: #0d6efd;
    font-weight: 500;
}
.fs-12 { font-size: 12px; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-sm  { font-size: .875rem; }  /* 14px */
.fs-md  { font-size: 1rem; }     /* 16px */
.fs-lg  { font-size: 1.25rem; } 

.breadcrumb-top li + li::before {
    content: "›";
    color: #6c757d;
    margin: 0 10px;
    font-weight: bold;
}

.breadcrumb-top li a {
    text-decoration: none;
    color: #0d6efd;
}
.about-header {
    font-weight: 700;
    color: #4b0082;
    margin-bottom: 1rem;
    font-size: 2rem;
    text-align: center;
}
.about-content {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
}
.breadcrumb-top li a:hover {
    text-decoration: underline;
}

/* Icon kelurahan Style */
.icon-kelurahan-box {
    background: rgba(255, 255, 255, 0.15);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.icon-kelurahan-box i {
    font-size: 2rem;
    color: #fff;
}
.judul-interaktif {
    display: inline-block;
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    font-weight: 600;
    color: #0077b6;
    transition: all 0.3s ease;
    text-decoration: none;
}
.judul-interaktif:hover {
    color: #023e8a;
    text-decoration: underline;
}
.btn-gradient {
    background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);
/*    background: linear-gradient(135deg, #00b4d8, #0077b6);*/
color: #fff;
border: none;
border-radius: 8px;
padding: 10px 20px;
transition: all 0.3s ease;
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
.btn-gradient:hover {
    background: linear-gradient(135deg, #0096c7, #023e8a);
    transform: translateY(-2px);
    color: #fff;
}
.breadcrumb {
    background-color: #ffffff !important;
}
.table td img {
    border-radius: 8px;
    object-fit: cover;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f7f4; /* abu kehijauan lembut */
  color: #000000;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
  color: #000000;
}

/* Efek hover */
.table-hover tbody tr:hover {
  background-color: #e4e9e0; /* efek hover lembut */
  transition: background-color 0.3s ease;
}

/* Border tabel */
.table {
  border: 1px solid #d4d8cf;
}
.table th {
  border-bottom: 2px solid #d4d8cf;
}
/* ======= TAMBAHAN STYLE TAMPAK PROFESIONAL ======= */

/* Background gradasi halus */


/* Header Pencarian */
.bg-light.p-4.mb-4.shadow-sm.rounded {
    background: linear-gradient(90deg, #e0f0ff 0%, #f8fbff 100%);
    border-left: 5px solid #0d6efd;
    box-shadow: 0 4px 10px rgba(13,110,253,0.1);
}

/* Judul dan deskripsi */
h3.text-primary {
    font-weight: 700;
    letter-spacing: 0.5px;
}
.text-muted.mb-4 {
    font-size: 0.95rem;
}

/* Input Pencarian */
.input-group-lg input {
    border: 2px solid #0d6efd;
    border-radius: 8px;
    transition: all 0.25s ease-in-out;
}
.input-group-lg input:focus {
    box-shadow: 0 0 10px rgba(13,110,253,0.3);
    transform: scale(1.01);
}

/* Tombol Reset */
#resetFilter {
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(13,110,253,0.3);
}

/* Tabel */
.table {
    border-radius: 12px;
    overflow: hidden;
}

.table-hover tbody tr:hover {
    background-color: #f0f7ff;
    transform: scale(1.002);
    transition: all 0.15s ease-in-out;
}

/* Badge Info */
.badge.bg-primary {
    background: linear-gradient(90deg, #007bff, #0056b3);
    padding: 8px 12px;
    font-weight: 600;
    border-radius: 6px;
}

/* Tombol Aksi */
.btn-sm {
    border-radius: 6px !important;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}
.btn-success:hover { background-color: #0c8c5e !important; transform: scale(1.08); }
.btn-info:hover { background-color: #0a89c4 !important; transform: scale(1.08); }
.btn-danger:hover { background-color: #b50000 !important; transform: scale(1.08); }

/* Tombol Ekspor */
.btn-success.btn-sm img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

/* Animasi header */
@keyframes slideDown {
    from {opacity: 0; transform: translateY(-10px);}
    to {opacity: 1; transform: translateY(0);}
}
.bg-light.p-4.mb-4 {
    animation: slideDown 0.5s ease;
}

/* Pesan tidak ada data */
.alert.alert-warning {
    background: #fff3cd;
    border: 1px solid #ffecb5;
    border-radius: 8px;
    font-size: 0.95rem;
}

/* Responsif tambahan */
@media (max-width: 768px) {
    h3.text-primary { font-size: 1.25rem; }
    .input-group-lg input { font-size: 0.9rem; }
    #resetFilter { padding: 5px 10px; }
}
/*-----navbar---------*/
.navbar {
   background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 0.7rem 1rem;
   border-radius: 0 0 20px 20px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   transition: all 0.3s ease;
   z-index: 1000;
}

.navbar-brand {
    font-weight: bold;
    color: #fff !important;
    font-size: 1.2rem;
}

.navbar-toggler 
{    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link {
    color: #fff !important;
    margin-right: 10px;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover {
    color: #dff9fb !important;
    text-decoration: underline;
}

.dropdown-menu {
    background-color: #ffffff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.dropdown-item {
    color: #333;
}

.dropdown-item:hover {
    background-color: #0077b6;
    color: white;
}

/* Efek animasi hover */
.dropdown-menu .dropdown-item {
    transition: transform 0.6s ease, padding-left 0.6s ease;
}

.dropdown-menu .dropdown-item:hover {
    transform: translateX(8px);
    padding-left: 12px;
}

/* Dropdown submenu positioning */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Hover untuk submenu agar muncul */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Tambahkan pointer cursor pada dropdown-toggle */
.dropdown-item.dropdown-toggle::after {
    content: "▸";
    float: right;
    margin-left: 5px;
    font-size: 0.6em;
}

