/* Empty. Add your own CSS if you like */

.span-value{
    display: block;
    color: red !important;
    font-size: 12px;
    font-weight: bold;
}

.active{
    color: red;
    font-weight: bold;
    
}
.normal{

    font-weight: bold;
    font-size: 12px;
}
.payable {
    display: block;
    color: yellow;
    font-size: 12px;
    margin-top: -20px;
    font-weight: bold;
}
.float-sms{
    display: inline-flex;
    float: right;
    justify-content: center;
}