
/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/
/*.action-buttons {
    align-items: center !important;
    text-align: center;
}
*/
    .action-buttons button {
        margin: 0 !important;
    }


/* Style for the badge */
.badge {
    border-radius: 4px !important;
    padding: 10px 0px !important; /* Adjust the padding to fit within the cell */
    display: inline-block !important; /* To fit the content width */
    width: 100% !important;
}

