﻿.alert-info {
    background-color: #C4E4E2!important;
}
.btn-primary {
    background-color: #2F6C72!important;
}

div.dataTables_wrapper div.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dataTables_length {
    order: 2; /* move to right */
}

.dataTables_filter {
    order: 1; /* move to left */
}

.dataTables_filter label 
{
        display: flex;
        align-items: center;
        gap: 8px;
    }

.checkbox input[type="checkbox"]:checked + label::after {
    content: "✔";
    position: absolute;
    left: 4px;
    top: 0px;
    font-size: 14px;
    color: white;
}
.checkbox label {
    position: relative;
    padding-left: 25px;
}
#cblRole td {
    padding: 6px 0;
}

#cblRole label {
    margin-left: 4px;
}