.actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 1em;
}

/* datatable */
/* table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px #727cf5 !important;
    color: white
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05)
}

table.dataTable.table-striped>tbody>tr.odd.selected>* {
    box-shadow: inset 0 0 0 9999px #727cf5 !important;
}

table.dataTable.table-hover>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075)
}

table.dataTable.table-hover>tbody>tr.selected:hover>* {
    box-shadow: inset 0 0 0 9999px #727cf5 !important;
} */

/* .selected {
    background-color: #727cf5 !important;
    border-color: #727cf5 !important;
    color: white;
}

.selected>td>a,
.selected>th>a {
    color: white;
} */

/* tr.selected>td>a {
    color: #fff;
} */

.badge {
    padding-top: 0.1em;
    padding-right: 0.2em;
    padding-bottom: 0.1em;
    padding-left: 0.2em;
    font-size: 1.5em;
}