    .text-trans{
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }
    
    [dir="rtl"] .borderredinput{
        border-right: 4px solid red;
        border-left: unset;
        padding-right: 10px;
    }
    
    .borderredinput{
        border-left: 4px solid red;
        border-right: unset;
        padding-left: 10px;
    }

    .credit-positive {
        color: green !important; 
    }
    .credit-negative {
        color: red !important;
    }
    .credit-positive::after {
        content: ' \2191'; /* سهم للأعلى */
        color: green;
        font-weight: bold;
    }
    
    .credit-negative::after {
        content: ' \2193'; /* سهم للأسفل */
        color: red;
        font-weight: bold;
    }    