label.form-label {
	font-weight: bold;
}

.input-group .input-group-text {
	background-color: var(--header-background-color) !important;
	color: var(--header-color) !important;
}

.form-control:disabled, .form-control[readonly] {
	background-color: rgb(235, 235, 235);
	opacity: 1;
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
	z-index: 0;
}