.error_red{
    color:brown;
}
.cust_btn_listing{
    background: rgb(113, 143, 160) !important;
    color: rgb(255, 255, 255) !important;
}
.cust_btn_listing_paid{
    background: rgb(55, 148, 15) !important;
    color: rgb(255, 255, 255) !important;
}
.btn-action{
    background-color: #d3a25a;
    color:#FFF;
    font-weight: bold;
}
.hide{
    display: none !important;
}