﻿
.datatables-bt {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 3px;
    background-color: white;
}

ul {
    margin: 0;
}

.datatables-bottom-bar-cover {
    align-items: center;
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.datatables-bottom-bar-pagination {
    width: 100%;
    display: flex;
    justify-content: end;
    justify-items: end;
}
