.unsaved {
	border: red 2px solid;
}

.unsaved:focus {
	outline: none;
}

.saved {
	border: green 2px solid;
}

.text-bg-bad {
	color: #fff !important;
	background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important
}

.text-bg-good {
	color: #fff !important;
	background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important
}

.text-bg-great {
	color: #fff !important;
	background-color: RGBA(255, 221, 0, var(--bs-bg-opacity, 1)) !important
}