   /* Custom style untuk modal fullscreen */
.modal-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
        }
.bg-card-biru {
  background-color: blue;
}
.slim-sm {
  height: fit-content;
  font-size: small;
}
.slim-md {
  font-size: medium;
  height: fit-content;
}

/* --------- info box ------ */
.box-samar-ijo {
  background-color: rgba(39, 245, 63, 0.34);
  border-color: rgba(39, 245, 63, 0.34);
}

.box-prose {
  color: #fff;
  background-color: rgba(3, 0, 32, 0.93);
  border-color: rgba(3, 0, 32, 0.93);
  
}

/* .garis-tebal-hitam {
  border: 1px solid black;
} */

.garis-tebal-hitam th,
.garis-tebal-hitam td {
  border: 1px solid black;
}

.garis-tebal-hitam thead th,
.garis-tebal-hitam thead td {
  border-bottom-width: 2px;
}

.btn-prose {
  color: #fff;
  background-color: rgba(3, 0, 32, 0.93);
  border-color: rgba(3, 0, 32, 0.93);
}
.btn-ff {
  color: #fff;
  background-color: rgba(35, 106, 157, 0.8);
  border-color: rgba(35, 106, 157, 0.8);
}

.btn-prose:hover {
  color: #fff;
  background-color: rgba(3, 0, 32, 0.93);
  border-color: rgba(3, 0, 32, 0.93);
}
.btn-ff:hover {
  color: #fff;
  background-color: rgba(3, 0, 32, 0.93);
  border-color: rgba(3, 0, 32, 0.93);
}

.btn-bb{
  color: #fff;
  background-color: rgba(16, 46, 120, 0.93);
  border-color: rgba(16, 46, 120, 0.93);
}
.btn-bb:hover {

  color: #fff;
  background-color: rgba(51, 76, 140, 0.93);
  border-color: rgba(51, 76, 140, 0.93);
}
/* ----- TEXT ------- */

.text-prose {
  color: rgba(3, 0, 32, 0.93);
}
.text-bold {
  font-weight: bolder;
}
.text-times {
  font-family: "Times New Roman", Times, serif;
}


/* img */


.thumnail-surat {
  max-width: 30px;
  max-height: 40px;
}

.img {
    max-width: 100%; /* Mengatur gambar agar tidak lebih lebar dari wadahnya */
    height: auto;    /* Menjaga rasio aspek gambar */
    border-radius: 8px; /* Menambahkan sudut yang melengkung */
    border: 2px solid #ddd; /* Menambahkan border abu-abu tipis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Menambahkan bayangan */
}

.table-bordered.table-black-border {
  border: 1px solid #000000; /* Warna border tabel */
}

.table-bordered.table-black-border th,
.table-bordered.table-black-border td {
  border: 1px solid #000000; /* Warna border sel */
}


.chart {
  color:#fff;
}

.table-10{
  width: 10%;
}
.table-20{
  width: 20%;
}
.table-30{
  width: 30%;
}
.table-40{
  width: 40%;
}
.table-50{
  width: 50%;
}
.table-60{
  width: 60%;
}
.table-70{
  width: 70%;
}
.table-80{
  width: 80%;
}
.table-90{
  width: 90%;
}
.table-100{
  width: 100%;
}

.wrap-text {
       display: inline-block; /* Atau gunakan block */
       width: 150px; /* Lebar yang diinginkan */
       border: 1px solid #ccc; /* Opsional: border untuk melihat batas */
       padding: 5px; /* Opsional: padding */
       word-wrap: break-word; /* Memastikan kata panjang terputus */
   }

   .bg-navy {
  color: #001f3f;
}

