body {
    font-family: Arial, sans-serif;
    background: #f4f6f9;
    margin: 0;
    padding: 20px;
  }
  
  
  
  .report-container {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: auto;
  }
  
  .logout-bar {
    text-align: right;
    margin-bottom: 15px;
    font-size: 14px;
  }
  
  .logout-bar a {
    color: #d9534f;
    text-decoration: none;
    font-weight: bold;
  }
  
  .logout-bar a:hover {
    text-decoration: underline;
  }
  
  h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
  }
  
  .report-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .report-table th {
    background: #4CAF50;
    color: white;
    padding: 10px;
    text-align: center;
  }
  
  .report-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
  }
  
  .report-table tr:nth-child(even) {
    background: #f9f9f9;
  }
  
  .report-table tr:hover {
    background: #f1f1f1;
  }
  
  .total-row {
    background: #e8f5e9;
    font-weight: bold;
  }


  body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #74ebd5 0%, #ACB6E5 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
  }
  
  .login-container {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    width: 300px;
  }
  
  .login-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
  }
  
  form label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
    color: #555;
  }
  
  form input, form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
  }
  
  form button {
    width: 100%;
    padding: 12px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
  }
  
  form button:hover {
    background: #45a049;
  }



  body {
    font-family: Arial, sans-serif;
    background: #f4f6f9;
    margin: 0;
    padding: 20px;
  }
  
  .waiter-container {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    max-width: 900px;
    margin: auto;
  }
  
  .logout-bar {
    text-align: right;
    margin-bottom: 15px;
    font-size: 14px;
  }
  
  .logout-bar a {
    color: #d9534f;
    text-decoration: none;
    font-weight: bold;
  }
  
  .logout-bar a:hover {
    text-decoration: underline;
  }
  
  h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
  }
  
  .form-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .form-box input, .form-box select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  
  .form-box button {
    padding: 12px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .form-box button:hover {
    background: #45a049;
  }
  
  .report-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  
  .report-table th {
    background: #007BFF;
    color: white;
    padding: 10px;
  }
  
  .report-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
  }
  
  .report-table tr:nth-child(even) {
    background: #f9f9f9;
  }
  
  .btn {
    background: #28a745;
    color: white;
    padding: 6px 12px;
    border-radius: 5px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #218838;
  }
  
  .alert.success {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
  }




  body {
    font-family: Arial, sans-serif;
    background: #f4f6f9;
    margin: 0;
    padding: 20px;
  }
  
  .dapur-container {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: auto;
  }
  
  .logout-bar {
    text-align: right;
    margin-bottom: 15px;
    font-size: 14px;
  }
  
  .logout-bar a {
    color: #d9534f;
    text-decoration: none;
    font-weight: bold;
  }
  
  .logout-bar a:hover {
    text-decoration: underline;
  }
  
  h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
  }
  
  .report-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .report-table th {
    background: #FF9800;
    color: white;
    padding: 10px;
  }
  
  .report-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
  }
  
  .report-table tr:nth-child(even) {
    background: #f9f9f9;
  }
  
  .report-table tr:hover {
    background: #f1f1f1;
  }
  
  .btn {
    background: #4CAF50;
    color: white;
    padding: 6px 12px;
    border-radius: 5px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #45a049;
  }
  
  .alert.success {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
  }




  body {
    font-family: Arial, sans-serif;
    background: #f4f6f9;
    margin: 0;
    padding: 20px;
  }
  
  .kasir-container {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    max-width: 900px;
    margin: auto;
  }
  
  .logout-bar {
    text-align: right;
    margin-bottom: 15px;
    font-size: 14px;
  }
  
  .logout-bar a {
    color: #d9534f;
    text-decoration: none;
    font-weight: bold;
  }
  
  .logout-bar a:hover {
    text-decoration: underline;
  }
  
  h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
  }
  
  .report-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  
  .report-table th {
    background: #007BFF;
    color: white;
    padding: 10px;
  }
  
  .report-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
  }
  
  .report-table tr:nth-child(even) {
    background: #f9f9f9;
  }
  
  .report-table tr:hover {
    background: #f1f1f1;
  }
  
  .form-inline {
    display: flex;
    gap: 5px;
    justify-content: center;
  }
  
  .form-inline input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .form-inline button {
    padding: 6px 12px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .form-inline button:hover {
    background: #218838;
  }
  
  .struk {
    background: #e8f5e9;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .btn.download {
    background: #17a2b8;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
  }
  
  .btn.download:hover {
    background: #138496;
  }


  button {
    padding: 8px 16px;
    border: none;
    cursor: pointer;
  }
  
  /* Tombol default */
  button[type="button"] {
    background-color: #007bff; /* biru */
    color: white;
  }
  
  /* Tombol submit merah */
  .btn-red {
    background-color: #dc3545; /* merah */
    color: white;
  }
  
  .btn-red:hover {
    background-color: #c82333; /* merah lebih gelap saat hover */
  }

  /* Tombol default */
button[type="button"] {
    background-color: #007bff; /* biru */
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
  }
  
  /* Tombol submit merah */
  button.btn-red {
    background-color: #dc3545 !important; /* merah */
    color: white !important;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
  }
  
  button.btn-red:hover {
    background-color: #c82333 !important; /* merah lebih gelap saat hover */
  }