#wallet-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin: 30px auto;
    direction: rtl;
}
#wallet-box h4 {
    margin: 0 0 1rem 0;
}
#wallet-box table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
}
#wallet-box th,
#wallet-box td {
    border: 1px solid #dcdcdc;
    padding: 6px;
    text-align: center;
    font-size: 13px;
}
#wallet-box thead {
    background: #f5f5f5;
    font-weight: 600;
}
.wallet-balance {
    color: #28a745;
}
.wallet-charge-form {
    margin-top: 20px;
}
.wallet-charge-form input[type="number"] {
    padding: 6px;
    min-width: 30%;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}
.wallet-charge-form button.btn.button {
    font-size: 12pt;
    padding: 10px;
    border-radius: 5px;
}
.log-table {
    margin-top: 2.5rem;
}
.wallet-section-title {
    margin-top: 30px;
}
