@reference "tailwindcss";

.shadow-custom {
	box-shadow: 1px 1px 4px 1px #00000014;
}

.checkbox {
	@apply border-blue-500 border-2 focus:ring-0 checked:border-blue-500 checked:border-2 checked:bg-transparent;

	&:checked {
		background-image: url('/assets/icons/check.svg');
	}
}
