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

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

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

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

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

/* ===== BUTTON ===== */
.penyusutan-hitungBtn {
    background: #0B3D91 !important;
    color: #fff !important;
    border-radius: 12px;
    border: none;
    font-size: 15px;
    transition: all 0.2s ease;
    padding: 12px 20px;
}

.penyusutan-hitungBtn:hover {
    background-color: #142851;
}

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

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

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

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

/* ===== CHART SECTION ===== */
.penyusutan-chart {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: #fff;
}

/* ===== MODAL DETAIL ===== */
.penyusutan-modal {
    border-radius: 20px;
    padding: 25px 30px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

.penyusutan-modal .modal-title {
    font-weight: 700;
    color: #0B3D91;
    letter-spacing: 1px;
}

.penyusutan-judulBarang {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    color: #0B3D91;
}

.penyusutan-tableDetail {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.penyusutan-tableDetail thead {
    background: #f5f7fa;
    text-transform: uppercase;
    font-size: 13px;
}

.penyusutan-tableDetail th,
.penyusutan-tableDetail td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.penyusutan-modal .btn {
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: 600;
}

.penyusutan-modal .btn-primary {
    background-color: #0B3D91;
    border: none;
}

.penyusutan-modal .btn-danger {
    background-color: #D32F2F;
    border: none;
}

.penyusutan-modal .btn:hover {
    transform: translateY(-2px);
    transition: 0.2s;
}

.modal.fade .modal-dialog {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* biar di tengah vertikal */
}

.custom-modal-penyusutan {
  font-size: 13px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.custom-modal-penyusutan .modal-body {
  padding: 15px 20px;
}

.table-penyusutan th,
.table-penyusutan td {
  padding: 4px 8px !important;
  vertical-align: middle;
  white-space: nowrap;
}

.detail-info p {
  margin-bottom: 3px;
  font-size: 13px;
}
