﻿.btn.btn-primary {
	background-color: #005EAA;
	border-radius: 5px;
}

:root {
	--bs-border-radius: 5;
}

.dataTables_filter input:focus,
.dataTables_wrapper .dataTables_filter .app-search input:focus,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length .app-search select:focus,
.dataTables_wrapper .dataTables_length select,
.dd-handle,
.dd3-content,
.form-control,
.select2-container--default .app-search .select2-selection--single:focus,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--multiple {
	border-radius: 6px;
	border-color: rgba(0,0,0,.60);
	border-width: 1.5px;
}