body {
    padding-top: 74px;
    background: #f8f9fb;
    color: #5e5873;
    font-family: "Montserrat", sans-serif;
  }

  /* === HEADER === */
  .vx-header {
    position: fixed;
    top: 0; width: 100%;
    background: #fff;
    border-bottom: 1px solid #ebe9f1;
    box-shadow: 0 1px 6px rgba(18,15,30,0.05);
    z-index: 1050;
  }
  .vx-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }
  .vx-logo img { height: 28px; }
  .brand-text { font-weight: 600; font-size: 1rem; color: #2e2b3c; margin-left: 8px; }

  /* === MENU === */
  #vx-main-menu {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    list-style: none;
    margin: 0; padding: 0;
  }
  #vx-main-menu .nav-link {
    display: flex; align-items: center;
    padding: .45rem .85rem;
    color: #5e5873; font-size: .86rem; font-weight: 500;
    border-radius: 6px;
    white-space: nowrap; text-align: left;
  }
  #vx-main-menu .nav-link:hover { color: #7367f0; background: rgba(115,103,240,0.05); }
  #vx-main-menu .nav-item.active > .nav-link {
    background: linear-gradient(90deg,#6d5cf6,#7367f0);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(115,103,240,0.25);
  }

  /* === DROPDOWN === */
  .dropdown-panel {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    background: #fff;
    border-top: 1px solid #ebe9f1;
    box-shadow: 0 8px 18px rgba(11,10,22,0.05);
    padding: 0.5rem 0;
    z-index: 1020;
    border-radius: 0 0 8px 8px;
    min-width: 260px;
  }
  .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.45rem 1rem;
    font-size: 0.86rem;
    color: #5e5873;
    transition: all .2s;
    text-align: left;
    gap: 4px;
  }
  .dropdown-item:hover {
    background: rgba(115,103,240,0.06);
    color: #7367f0;
  }
  .dropdown-item .bullet {
    font-family: 'feather';
    font-size: 14px;
    color: #7367f0;
    flex-shrink: 0;
  }
  .dropdown-item.has-sub .chevron {
    font-family: 'feather';
    font-size: 14px;
    color: #b0aac1;
    margin-left: auto;
    transition: transform .3s;
  }
  .dropdown-item.has-sub.open .chevron {
    transform: rotate(180deg);
    color: #7367f0;
  }

  /* === SUBMENU === */
  .dropdown-submenu {
    display: none;
    padding-left: 1rem;
    border-left: 2px solid #7367f0;
    margin: 0.3rem 0 0.3rem 1rem;
  }
  .dropdown-submenu .dropdown-item {
    font-size: 0.84rem;
    padding: 0.4rem 1rem;
  }

  /* === SUBMENU LEVEL 3 === */
  .dropdown-submenu-level3 {
    display: none;
    padding-left: 1rem;
    border-left: 2px dashed #b5aef9;
    margin: 0.3rem 0 0.3rem 1rem;
  }
  .dropdown-submenu-level3 .dropdown-item {
    font-size: 0.82rem;
    padding: 0.35rem 1rem;
  }

  /* === ICONS === */
  .ficon {
    font-family: 'feather';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 16px;
    margin-right: 6px;
  }

  /* === LOGIN BUTTON === */
  .vx-login-btn {
    background: linear-gradient(90deg,#6d5cf6,#7367f0);
    border: none;
    color: #fff;
    border-radius: 8px;
    font-size: .85rem;
    padding: .4rem .9rem;
    box-shadow: 0 3px 10px rgba(115,103,240,0.3);
  }

  /* === CONTENT === */
  .app-content {
    display: flex;
    justify-content: center;
    padding: 2.5rem 1rem;
  }
  .content-wrapper {
    max-width: 1280px;
    width: 100%;
  }

  /* === FOOTER === */
  footer.footer {
    border-top: 1px solid #ebe9f1;
    background: #fff;
    box-shadow: 0 -1px 6px rgba(18,15,30,0.03);
    padding: 1rem 0;
  }
  .footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    color: #6e6b7b;
  }
  .footer-left a {
    color: #7367f0;
    text-decoration: none;
    margin-right: 1rem;
    transition: color .2s;
  }
  .footer-left a:hover { color: #5e58c2; }

  /* === RESPONSIVE === */
  @media (max-width: 991.98px) {
    #vx-main-menu {
      flex-direction: column; align-items: flex-start;
      background: #fff; border-bottom: 1px solid #eee;
      padding: 1rem; display: none; width: 100%;
    }
    #vx-main-menu.show { display: block; }
    .vx-toggler {
      border: none; background: none; font-size: 1.4rem; margin-left: 1rem;
    }
    .dropdown-panel { position: static; box-shadow: none; border: none; padding: 0.3rem 0 0 0.8rem; }
    .footer-inner { flex-direction: column; gap: 0.5rem; text-align: center; }
  }
  .horizontal-menu.navbar-floating:not(.blank-page) .app-content{
    padding-top: 0px;
  }
  #formSearch .btn{
    padding: 10px 10px;
  }
  .custom-breadcrumb .breadcrumb {
        background: #fff !important;
        border-radius: 8px;
        font-size: 1.05rem; /* 16–17px */
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .custom-breadcrumb .breadcrumb-item {
        margin: 0;
    }

    .bc-link {
        color: #7367f0;
        text-decoration: none;
        font-weight: 600;
    }
    .bc-link:hover {
        text-decoration: underline;
    }

    .bc-active {
        color: #333;
        font-weight: 600;
    }

    /* Separator custom (lebih modern) */
    .breadcrumb-separator {
        margin: 0 6px;
        color: #999;
        font-size: 1.1rem;
    }

    /* Subtle shadow */
    .breadcrumb.shadow-sm {
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

    /* Card style mendekati Vuexy */
    .vuexy-contact-card {
        border-radius: 8px;
        border: 1px solid #ebe9f1;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .vuexy-contact-card .card-body {
        padding: 2rem;
    }

    /* Title mirip Vuexy */
    .vuexy-contact-card .card-title {
        font-size: 1.4rem;
        font-weight: 600;
        color: #5a4ba8; /* warna ungu Vuexy */
        letter-spacing: 0.2px;
    }

    /* Label */
    .vuexy-contact-card label {
        font-weight: 600;
        color: #4b4b4b;
        font-size: 0.95rem;
    }

    /* Input box style */
    .vuexy-contact-card .form-control {
        border-radius: 6px;
        padding-left: 2.4rem;
        height: calc(1.5em + .75rem + 14px);
        box-shadow: none !important;
    }
    .vuexy-contact-card textarea.form-control {
        height: auto;
        padding-left: 2.4rem;
    }

    /* Icon kiri input */
    .vuexy-contact-card .form-control-position {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #7367f0; /* purple Vuexy */
        font-size: 1.2rem;
    }

    .vuexy-contact-card .has-icon-left .form-control {
        padding-left: 2.5rem !important;
    }

    .vuexy-contact-card .btn-primary {
        background-color: #7367f0;
        border-color: #7367f0;
        border-radius: 6px;
        padding: .55rem 1.2rem;
    }

    /* Alamat blok sebelah kanan */
    .vuexy-address-block p {
        margin-bottom: 1rem;
        font-size: 0.95rem;
        color: #555;
    }
    .vuexy-address-block p span:first-child {
        font-weight: 600;
    }
    .vuexy-address-block {
        background: #faf9ff;
        padding: 1rem 1.4rem;
        border-radius: 8px;
        border: 1px solid #eee;
    }

    /* Image style */
    .vuexy-contact-card img.card-img-top {
        border-radius: 8px;
        margin-top: 1rem;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .has-icon-left .form-control-position i{
        left: -8px !important;
    }

    /* Clean Vuexy card style */
.vuexy-card {
    border-radius: 8px;
    border: 1px solid #e8e8f1;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Product card image */
.product-img {
    height: 280px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

/* Product card */
.product-card .card-body h5 a {
    font-weight: 600;
    font-size: 1.1rem;
}

.product-card p {
    font-size: 0.9rem;
}

.product-card {
    transition: 0.25s;
}
.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

/* Form icon left */
.form-control-position {
    left: 10px !important;
}

/* Select & Input padding left */
.has-icon-left .form-control {
    padding-left: 2.4rem !important;
}

/* Pagination clean */

/* ------------------------------------------------------------------
   BREADCRUMB RETOUCH – Lebih modern & soft like Vuexy 5
------------------------------------------------------------------ */
.breadcrumb {
    background: #ffffff !important;
    border-radius: 8px;
    padding: 6px 14px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.breadcrumb-item a {
    font-weight: 600;
    color: #7367f0;
}

.breadcrumb-item.active {
    font-weight: 600;
    color: #555;
}

/* ------------------------------------------------------------------
   TITLE
------------------------------------------------------------------ */
h4.font-weight-bold {
    font-size: 1.45rem !important;
    letter-spacing: 0.2px;
    color: #333;
}

/* ------------------------------------------------------------------
   TAB NAVIGASI (Harian / Mingguan / Bulanan / Tahunan)
------------------------------------------------------------------ */
.rekap-box-tabs {
    display: flex;
    gap: 8px;
    background: #ffffff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow-x: auto;
}

.rekap-tab-btn {
    padding: 10px 22px;
    cursor: pointer;
    border-radius: 8px;
    background: #f3f3f9;
    font-weight: 600;
    transition: all 0.25s ease;
    font-size: 15px;
    color: #555;
    white-space: nowrap;
    border: 1px solid transparent;
}

.rekap-tab-btn:hover {
    background: #eae8ff;
    border-color: #d5d0ff;
}

/* ACTIVE STATE */
.rekap-tab-btn.active {
    background: #7367f0;
    color: white;
    box-shadow: 0 4px 10px rgba(115,103,240,0.25);
    border-color: #7367f0;
}

/* ------------------------------------------------------------------
   TAB CONTENT WRAPPER
------------------------------------------------------------------ */
.tab-content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid #f0f0f5;
    animation: fadeIn 0.25s ease;
    margin-bottom: 20px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ------------------------------------------------------------------
   DATATABLE "Laporan ..." TITLE
------------------------------------------------------------------ */
.card-title-strong {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #3a3a3a;
}





