/* SZPI Custom CSS - Custom modifications and overrides */

/* Info icon styling for besorolás field advisor assignment warning */
.besorolas-info-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #007cba;
	color: white;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
	margin-bottom: 10px;
}
