/* Global Styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
}

/* Table Styles */
table {
    width: 100%;
}

th {
    background-color: #007B5E;
    color: black;
    font-size: 12px;
}

td {
    font-size: 14px;
    vertical-align: top;
}


.amount, .amount2, .amount3 {
    white-space: nowrap; /* Mencegah teks terpotong ke baris berikutnya */
    font-weight: bold;
    color: #007B5E;
    text-align: left;
}
.amount {
    color: #007B5E;
    font-size: 14px;
    font-weight: bold;
}

.amount2 {
    color: #064ff9;
    font-size: 14px;
    font-weight: bold;
}

.amount3 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

/* Badge Styles */
.badge {
    font-size: 14px;
    padding: 5px 10px;
}

.badge.bg-success {
    background-color: #28a745;
    color: white;
}

button {
    padding: 8px 16px;
    font-size: 14px;
}

/* Button Container */
.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
