.tooltip-inner {
    max-width: 500px; 
    width: auto; 
    white-space: nowrap; 
}

.toast {
    --cui-toast-bg: rgba(var(--cui-body-bg-rgb), 0.95) !important;
}

div.dataTables_wrapper div.dataTables_filter label {
	display: block;
}
div.dataTables_wrapper div.dataTables_filter input {
	width: 100%;
	margin: 0;
    margin-bottom: 5px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
    color: var(--ColorTemplate) !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link {
    color: var(--bs-light) !important;
}

div.dataTables_paginate div.paging_simple_numbers{
    margin-top: 10px !important;
}