.btn-reset{
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

/*Header design Starts*/
.mobile-header{
	padding: 14px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 0;
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	box-shadow: rgb(252, 252, 249) 0px 2px 6px;
}
.m-open-sidebar path{
	color: #576c71;
}
.header-logo{
	width: 96px;
}
.m-header-new-thread{
	background: #eaeaea;
	border: none;
	border-radius: 8px;
	padding: 5.5px;
	font-size: 14px;
	width: 74px;
	font-weight: 600;
	color: #14343b;
	margin-top: -3px;
	margin-left: 3px;
	letter-spacing: .5px;
}
.m-header-new-thread svg{
	vertical-align: sub;
	margin-left: -2px;
}
.mobile-header hr{
	opacity: 1;
    border-top: 1px solid #e5e5de;
	margin-top: 12px;
	margin-bottom: 0;
}
/*Header design Ends*/

/*Mobile Sidebar Starts*/
@keyframes mobileSidebarBackgroud {
	from {
		opacity: 0;
		transform: scale(1.02);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.mobile-sidebar-backgroud{
	background: #0003;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    animation: mobileSidebarBackgroud 0.3s ease forwards;
}
.mobile-sidebar{
	background: #f8f8f9;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 265px;
	padding: 18px;
	left: -290px;
	height: 100vh;
	overflow: hidden;
	transition: left 0.3s ease;
}
.mobile-sidebar.open{
	left: 0px;
}
.m-sidebar-logo{
	width: 24px;
}
.m-sidebar-close{
	width: 25px;
    height: 25px;
    margin-right: -8px;
}
.m-sidebar-close i{
	color: #576c71;
	font-size: 18px;
}
.m-siderbar-new-thread{
	text-decoration: none;
	font-size: 14px;
	color: #14343b;
}
.mobile-sidebar hr{
	opacity: 1;
    border-top: 1px solid #e5e5de;
}
.mobile-sidebar label{
    color: #64645e;
    font-size: 12px;
}
.m-nav-link{
	font-size: 14px;
	text-decoration: none;
    border-radius: 8px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 6px;
}
.m-nav-link.active{
	background: #eaeaea;
	margin-left: 0;
	text-indent: 8px;
}
.m-nav-link span{
	width: 100%;
	mask-image: linear-gradient(to right, black 85%, transparent 100%);
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.m-slider-profile{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	border-top: 1px solid #e5e5de;
	padding: 16px;
	background: #f8f8f9;
}
.m-slider-profile i{
	color: #576c71;
	vertical-align: sub;
}
.m-chat-history-list{
	overflow: scroll;
    height: 70vh;
    margin-left: -6px;
}
.m-chat-history-list .nav{
	width: 96%;
}	
/*Mobile Sidebar Ends*/

/*Mobile Content Starts*/
.mobile-content{
	height: 100dvh;
	overflow: scroll;
}
.mobile-content .chat-threads{
	width: 100%;
	padding: 6px;
}
.mobile-content .chat-threads .chat-box-container{
	width: 93%;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 9;
}
.mobile-content .chat-tabs .chat-tab-header{
	position: unset;
}
.mobile-content .chat-thread:nth-of-type(1){
	margin-top: 14px;
}
.mobile-content .chat-box-container{
	margin: auto;
	width: 93%;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 9;
    position: fixed;
}
.mobile-content .chat-bottom-box-container{
	display: none !important;
}
.mobile-content .chat-area-heading{
	position: fixed;
    bottom: 500px;
    left: 0;
    right: 0;
}
/*Mobile Content Ends*/
/*Setting Starts*/
.mobile-content .settings-section h3{
	text-align: center;
	margin: 14px;
}
.mobile-content .nav.nav-underline.justify-content-end{
	justify-content: flex-start !important;
}
/*Setting Ends*/

@media (max-width: 767.98px) {
	.video-lightbox-content {
		padding: 0;
	}
	.video-lightbox-player{
		border-radius: 0;
	}
}
@media (max-width: 400px) {
	.chat-mode-selection{
		display: none;
	}
}

