/* stylelint-disable selector-class-pattern */
div.dataTables_wrapper div.dataTables_filter select,
div.dataTables_wrapper div.dataTables_filter input {
	height: 2.5em;
}
/* stylelint-enable selector-class-pattern */
@media (prefers-color-scheme: light) {
	.login-logo {
		content: url("../img/logo_couleurs.png");
	}
}

/* stylelint-disable selector-class-pattern */
@media (max-width: 768px) {
	.dataTables_wrapper table.dataTable thead th,
	.dataTables_wrapper table.dataTable tbody td {
		padding: .4rem .2rem;
		font-size: .8rem;
	}

	.dataTables_wrapper table.dataTable .btn {
		padding: .25rem .4rem;
		font-size: .75rem;
	}

	.dataTables_wrapper table.dataTable .badge {
		font-size: .7rem;
		padding: .2rem .4rem;
	}

	.dataTables_wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.dataTables_length,
	.dataTables_filter {
		margin-bottom: .5rem;
	}
}

@media (max-width: 576px) {
	.dataTables_wrapper table.dataTable thead th,
	.dataTables_wrapper table.dataTable tbody td {
		font-size: .75rem;
		padding: .3rem .15rem;
	}
}
img.emoji {
	height: 16px;
	width: 16px;
	margin: 0 .05em 0 .1em;
	vertical-align: -.1em;
}
.select2-container .emoji {
	height: 1em;
	width: 1em;
	margin: 0 .3em 0 0;
	vertical-align: middle;
	display: inline-block;
}

.select2-results__option .emoji,
.select2-selection__rendered .emoji {
	height: 1.2em;
	width: 1.2em;
	vertical-align: middle;
}
.select2-selection--single .select2-selection__rendered {
	display: flex !important;
	align-items: center !important;
	height: 100% !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.select2-container {
	width: 100% !important;
}
.select2-selection--single {
	height: 33px !important;
	padding: 8px 12px !important;
}
/* stylelint-enable selector-class-pattern */
