.top,
.bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.top {
    margin-bottom: 5px;
}

.bottom {
    margin-top: 5px;
}

.dt-bootstrap5 .dt-buttons,
.dt-search,
.dataTables_filter {
    margin-bottom: 10px;
}

.dt-bootstrap5 .dt-buttons button {
    background-color: #183763;
    color: white;
    border-radius: 4px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}

.dt-bootstrap5 .dt-buttons button:hover {
    /* background-color: #3f51b5; */
    background-color: #3f51b5;
}

.dt-button-active-a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #183763;
    color: white;
}

li.dt-button-active-a,
.dt-paging-button.page-item.active button {
    background-color: #183763 !important;
    /* Overriding Bootstrap's default active pagination style */
}

li.dt-button-active-a a {
    color: white;
}

table.datatable .dt-type-date {
    min-width: 100px !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #183763 !important;
    color:white !important;
}
