.principal-container {
    height: auto;
	padding: 0px;
}
.mdc-drawer-app-content {
	background-color: #ffffff !important;
	background: #ffffff !important;
}

.mainContentXL {
	padding: 0px 0px 20px 0px !important;
}

#main-container-notifications {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-search-not {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 20px;
	background-color: #F2F2F2;
}

#content-search-not span {
	font-size: 18px;
	font-weight: bold;
}

.image-user {
	width: 105px;
	height: 75px;
	margin-right: 20px;
}

.image-user>img {
	width: 102px;
	height: 72px;
}

#notifications-list-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#notifications-list-container>span {
	width: 100%;
	text-align: start;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 20px;
}

#notifications-list-container>a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
}

#notifications-list-container>a:nth-child(even) {
	background-color: #E7F4FA;
}

#notifications-list-container>a>p {
	width: calc(100% - 60px);
	margin: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #565752;
}