.card.card-body.card-biru {
 background-color:  rgba(141, 239, 232, 0.5);
  /* Warna awal #001f3f (navy), warna akhir #004080 (biru lebih gelap) */
  color: #000000; /* Warna teks putih agar kontras */
}
.card.card-body.card-kalem {

  background: linear-gradient(145deg, #193755, #1465b77a);
  /* Warna awal #001f3f (navy), warna akhir #004080 (biru lebih gelap) */
  color: #ffffff; /* Warna teks putih agar kontras */
}

.bg-navy-gradient {
  background: linear-gradient(145deg, #001f3f, #004080);
  /* Warna awal #001f3f (navy), warna akhir #004080 (biru lebih gelap) */
  color: #ffffff; /* Warna teks putih agar kontras */
}

/* Card khusus untuk background navy gradient */
.card-custom {
  background-color: #001f3f; /* Biru navy gelap */
  border: none;
  color: #ffffff; /* Teks putih */
  border-radius: 8px; /* Sudut membulat */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Bayangan lebih jelas */
  margin-bottom: 20px;
}

.card-custom .card-header {
  background: linear-gradient(135deg, #001f3f, #004080);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Border tipis dan transparan */
}

.card-custom .card-title {
  font-weight: bold;
}

.card-custom .card-body {
  background-color: #002b5c; /* Warna sedikit lebih terang untuk kontras */
  border-radius: 0 0 8px 8px;
  padding: 20px;
}

/* Default untuk desktop */
.container {
    padding: 40px;
    font-size: 18px;
}

/* Medium (tablet) */
@media (max-width: 992px) and (min-width: 768px) {
    .container {
        padding: 30px;
        font-size: 16px;
    }
}

/* Small (mobile) */
@media (max-width: 767px) {
    .container {
        padding: 20px;
        font-size: 14px;
    }
}


        .menu-box {
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            color: #fff;
            cursor: pointer;
            transition: 0.3s;
        }
        .menu-box:hover {
            transform: translateY(-5px);
            opacity: 0.9;
        }
        .menu-box i {
            font-size: 30px;
            margin-bottom: 10px;
        }
 .menu-card {
            border: 1px solid #ddd;
            border-radius: 10px;
            overflow: hidden;
            cursor: pointer;
            transition: 0.3s;
        }
        .menu-card:hover {
            transform: scale(1.03);
            box-shadow: 0 4px 10px rgba(0,0,0,.15);
        }
        .menu-img {
            height: 120px;
            object-fit: cover;
            width: 100%;
        }
        .menu-body {
            padding: 10px;
            text-align: center;
        }
        .menu-price {
            font-weight: bold;
            color: #28a745;
        }
 .scroll-card {
            max-height: 50px;      /* tinggi card */
            overflow-y: auto;       /* aktifkan scroll */
        }

        /* biar scroll halus */
        .scroll-card::-webkit-scrollbar {
            width: 100%;
        }
        .scroll-card::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 10px;
        }



    /* ===================================
   CLASSIC KASIR STYLE - WINDOWS XP
=================================== */

    body {
        font-family: Tahoma, Arial, sans-serif;
    }


    /* BOX UTAMA */
    .classic-box,
    .kasir-classic {
        background: #d4d0c8;
        border: 2px solid #808080;
        font-family: Tahoma, Arial, sans-serif;
    }


    /* HEADER */
    .classic-header,
    .kasir-title {
        background: #000080;
        color: white;

        padding: 6px 10px;

        font-size: 13px;
        font-weight: bold;

        border-bottom: 2px solid #404040;
    }


    /* BODY */
    .classic-body,
    .kasir-form {
        padding: 12px;
        background: #d4d0c8;
    }


    /* LABEL */
    .classic-body label,
    .kasir-form label,
    .form-row-kasir label {
        display: block;

        font-size: 12px;
        font-weight: bold;

        color: #000;

        margin-bottom: 4px;
    }


    /* INPUT */
    .classic-input,
    .kasir-input {
        width: 100%;
        height: 30px;

        background: white;

        border: 2px inset #aaa;

        padding: 4px 6px;

        font-family: Tahoma, Arial, sans-serif;
        font-size: 13px;

        color: #000;
    }


    .classic-input:focus,
    .kasir-input:focus {
        outline: none;
        background: #ffffcc;
    }


    /* TEXTAREA */
    .classic-textarea {
        height: 170px;
        resize: none;
    }


    /* BUTTON */
    .classic-button,
    .kasir-button {

        height: 30px;

        background: #d4d0c8;

        border: 2px outset white;

        color: #000;

        font-family: Tahoma, Arial, sans-serif;

        font-size: 12px;

        font-weight: bold;

        cursor: pointer;
    }


    .classic-button:active,
    .kasir-button:active {
        border: 2px inset #808080;
    }


    /* ===================================
   SERVICE CHECKBOX SCREEN
=================================== */

    .classic-screen {

        background: #000;

        border: 2px inset #808080;

        padding: 8px;

        height: 170px;

        overflow-y: auto;

        color: white;
    }


    .classic-check {

        padding: 4px;

        border-bottom: 1px solid #333;

        color: white;

        font-size: 13px;
    }


    .classic-check:hover {

        background: #000080;

    }


    .classic-check label {

        display: inline;

        color: white;

        margin-left: 5px;

        cursor: pointer;
    }


    /* ===================================
   DAFTAR BARANG / CART
=================================== */

    .classic-list {

        background: white;

        padding: 5px;
    }


    .classic-table {

        width: 100%;

        border-collapse: collapse;

        font-family: Tahoma, Arial, sans-serif;

        font-size: 12px;
    }


    .classic-table th {

        background: #d4d0c8;

        border: 1px solid #808080;

        padding: 5px;

        text-align: left;

    }


    .classic-table td {

        border: 1px solid #a0a0a0;

        padding: 5px;

        background: white;

    }


    .classic-table tbody tr:nth-child(even) td {

        background: #f1f1f1;

    }


    .classic-table tbody tr:hover td {

        background: #000080;

        color: white;

    }


    .text-center {
        text-align: center;
    }


    .text-right {
        text-align: right;
    }


    /* TOTAL */
    .classic-total {

        background: #d4d0c8;

        border-top: 2px solid #808080;

        padding: 8px;

        text-align: right;

        font-size: 14px;

        font-weight: bold;
    }


    /* ===================================
   FORM BARCODE
=================================== */

    .barcode-group {

        display: flex;

        gap: 5px;
    }


    .barcode-group .classic-input {

        flex: 1;
    }


    .button-area {

        margin-top: 15px;

        text-align: center;
    }


    /* ===================================
   SCROLL SCREEN
=================================== */

    .classic-screen::-webkit-scrollbar {
        width: 14px;
    }


    .classic-screen::-webkit-scrollbar-thumb {
        background: #808080;
        border: 2px solid #d4d0c8;
    }

    /* checkbox klasik */
    .classic-check {
        display: flex;
        align-items: center;

        padding: 5px;

        border-bottom: 1px solid #333;

        color: white;

        font-size: 13px;
    }


    .classic-check input[type="checkbox"] {
        width: 16px;
        height: 16px;

        margin: 0 8px 0 0;

        flex-shrink: 0;
    }


    .classic-check label {
        display: block;

        margin: 0;

        color: white;

        cursor: pointer;

        line-height: 16px;
    }

    .classic-check {
        display: flex;
        align-items: center;
        gap: 8px;
    }


    .classic-check .form-check-input,
    .classic-check input[type="checkbox"] {
        position: static !important;

        width: 16px;
        height: 16px;

        margin: 0 !important;

        flex: none;
    }


    .classic-check .form-check-label,
    .classic-check label {
        position: static !important;

        display: inline-block;

        margin: 0 !important;

        padding: 0;

        color: white;

        cursor: pointer;

        line-height: 16px;
    }

    .classic-section {
        border-right: 2px solid #808080;
        padding-right: 15px;
    }


    .classic-section:last-child {
        border-right: none;
    }


    .section-title {
        background: #d4d0c8;
        border: 1px solid #808080;

        padding: 4px 8px;

        margin-bottom: 10px;

        font-weight: bold;
        font-size: 12px;
    }


    .classic-line {
        border: 0;
        border-top: 2px solid #808080;

        margin: 15px 0;
    }

    /* tabel pilihan service */

    .service-row {
        cursor: pointer;
    }


    .service-row:hover td {
        background: #e0e0e0;
    }


    /* baris aktif */
    .service-row.active td {

        background: #000080;

        color: white;

    }


    .service-row.active label {

        color: white;

    }


    /* checkbox tetap normal */
    .service-checkbox {

        width: auto !important;

        height: auto !important;

        margin-right: 8px !important;

        vertical-align: middle;

    }


    /* hilangkan efek klik label */
    .service-row label {

        cursor: pointer;

        margin: 0;

    }

    /* sembunyikan checkbox */
    /* .service-checkbox {
        display: none;
    } */

    .service-row {
        cursor: pointer;
    }

    .service-row.active td {
        background: #000080 !important;
        color: #fff !important;
    }

    .service-row:hover:not(.active) td {
        background: #e6e6e6;

    }

    /* Background panel customer */
    .classic-list {

        background: #ece9d8;

        border: 1px solid #9b9b9b;

        padding: 8px;

    }


    /* Foto */
    .customer-photo {

        width: 90px;
        height: 110px;

        margin: auto;

        background: #ece9d8;

        border: 2px inset #9a9a9a;

        overflow: hidden;

        display: flex;
        align-items: center;
        justify-content: center;

    }


    .customer-photo img {

        width: 100%;
        height: 100%;
        object-fit: cover;

    }


    /* Tabel customer */
    .customer-table {

        width: 100%;

        font-size: 12px;

        border-collapse: collapse;

        background: #ece9d8;

    }


    .customer-table td {

        padding: 4px 6px;

        border-bottom: 1px solid #c5c5c5;

        color: #222;

    }


    .customer-table tr:last-child td {

        border-bottom: none;

    }

    .classic-input:disabled {

        background: #d9d9d9;

        color: #666;

        cursor: not-allowed;

        border: 2px inset #b5b5b5;

        opacity: 1;

    }

    .active-button {
        outline: 2px solid #0a64ad;
        outline-offset: 2px;
    }

    .classic-button-large {

        width: 100%;

        height: 35px;

        background: #d4d0c8;

        border: 2px outset #ffffff;

        color: #000;

        font-family: Tahoma, Arial, sans-serif;

        font-size: 13px;

        font-weight: bold;

        cursor: pointer;

        text-align: center;

    }


    .classic-button-large:hover {

        background: #e6e6e6;

    }


    .classic-button-large:active {

        border: 2px inset #808080;

        background: #c0c0c0;

    }


    .classic-button-large:disabled {

        color: #808080;

        background: #d4d0c8;

        cursor: not-allowed;

    }

    .classic-select {
        height: 36px;
        /* samakan dengan .classic-input */
        padding: 0 32px 0 12px;
        font-size: 13px;
        /* samakan */
        font-family: inherit;
        color: inherit;
        border: 1px solid #bfbfbf;
        /* samakan */
        border-radius: 4px;
        /* samakan */
        background-color: #fff;
        box-sizing: border-box;
        cursor: pointer;
        outline: none;

        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;

        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'><path fill='%23666' d='M5.5 7.5L10 12l4.5-4.5'/></svg>");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px;
    }

    .classic-select:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 2px rgba(13, 110, 253, .15);
    }

    .classic-select:hover {
        border-color: #888;
    }

    .classic-select:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, .15);
    }

    .classic-select:disabled {
        background-color: #f5f5f5;
        color: #999;
        cursor: not-allowed;
    }

    .classic-total-box {
        background: #d4d0c8;
        /* warna khas Windows klasik */
        border: 2px solid #808080;
        border-top-color: #ffffff;
        border-left-color: #ffffff;
        padding: 8px;
        font-family: "Tahoma", "MS Sans Serif", Arial, sans-serif;
    }

    .classic-total-box label {
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: #000;
        margin-bottom: 5px;
    }

    .classic-total-box {
        background: #c0c0c0;
        border: 2px solid #808080;
        border-top-color: #ffffff;
        border-left-color: #ffffff;
        padding: 8px;
        font-family: "Tahoma", "MS Sans Serif", sans-serif;
    }

    .classic-total-box label {
        display: block;
        font-family: "Courier New", monospace;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #000;
        margin-bottom: 6px;
    }

    .classic-total-box {
        background: #c0c0c0;
        border: 3px outset #fff;
        padding: 8px;
    }


    @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700;900&display=swap');

    .classic-total-input {
        width: 100%;
        height: 60px;

        background: #000;
        border: 4px inset #666;
        padding: 5px 15px;

        /* font gaya kalkulator */
        font-family: 'Orbitron', monospace;
        font-size: 36px;
        font-weight: 900;
        letter-spacing: 6px;

        text-align: right;
        color: #fff;

        box-sizing: border-box;
        outline: none;
    }

    .classic-total-input {
        border-radius: 0;
        font-family: 'Orbitron', monospace;
        font-variant-numeric: tabular-nums;
    }

    .classic-search {
        width: 260px;
        height: 36px;
        border: 1px solid #808080;
        border-top-color: #404040;
        border-left-color: #404040;
        border-radius: 0;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 14px;
        background: #fff;
    }

    .btn-classic {
        height: 36px;
        min-width: 42px;
        border: 1px solid #808080;
        border-top-color: #fff;
        border-left-color: #fff;
        border-radius: 0;
        background: #d4d0c8;
        /* warna klasik Windows XP */
        color: #000;
    }

    .btn.btn-classic.btn-sm {
        height: 28px;
        padding: 2px 10px;
        font-size: 12px;
    }

    .btn-classic:hover {
        background: #c8c4bb;
    }

    .btn-classic:active {
        border-top-color: #404040;
        border-left-color: #404040;
        border-bottom-color: #fff;
        border-right-color: #fff;
        background: #bfb8ad;
    }

    /* ===================================
   CLASSIC WINDOWS XP MODAL
=================================== */

    .classic-modal-overlay {
        display: none;

        position: fixed;
        z-index: 9999;

        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        background: rgba(0, 0, 0, 0.35);

        align-items: center;
        justify-content: center;
    }


    .classic-modal {

        width: 420px;

        background: #d4d0c8;

        border: 3px outset #ffffff;

        font-family: Tahoma, Arial, sans-serif;

        box-shadow: 3px 3px 8px #333;

    }


    /* HEADER */

    .classic-modal-header {

        height: 28px;

        background: #000080;

        color: white;

        padding: 5px 8px;

        font-size: 13px;

        font-weight: bold;

        display: flex;

        align-items: center;

        justify-content: space-between;

    }


    /* CLOSE BUTTON */

    .classic-modal-close {

        width: 22px;

        height: 20px;

        line-height: 16px;

        text-align: center;

        background: #d4d0c8;

        color: black;

        border: 2px outset white;

        font-weight: bold;

        cursor: pointer;

    }


    .classic-modal-close:active {

        border: 2px inset #808080;

    }



    /* BODY */

    .classic-modal-body {

        padding: 15px;

        background: #d4d0c8;

        color: #000;

        font-size: 13px;

    }



    /* FOOTER */

    .classic-modal-footer {

        padding: 8px;

        text-align: right;

        border-top: 2px solid #808080;

    }



    /* BUTTON */

    .classic-modal-btn {

        min-width: 80px;

        height: 30px;

        margin-left: 5px;

        background: #d4d0c8;

        border: 2px outset white;

        font-family: Tahoma, Arial, sans-serif;

        font-size: 12px;

        font-weight: bold;

        cursor: pointer;

    }


    .classic-modal-btn:active {

        border: 2px inset #808080;

    }



    /* INPUT DALAM MODAL */

    .classic-modal input,
    .classic-modal textarea,
    .classic-modal select {

        width: 100%;

        height: 30px;

        background: white;

        border: 2px inset #aaa;

        padding: 4px;

        font-family: Tahoma, Arial, sans-serif;

        font-size: 13px;

    }


    .classic-modal textarea {

        height: 80px;

        resize: none;

    }


    /* ICON INFO */

    .classic-modal-message {

        display: flex;

        gap: 12px;

        align-items: center;

    }


    .classic-modal-icon {

        width: 40px;

        height: 40px;

        background: #000080;

        color: white;

        border: 2px inset white;

        display: flex;

        align-items: center;

        justify-content: center;

        font-size: 25px;

        font-weight: bold;

    }

    /* ======================================
   ORDER DETAIL MODAL
   Tidak bentrok dengan CSS lain
====================================== */

    .order-detail-modal {
        width: 900px;
        max-width: 95%;
        max-height: 90vh;

        background: #d4d0c8;

        border: 3px outset #fff;

        display: flex;
        flex-direction: column;

        overflow: hidden;
    }

    /* body */

    .order-detail-body {
        padding: 12px;
        overflow: auto;
        background: #d4d0c8;
    }

    /* panel */

    .order-detail-panel {

        background: #ece9d8;

        border: 2px inset #999;

        padding: 10px;

        margin-bottom: 12px;
    }

    /* title */

    .order-detail-title {

        background: #000080;

        color: #fff;

        padding: 5px 8px;

        font-size: 12px;

        font-weight: bold;

        margin: -10px -10px 10px -10px;
    }

    /* informasi */

    .order-detail-grid {

        display: grid;

        grid-template-columns: 150px 1fr 150px 1fr;

        gap: 6px 10px;

        font-size: 12px;

        align-items: center;
    }

    .order-detail-label {

        font-weight: bold;
    }

    .order-detail-value {

        background: #fff;

        border: 2px inset #aaa;

        padding: 4px 6px;

        min-height: 24px;

        display: flex;

        align-items: center;
    }


    /* ===========================
   TABLE
=========================== */

    .order-detail-table-wrap {

        border: 2px inset #999;

        background: #fff;

        max-height: 320px;

        overflow: auto;
    }

    .order-detail-table {

        width: 100%;

        border-collapse: collapse;

        font-size: 12px;

        background: #fff;
    }

    .order-detail-table th {

        position: sticky;

        top: 0;

        background: #d4d0c8;

        border: 1px solid #808080;

        padding: 6px;

        font-weight: bold;

        text-align: left;

        z-index: 1;
    }

    .order-detail-table td {

        border: 1px solid #c0c0c0;

        padding: 5px;
    }

    .order-detail-table tbody tr:nth-child(even) {

        background: #f5f5f5;
    }

    .order-detail-table tbody tr:hover {

        background: #000080;

        color: #fff;
    }

    /* alignment */

    .order-detail-center {

        text-align: center;
    }

    .order-detail-right {

        text-align: right;
    }


    /* ===========================
   TOTAL
=========================== */

    .order-detail-summary {

        margin-top: 12px;

        display: flex;

        justify-content: flex-end;
    }

    .order-detail-total {

        width: 320px;

        border: 2px inset #999;

        background: #ece9d8;
    }

    .order-detail-total table {

        width: 100%;

        border-collapse: collapse;

        font-size: 12px;
    }

    .order-detail-total td {

        padding: 6px 8px;

        border-bottom: 1px solid #cfcfcf;
    }

    .order-detail-total tr:last-child td {

        font-size: 14px;

        font-weight: bold;

        background: #000080;

        color: #fff;
    }


    /* ===========================
   STATUS
=========================== */

    .order-status {

        display: inline-block;

        padding: 2px 10px;

        border: 1px solid #666;

        font-weight: bold;

        font-size: 11px;
    }

    .order-status.pending {

        background: #ffff99;
    }

    .order-status.process {

        background: #99ccff;
    }

    .order-status.done {

        background: #b6ffb6;
    }

    .order-status.cancel {

        background: #ff9999;
    }


    /* ===========================
   FOOTER
=========================== */

    .order-detail-footer {

        padding: 8px;

        border-top: 2px solid #808080;

        background: #d4d0c8;

        text-align: right;
    }

    .order-detail-summary {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        margin-top: 20px;
    }

    .order-detail-total {
        min-width: 260px;
    }

    .order-detail-note {
        flex: 1;
        min-width: 250px;
    }

    .order-detail-note {
        flex: 1;
        padding-left: 30px;
    }

    .order-detail-note-title {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #222;
        margin-bottom: 8px;
    }

    .order-detail-note-text {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.7;
        color: #333;
        text-align: left;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .classic-modal {
        max-width: 900px;
        /* sesuaikan */
        width: 90%;
        max-height: 90vh;
        /* tinggi maksimal 90% layar */
        display: flex;
        flex-direction: column;
    }

    .order-detail-body {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
    }

    .classic-modal-header,
    .order-detail-footer {
        flex-shrink: 0;
    }



    .order-detail-content {
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .order-detail-table-wrap {
        flex: 1;
        overflow-x: auto;
    }

    .order-detail-side {
        width: 240px;
        flex-shrink: 0;
    }

    .order-detail-side-title {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #333;
    }

    .order-detail-info {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }

    .order-detail-info td {
        padding: 6px 0;
        vertical-align: top;
    }

    .order-detail-info td:first-child {
        color: #666;
        width: 90px;
    }

    .order-detail-info td:last-child {
        font-weight: 500;
        color: #222;
    }

    .order-detail-card {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    }

    .order-detail-card-header {
        background: #030597;
        padding: 12px 16px;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        border-bottom: 1px solid #ddd;
    }

    .order-detail-card-body {
        padding: 16px;
    }

    .order-detail-card-body label {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        color: #444;
    }

    .order-detail-card-body .classic-input {
        width: 100%;
        margin-bottom: 14px;
    }

    .order-detail-card-body .classic-button {
        width: 100%;
    }

    .xp-popup-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .35);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 99999;
    }

    .xp-popup {
        width: 340px;
        background: #ECE9D8;
        border: 2px solid #0054E3;
        box-shadow: 3px 3px 0 #808080;
        font-family: Tahoma, Arial, sans-serif;
    }

    .xp-titlebar {
        height: 28px;
        background: linear-gradient(#0A6CFF, #0054E3);
        color: #fff;
        font-weight: bold;
        display: flex;
        align-items: center;
        padding: 0 10px;
        font-size: 13px;
        user-select: none;
    }

    .xp-body {
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        color: #000;
        font-size: 13px;
    }

    .xp-icon {
        font-size: 32px;
    }

    .xp-message {
        line-height: 1.5;
    }

    .order-detail-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
    }

    .classic-modal-btn.danger {
        background: #d9534f;
        border: 1px solid #a94442;
        color: #fff;
    }

    .classic-modal-btn.danger:hover {
        background: #c9302c;
    }

    .xp-confirm-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .35);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 99999;
    }

    .xp-confirm-window {
        width: 360px;
        background: #ECE9D8;
        border: 2px solid #0A246A;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, .45);
        font-family: Tahoma, sans-serif;
    }

    .xp-confirm-titlebar {
        background: linear-gradient(#0A64D8, #245EDB);
        color: #fff;
        padding: 6px 10px;
        font-weight: bold;
        font-size: 13px;
    }

    .xp-confirm-body {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 22px;
        color: #000;
    }

    .xp-confirm-icon {
        font-size: 34px;
    }

    .xp-confirm-message {
        flex: 1;
        font-size: 14px;
    }

    .xp-confirm-footer {
        display: flex;
        justify-content: center;
        gap: 12px;
        padding: 0 0 18px;
    }

    /* ===============================
   SCAN BARANG MODAL SCROLL
================================ */

    #scanBarangModal {

        display: none;

        position: fixed;

        inset: 0;

        align-items: center;

        justify-content: center;

    }


    #scanBarangModal .classic-modal {

        width: 950px;

        max-width: 95%;

        max-height: 90vh;

        display: flex;

        flex-direction: column;

        overflow: hidden;

    }


    #scanBarangModal .classic-modal-body {

        flex: 1;

        overflow-y: auto;

        overflow-x: hidden;

        padding: 15px;

    }


    #scanBarangModal .classic-modal-header,
    #scanBarangModal .classic-modal-footer {

        flex-shrink: 0;

    }

    .orderoutlettablewrap {
        max-height: 400px;
        overflow-y: auto;
    }

    .tableCheckingOrder_wrap {
        max-height: 400px;
        overflow-y: auto;
        border: 1px solid #ddd;
    }

    #table_ambilOrder {
        width: 100%;
        border-collapse: collapse;
    }

    #table_ambilOrder thead th {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }

    #table_ambilOrder tbody tr.active {
        background-color: #d4edda !important;
    }

    #table_ambilOrder tbody tr.active td {
        background-color: #0501ea !important;
        color: #fff;
    }

    /* ==================================
   PRINT BARANG MODAL
================================== */


    .print-barang-modal {

        width: 950px;

        max-width: 95%;

        max-height: 90vh;

    }


    .print-barang-body {

        overflow: auto;

    }



    .print-barang-content {

        display: flex;

        gap: 15px;

    }



    .print-barang-table-area {

        flex: 1;

    }



    .print-table-wrap {

        max-height: 450px;

        overflow: auto;

        border: 2px inset #999;

        background: white;

    }



    .print-table-wrap thead th {

        position: sticky;

        top: 0;

        z-index: 2;

    }



    .print-barang-side {

        width: 220px;

        flex-shrink: 0;

    }



    .print-barang-side .classic-button-large {

        margin-bottom: 10px;

    }



    /* ROW CLICK */

    #tablePrintBarang tbody tr {

        cursor: pointer;

    }



    #tablePrintBarang tbody tr.active td {

        background: #000080 !important;

        color: white !important;

    }



    #tablePrintBarang tbody tr:hover:not(.active) td {

        background: #e6e6e6;

    }

    /* ===========================
   VOUCHER MODAL
=========================== */

    .voucher-modal {
        width: 1100px;
        max-width: 95%;
        max-height: 90vh;
    }

    .voucher-body {
        display: flex;
        gap: 18px;
        padding: 15px;
        overflow: auto;
        background: #d4d0c8;
    }

    .voucher-left {
        flex: 1;
    }

    .voucher-right {
        width: 270px;
    }

    /* ===========================
   CARD
=========================== */

    .voucher-card-area {
        margin-bottom: 12px;
    }

    .voucher-classic-card {

        display: flex;
        align-items: center;
        gap: 15px;

        background: #ece9d8;

        border: 2px outset #fff;

        padding: 15px;

        cursor: pointer;

        user-select: none;
    }

    .voucher-classic-card:hover {
        background: #f5f3e8;
    }

    .voucher-classic-card:active {
        border: 2px inset #808080;
    }

    .voucher-classic-card.active {

        background: #000080;
        color: #fff;

    }

    .voucher-icon {

        width: 70px;
        height: 70px;

        background: #d4d0c8;

        border: 2px inset #999;

        display: flex;
        justify-content: center;
        align-items: center;

        font-size: 34px;
    }

    .voucher-classic-card.active .voucher-icon {
        color: #000080;
        background: white;
    }

    .voucher-name {

        font-weight: bold;
        font-size: 15px;

        margin-bottom: 6px;
    }

    .voucher-price {

        font-size: 18px;

        font-weight: bold;

        color: #006400;
    }

    .voucher-classic-card.active .voucher-price {
        color: #ffff66;
    }

    /* ===========================
   TABLE
=========================== */

    .voucher-table-wrap {

        border: 2px inset #808080;

        background: white;

        max-height: 350px;

        overflow: auto;

    }

    .voucher-check {
        display: none;
    }

    .voucher-row {
        cursor: pointer;
    }

    .voucher-row.active td {

        background: #000080 !important;

        color: white;

    }

    .voucher-row:hover:not(.active) td {

        background: #e7e7e7;

    }

    /* ===========================
   TOTAL
=========================== */

    .voucher-total-input {

        width: 100%;
        height: 90px;

        background: black;

        color: #00ff66;

        border: 4px inset #666;

        text-align: right;

        padding-right: 15px;

        font-family: "Courier New", monospace;

        font-size: 42px;

        font-weight: bold;

        letter-spacing: 3px;

    }

    /* ===================================
   CLASSIC SIDE MENU
=================================== */

    .classic-menu-card {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        height: 110px;

        margin-bottom: 10px;

        background: #ece9d8;

        border: 2px outset #fff;

        cursor: pointer;

        user-select: none;

        transition: .12s;
    }

    .classic-menu-card i {

        font-size: 34px;

        margin-bottom: 10px;

        color: #000080;
    }

    .classic-menu-card span {

        font-size: 13px;

        font-weight: bold;

        text-align: center;

    }

    .classic-menu-card:hover {

        background: #f5f5ed;

    }

    .classic-menu-card:active {

        border: 2px inset #808080;

        background: #d6d2c5;

    }

    /* aktif */

    .classic-menu-card.active {

        background: #000080;

        color: #fff;

    }

    .classic-menu-card.active i {

        color: #fff;

    }

    .classic-menu-card.active span {

        color: #fff;

    }

    /* ===================================
   SCAN BARANG MODAL SCROLL
=================================== */

    #scanBarangModal .classic-modal {

        max-height: 90vh;

        display: flex;

        flex-direction: column;

        overflow: hidden;

    }


    #scanBarangModal .classic-modal-body {

        overflow-y: auto;

        flex: 1;

    }


    #scanBarangModal .classic-modal-header,
    #scanBarangModal .classic-modal-footer {

        flex-shrink: 0;

    }

    /* ===================================
   SCAN BARCODE MODAL SCROLL
=================================== */

    #scanVoucherModal .classic-modal {

        max-height: 90vh;

        display: flex;

        flex-direction: column;

        overflow: hidden;

    }


    #scanVoucherModal .classic-modal-body {

        flex: 1;

        overflow-y: auto;

    }


    #scanVoucherModal .classic-modal-header,
    #scanVoucherModal .classic-modal-footer {

        flex-shrink: 0;

    }

    #PilihOutlet {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        display: none;
        justify-content: center;
        align-items: flex-start;
        overflow-y: auto;
        padding: 20px;
        z-index: 9999;
    }

    #PilihOutlet .classic-modal {
        width: 1100px;
        max-width: 95%;
        max-height: 90vh;
        margin: auto;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 8px;
    }

    #PilihOutlet .classic-modal-body {
        flex: 1;
        overflow-y: auto;
    }

    /* ===================================
SCAN RECEIPT MODAL
=================================== */

    .receipt-layout {
        display: flex;
        gap: 15px;
    }

    .receipt-left {
        flex: 1;
    }

    .receipt-right {
        width: 280px;
        border-left: 2px solid #808080;
        padding-left: 15px;
    }

    .receipt-right .classic-button-large {
        width: 100%;
    }

    .receipt-left .voucher-table-wrap {
        height: 450px;
        overflow: auto;
    }

    .receipt-barcode-input {
        width: 100%;
        height: 60px;

        background: #fff;

        border: 3px inset #808080;

        font-family: "Courier New", monospace;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 2px;

        text-align: center;

        padding: 8px 12px;

        outline: none;

        height: fit-content;
    }

    .receipt-barcode-input:focus {
        background: #ffffcc;
    }

    .scan-order-row.active td {
        background: #000080 !important;
        color: white !important;
    }

    .itemcheck-tablerow.checked td {
        background: #28a745 !important;
        color: #fff !important;
    }

    /* ===========================
   SELECT VOUCHER TABLE
=========================== */

    .select-voucher-row {
        cursor: pointer;
    }


    .select-voucher-row:hover td {
        background: #e6e6e6;
    }


    .select-voucher-row.active td {

        background: #000080 !important;

        color: white !important;

    }


    .select-voucher-row.active label,
    .select-voucher-row.active td {
        color: white;
    }


    .select-voucher-checkbox {

        width: 16px;
        height: 16px;

        cursor: pointer;

    }

    /* agar semua panel kiri memiliki lebar sama */
    .col-6>.row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }


    .col-6 .classic-list {
        width: 100%;
        box-sizing: border-box;
    }


    .service-table,
    .select-voucher-table {
        width: 100%;
        table-layout: fixed;
    }


    /* lebar kolom voucher */
    .select-voucher-table th:nth-child(1),
    .select-voucher-table td:nth-child(1) {
        width: 50px;
        text-align: center;
    }


    .select-voucher-table th:nth-child(3),
    .select-voucher-table td:nth-child(3) {
        width: 120px;
    }


    /* kolom service harga */
    .service-table th:nth-child(2),
    .service-table td:nth-child(2) {
        width: 120px;
    }

    .option-row {
        cursor: pointer;
    }


    .option-row:hover td {
        background: #e6e6e6;
    }


    .option-row.active td {

        background: #000080 !important;
        color: white !important;

    }


    .option-checkbox {
        width: 16px;
        height: 16px;
    }

    /* ======================================
   GLOBAL FULLSCREEN MODAL + SCROLL FIX
====================================== */


    /* Semua overlay modal */
    .classic-modal-overlay,
    #scanBarangModal,
    .xp-popup-overlay,
    .xp-confirm-overlay {

        position: fixed;

        inset: 0;

        width: 100vw;
        height: 100vh;

        display: none;

        align-items: stretch;
        justify-content: stretch;

        overflow: hidden;

    }



    /* Semua window modal */
    .classic-modal,
    .order-detail-modal,
    .xp-popup,
    .xp-confirm-window {

        width: 100vw !important;

        height: 100vh !important;

        max-width: none !important;

        max-height: none !important;

        margin: 0 !important;

        display: flex !important;

        flex-direction: column !important;

        overflow: hidden !important;

    }



    /* Header tidak ikut scroll */
    .classic-modal-header,
    .classic-header,
    .kasir-title,
    .xp-titlebar,
    .xp-confirm-titlebar {

        flex: 0 0 auto;

    }



    /* SEMUA BODY MODAL SCROLL */
    .classic-modal-body,
    .order-detail-body,
    .classic-body,
    .kasir-form,
    .xp-body,
    .xp-confirm-body {

        flex: 1 1 auto !important;

        min-height: 0;

        overflow-y: auto !important;

        overflow-x: hidden;

    }



    /* Footer tetap */
    .classic-modal-footer,
    .order-detail-footer,
    .xp-confirm-footer {

        flex: 0 0 auto;

    }

    .classic-modal-overlay,
    #scanBarangModal,
    .xp-popup-overlay,
    .xp-confirm-overlay {

        position: fixed;

        inset: 0;

        width: 100vw;
        height: 100vh;

        display: none;

        align-items: stretch;
        justify-content: stretch;

        background: rgba(0, 0, 0, .35);

        z-index: 99999;

    }


    /* Modal memenuhi seluruh layar */

    .classic-modal,
    .order-detail-modal,
    .xp-popup,
    .xp-confirm-window {

        width: 100vw !important;

        height: 100vh !important;

        max-width: none !important;

        max-height: none !important;

        margin: 0;

        border: none;

        display: flex;

        flex-direction: column;

        overflow: hidden;

    }



    /* Header tetap */

    .classic-modal-header,
    .classic-header,
    .kasir-title,
    .xp-titlebar,
    .xp-confirm-titlebar {

        flex-shrink: 0;

    }



    /* Isi modal scroll */

    .classic-modal-body,
    .order-detail-body,
    .classic-body,
    .kasir-form,
    .xp-body,
    .xp-confirm-body {

        flex: 1;

        overflow-y: auto;

        overflow-x: hidden;

    }



    /* Footer tetap di bawah */

    .classic-modal-footer,
    .order-detail-footer,
    .xp-confirm-footer {

        flex-shrink: 0;

    }

        .voucher-card {

        transition: .2s;

    }


    .voucher-card:hover {

        cursor: pointer;

        transform: scale(1.03);

    }



    .voucher-active {

        background-color: #28a745 !important;

        color: white;

    }



    .voucher-active h3,
    .voucher-active h5 {

        color: white;

    }



    .qty-input {

        text-align: center;

        font-size: 18px;

    }