#universities_wrapper > div {
	margin: 0!important;
	padding: 0!important;
}

#universities_wrapper tr th,
#universities_wrapper tr td {
	padding: 16px;
	border-bottom: 1px solid #e3e8eb;
}

#universities_wrapper thead {
	display: none;
}

#universities_wrapper tbody tr:not(.dtrg-group) {
	cursor: pointer;
}
#universities_wrapper tbody tr:not(.dtrg-group) td:first-child {
	padding-left: 14px;
	border-left: 2px solid transparent;
}
#universities_wrapper tbody tr:not(.dtrg-group):hover td:first-child {
	color: var(--bs-accent);
	border-left: 2px solid var(--bs-accent);
}

.markerUniversity {
	width: 300px;
}

.markerUniversity .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.markerUniversity .action {
	margin-top: 20px;
}

#agreementsFilters {
	.btn-cancel {
		&::after {
			font-family: "icomoon";
			content:"\e91b";
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 10px;
			width: 18px;
			height: 18px;
		}
	}
}

.agreement-icon {
	width:48px;
	height:48px;
}

.agreement-label {
	min-height: 48px;
}
