.form-check-input:focus {
	box-shadow: none !important;
	border-color: rgba(0, 0, 0, .25);
}

.form-check label {
	margin-bottom: 0;
	line-height: 1;
	user-select: none;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #4634ff;
}