@media print {
    body * {
      visibility: hidden
    }
    #download_section, #download_section * {
      visibility: visible;
    }
    #download_section {
      top: 0;
      left: 0;
    }
    .flex-grow-1 {
        font-size: 9pt; 
      }
    .flex-grow-2 {
        font-size: 15pt; 
      }
    .cs-invoice_number {
        font-size: 10pt;
      }
    .cs-accent_10_bg {
        background-color: rgba(42, 209, 157, 0.1);
        -webkit-print-color-adjust: exact; 
        print-color-adjust: exact; 
    }
    table th, table td {
      background-color: inherit;
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact; 
  }

  }
  table .jadirupiah b {
    font-weight: bold !important; 
}
  .spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 35, 35, 0.26);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .form-check-input {
      margin-right: 0.8rem; 
  }
  .list-group-item {
      padding-bottom: 1rem;
  }
  .form-group {
      margin-top: 1rem; 
  }
  .card-header {
      padding-right: 0; 
  }
  .card-header .btn {
      margin-right: 15px; 
  }
  .signature-pad {
        border: 2px solid #ccc;
        border-radius: 5px;
        width: 100%; /* Menyesuaikan lebar penuh dari card-body */
        height: 200px; /* Tetapkan tinggi tetap atau sesuaikan seperti yang dibutuhkan */
    }
    canvas {
        width: 100%;
        height: 100%;
    }
  
    .btn-icon {
      position: relative;
  }
  
  @media (max-width: 576px) {
      .badge-dot {
          top: -5px; 
          transform: translateX(-50%);
      }
  }