.tag-check {
	display: flex;
	flex-direction: row;
	column-gap: 7px;
	min-height: 24px;
}

.tag-check p {
	height: min-content;
	margin-top: 0;
	align-self: center;
}
.tag-check span {
	display: block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	align-self: flex-start;
	background: url(botoes.webp) no-repeat;
	background-size: 49px 49px;
	cursor: pointer;
}

.tag-check.radiobutton span {
	background-position: left top;
}

.tag-check.radiobutton.ativo span {
	background-position: left bottom;
}

.tag-check.checkbox span {
	background-position: right top;
}

.tag-check.checkbox.ativo span {
	background-position: right bottom;
}
