<style>
.container {
    max-width: 100%;
    margin: auto;
    font-family: Tahoma;
}

.payment-box {
    background: #f4f8ff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.fee-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fee-total {
	display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
    color: #0015FF;
}

.payment-method {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.method {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

button {
    background: #0d6efd;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
}

.table td {
    padding: 8px;
}

.text-danger {
    color: red;
}
.border-dark-green {
	border: 1px solid #1D7200 !important;
}
.warning-box {
    background: #FFEDDF;
	border: 1px solid #EC5800 !important;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
	.text-primary2{
	color: #0015FF; /* น้ำเงินแบบ Bootstrap */
}	


/*checkpayment*/
