.penggunaan-container {
    width: 90%;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}

.penggunaan-title {
    font-weight: 700;
    color: #1a3365;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', sans-serif;
}

/* ===== FILTER SECTION ===== */
.penggunaan-filters {
    background: transparent;
    padding: 10px 0;
    border: none;
}

.penggunaan-input {
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    background-color: #f8f9fb;
    transition: 0.2s ease;
}

.penggunaan-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 51, 101, 0.2);
}

/* ===== BUTTON ===== */
.penggunaan-tambahBtn {
    background: #0B3D91 !important;
    color: #fff !important;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    transition: all 0.2s ease;
    padding: 10px 18px;
}

.penggunaan-tambahBtn:hover {
    background-color: #142851;
}

/* ===== TABLE ===== */
.penggunaan-tableWrapper {
    margin-top: 10px;
}

.penggunaan-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.penggunaan-table th {
    background: #f5f7fa;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
    padding: 12px;
    text-align: left;
}

.penggunaan-table td {
    padding: 12px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

/* ===== MODAL CUSTOM ===== */
.penggunaan-modal {
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border: none;
}

.penggunaan-modal .modal-header {
  background-color: #0B3D91;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}

.penggunaan-modal .modal-title {
  font-weight: 600;
  font-size: 18px;
}

.penggunaan-modal .modal-body {
  padding: 25px;
  background: #f8f9fb;
}

.penggunaan-modal .modal-footer {
  background: #f5f7fa;
  border-top: none;
  padding: 15px 20px;
}

.penggunaan-detailTable th {
  width: 40%;
  color: #0B3D91;
  font-weight: 600;
  padding: 8px 0;
}

.penggunaan-detailTable td {
  padding: 8px 0;
  color: #333;
}

/* ===== BUTTONS ===== */
.penggunaan-simpanBtn {
  background: #0B3D91 !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 8px 18px;
  border: none;
  transition: 0.2s ease;
}

.penggunaan-simpanBtn:hover {
  background: #142851;
}

.penggunaan-tutupBtn {
  background: #ddd !important;
  color: #333 !important;
  border-radius: 8px;
  padding: 8px 18px;
  border: none;
  transition: 0.2s ease;
}

.penggunaan-tutupBtn:hover {
  background: #ccc;
}
