
/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/
.action-buttons {
    display: flex !important;
    align-items: center !important;
}

    .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;
}

