/* General styles for the Kredit Pro plugin */
.table_form {
    width: 100%;
    border-collapse: collapse;
}

.table_form th, .table_form td {
    padding: 10px;
    border: 1px solid #ddd;
}

.table_form .table_header {
    background-color: #f2f2f2;
    text-align: left;
}

.table_form .bg_odd {
    background-color: #f9f9f9;
}

.table_form .bg_even {
    background-color: #ffffff;
}

.table_form .table_left {
    width: 30%;
}

.table_form .table_right {
    width: 70%;
}

.table_form input, .table_form select {
    width: 80%;
    padding: 8px;
    margin: 4px 0;
    box-sizing: border-box;
}
.table_form .input_long {
    width: 80%;
    display: inline-block;
}

.table_form .input_short {
    width: 80%;
    display: inline-block;
}

.table_form .help_icon img {
    cursor: pointer;
}

.kredit-pro-result {
    margin-top: 20px;
}

.angsuran-table {
    width: 100%;
    border-collapse: collapse;
}

.angsuran-table th, .angsuran-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: right;
}

.angsuran-table th {
    background-color: #f2f2f2;
}

.data-table {
    width: 100%;
    margin-top: 20px;
}

.data-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.button_submit {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.button_submit:hover {
    background-color: #45a049;
}

.button_print {
    margin-top: 20px;
}
.help-icon {
    float: right;
    margin-left: 10px; /* optional: add some space between the input and the icon */
    width: 20px;
}

/* Responsive styling */
@media (max-width: 600px) {
    .table_form, .angsuran-table {
        overflow-x: auto;
        display: block;
    }

    .button_print {
        display: none;
    }
}

@media print {
    .button_print {
        display: none;
    }
}
