/* Color selector */
.form-color-input {
	width: 2rem;
	height: 2rem;
	background-color: var(--input-color) !important;
	border-radius: var(--bs-border-radius) !important;
}

.form-color-input:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
	border-color: rgba(0, 0, 0, .25) !important;
}