table.dataTable {
    width: 100%;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 25%;
}
.tabel2 {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.tabel2 th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

.tabel2 th {
    background-color: #f2f2f2;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
}

.tabel2 tr:nth-child(even) {
    background-color: #f8f8f8;
}

.tabel2 tr:hover {
    background-color: #ddd;
}

.tabel2 td {
    font-size: 14px;
}

.tabel2 .highlight {
    background-color: #ffc;
}
body {
    height: 100%;
    overflow-x: hidden;
}

.chart {
    width: 150px; 
    min-height: 150px;
  }
  .row {
    margin:0 !important;
  }
  .dataTables_filter input { width: 50px }

  @media (min-width: 500px) {
    .table-responsive {
        overflow-x: hidden !important;
    }
}

.checkbox-container {
    display: flex;
    flex-direction: row;
  }
  
  .checkbox-container label {
    margin-right: 20px; 
  }
  
  
  .page-header {
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.breadcrumb-item {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb-item a {
    color: #007BFF;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.card-body h4 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.text-center h3 {
    margin-bottom: 20px;
}

.success-message {
    color: green;
    font-weight: bold;
}
body {
    overflow-x: hidden;
}