::-moz-selection  {
    background-color: rgb(95, 255, 95) !important;
    color: black !important;
}
::selection {
    background-color: rgb(95, 255, 95) !important;
    color: black !important;
}
body {
	color: white;
	background-color: black;
}

/** Menu **/
.box-menu{
	background-color: #9f9f9f;
}

/** DataTable **/
.page-link.active, .active > .page-link{
	background-color: #21d275 !important;
	border-color: #21d275 !important;
}
.page-link.active, .active > .page-link:hover {
	color: #0a0a0a !important;
}

#datatables_buttons_info{
	color: #000000 !important;
}

/** Btn back **/
.btn-back{
	color: #ffffff;
	text-decoration: none !important;
	font-size: 40px;
}
.btn-back::before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: '\f060';
}
.page-link {
	color: #6c737e !important;
}
.page-link:hover {
	color: #21d275 !important;
}

/** select 2 custom **/
.select2-dropdown.increasezindex {
	z-index:99999 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background-color: #21d275 !important;
}
.select2-container--default {
	color: #0a0a0a !important;
}