.readonly-field {
	background-color: #f5f5f5 !important;
	cursor: not-allowed !important;
	opacity: 0.7;
}

.readonly-field:focus {
	outline: none;
	border-color: #ddd !important;
}

.readonly-select-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.readonly-select-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	cursor: not-allowed;
	background: rgba(0, 0, 0, 0.001);
}
