
/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/
.action-buttons {
    display: block !important;
    align-items: center !important;
}

    .action-buttons button {
        margin: 0 !important;
    }


/* Style for the badge */
.badge {
    border-radius: 35px !important;
  /* padding: 10px 0px !important;*/ /* Adjust the padding to fit within the cell */
    padding: 4px 0px !important;
    display: inline-block !important; /* To fit the content width */
    width: 100% !important;
}
.badge {
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
}

