
.selected-fields > div {
	min-height: $entities-min-selected-height;
	width: 100%;
}

.ent-selected-modal {
	
	.swal2-content, .swal2-title {
		margin-bottom: 0;
	}
	
	&.swal2-modal .swal2-title {
		font-size: 18px;
		text-align: left;
		line-height: 1em;
		padding: 0 20px 20px 0;
	}
}