.__container {
	flex: 1 1 auto;
	display: block;
	width: auto;
	height: auto;
	min-height: 450px;
	background-color: var(--bg-container);
}

.__main_header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0px 25px;
	border-bottom: 1px solid #DCE1E6;
	font-size: 13px;
	background-color: var(--bg-main-header);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.__main_header .__title_header_container {
	flex: 1 1 auto;
	color: var(--title-color);
}

.__main_header .__title_header_container a {
	font-weight: 500;
	text-decoration: none;
	color: var(--color-link);
}

.__main_header .__title_header_container a:hover {
	text-decoration: underline;
}

.__main_header .__user_header_container {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 12px;
}

.__main_header .__user_header_container .__icon_user {
	display: block;
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 16px;
	margin-right: 6px;
	background-color: #626A7090;
	background-image: url(../icons/icon_user.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.__main_header .__user_header_container .__name_user {
	color: var(--primary-color);
	line-height: 12px;
}

.__main_header .__user_header_container .__name_user a {
	display: block;
	text-decoration: none;
	color: var(--color-link);
}

.__main_header .__user_header_container .__name_user a:hover {
	text-decoration: underline;
}

.__main_content {
	display: block;
	height: auto;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	padding: 10px 25px;
}

.__main_content .__actions_subheader {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 40px;
}

.__main_content .__actions_subheader a {
	line-height: 0%;
	text-decoration: none;
}

.margin-rt {
	margin-right: 10px;
}

.margin-bt {
	margin-bottom: 10px;
}

.__menu_tiles {
	display: flex;
	flex-flow: row wrap;
	height: auto;
	gap: 30px;
}

.__item_menu_tile {
	display: block;
	width: 120px;
	height: auto;
	min-height: 100px;
	border-radius: 10px;
	background-color: #e8edf7;
}

.__item_menu_tile a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	padding: 15px;
	font-family: 'Inter-Medium', sans-serif;
	color: #2765cf;
	text-decoration: none;
	line-height: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.__item_menu_tile a:hover {
	background-color: #E3ECFE;
}

.__item_menu_tile a::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.__item_menu_tile a.calendar::before {
	background-image: url(../icons/calendar_color.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
}

.__item_menu_tile a.video::before {
	background-image: url(../icons/video.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
}

.__item_menu_tile a.historical::before {
	background-image: url(../icons/historical_color.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
}

.__item_menu_tile a.exams::before {
	background-image: url(../icons/exams.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
}

.__container_empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	min-height: 450px;
}

.__content_empty {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.__content_empty img {
	width: auto;
	height: 330px;
	max-height: 380px;
}

.__no_text_empty {
	display: block;
	font-family: 'Segoe UI', sans-serif;
	font-size: 1.3rem;
	color: #898F9C;
}
