body {

	background-color: #F8F9FA;
	font-family: 'Inter' sans-serif;
	padding: 0 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 100vh;

}

h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.72px;
	color: #2C3034;
	margin-top: 30px;
	text-align: center;
}

.imgchats {
	margin-top: 40px;
	text-align: center;
}

.chats {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 20px 20px 20px 20px;
	transition: height 100ms ease, transform 700ms ease, opacity 700ms ease;
	background: rgba(250, 250, 250, 0.8);
	transform: translateY(10px) scale(0.9);
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.fixed-crossbrowser-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-image: url(../img/bg.png);
	opacity: 1;
	z-index: -1;
	transition: all 500ms ease;
}

.chats ul {
	margin: 0px;
	text-decoration: none;
}

li {
	color: #2C3034;
	font-style: normal;
	font-weight: 650;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.18px;
	list-style-type: none;
	margin-top: 20px;
	border-bottom: 1px solid #F0F2F4;
	padding:10px;

}

h2 {
	font-size: 20px;
	color: #2C3034;
	font-weight: 600;

}

li:hover  {
	background: #3773EA;
	color: #fff;
	border-radius: 8px 8px 8px 8px;
	transition-duration: .2s;
}

li:hover h2 {
	color: #fff;
}

li:hover h6, p{
	color: #89ADF3;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.21px;
}

a, u {
  text-decoration: none;
}

h6 {
	color: #6C757D;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.21px;

}

ul {
	margin: 0px;
	padding:10px;

}

.copyright {
	height: 2px;
	background-position: center;
	text-align: center;
	margin-top: -10px;
}

.copyright span {

	color: #ADB5BD;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.21px;
	width: 100px;
	transition: all 0.2s linear;
}

 .menu {
  content: url('../img/right_def.png');
	float: right;
	margin-top: -50px;
	position: relative;
	/* opacity: 0.5; */

	
	
	
}

.menu:hover {
	opacity: 1.0;
	border-radius: 48px;
	background-color: rgba(255, 255, 255, 0.24);
	transition-duration: .2s;

}



