@import url('fonts/fonts.css');
html,body {
	margin:0;
	background-color: #ffffff;
	font-family: 'Poppins', sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bottom_navbar {
	overflow: hidden;
	background-color: #ffffff;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	height: 40px;
	z-index: 50;
	box-shadow: -1px -2px 8px rgba(0, 0, 0, 0.3);
}
.bottom_navbar a {
	display: flex;
	text-align: center;
	padding: 4px 16px;
	text-decoration: none;
	font-size: 16px;
	color: black;
}
.bottom_navbar a:hover {
	background: #f1f1f1;
	color: black;
}
.btm_img_content {
	height: 32px;
	width: 32px;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prousrimg1tg {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	width: 100%;
}
.btm_img_content > .prousrimg1tg {
	max-height:     100%;
	max-width:      100%;
	position:       relative;
	margin:         auto;
	top:            0;
	right:          0;
	bottom:         0;
	left:           0;
}
.top_navbar {
	overflow: hidden;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	height: 40px;
	z-index: 500;
	box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.3);
}
.top_navbar a {
	display: flex;
	text-align: center;
	padding: 4px 12px;
	text-decoration: none;
	font-size: 16px;
	color: black;
}
.top_navbar a:hover {
	background: #f1f1f1;
	color: black;
}
.top_nav_lft_container {
	position: relative;
	display: flex;
	height: 40px;
	overflow: hidden;
	width: 100%;
	user-select: none;
	font-size: 18px;
	align-items: center;
	margin-left: 16px;
}
.top_nav_rgt_container {
	position: relative;
	display: flex;
	height: 40px;
	overflow: hidden;
	width: 100%;
	justify-content: flex-end;
}
.top_nav_rgt_bx_container {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed_notification_err {
	top: 40px;
	height: 0px;
	width: 0px;
	z-index: 50;
	display: flex;
	color: #D8000C;
	position: fixed;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	text-overflow: ellipsis;
	background-color: #FFD2D2;
	transition: height 0.5s;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}
.fixed_not_err_bar {
	height: 34px;
	width: 100%;
	padding: 5px;
	transition: height 0.5s;
}
.active_view_psy {
	border-bottom: 4px solid #e30022;
}