html body .app-wrapper .app-main {
	overflow: unset !important;
}
.highlight, mark {
	color: #fff;
	background-color: #f00;
}
.copy-to-clipboard {
	cursor: copy;
}
table thead tr th {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.trumbowyg .trumbowyg-editor-box {
	display: inline-table;
}
.trumbowyg .trumbowyg-editor-box .trumbowyg-editor {
	display: table-cell;
}
#sorteer {
	background: transparent;
}
#sorteer section {
	background: transparent;
}
#sorteer section .card {
	box-shadow: none;
}
#sorteer section.sortable-ghost .card {
	box-shadow: 0 0 50px rgba(13,110,253,0.5) !important;
}
.form-check, .form-check-input {
	position: relative;
	top: -2px;
	width: 1.2rem;
	height: 1.2rem;
	aspect-ratio: 1;
	border: 1px solid var(--bs-gray);
	border-radius: 0 !important;
}
@media (max-width: 1280px) {
	.btn-icon {
		text-align: center;
	}
	.btn-icon span, .btn-icon .text-button {
		display: none;
	}
}
