body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

ul,
li {
	list-style-type: none;
	list-style: none;

}

a {
	text-decoration: none;
}

.navbar-menu {
	width: 250px;
	z-index: 1002;
	background: #fff;
	border-right: 1px solid #fff;
	bottom: 0;
	margin-top: 0;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
	box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
	padding: 0 0 calc(70px + 25px) 0;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.navbar-menu.close {
	left: -250px;
}


.main-content {
	margin-top: 85px;
	transition: all .1s ease-out;
}

.main-content.full-view {
	margin-left: 0px;
}


.left-side {
	padding: 15px;
}

.user-name {
	margin-bottom: 15px;
}

.user-name img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 10px;
}

.user-name h2 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 0px;
}

.user-name i {
	font-size: 18px;
	margin-right: 10px;
	color: #000;
	line-height: 20px;
}

.user-name h3 {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 0px;
}

.left-side span {
	display: block;
	font-size: 12px;
	color: #999;
	margin: 15px 0px;
}

.left-side .accordion-item {
	border: 0px;
}

.left-side .accordion-header {
	line-height: 40px;
}

.left-side .accordion-button {
	background-color: unset;
	box-shadow: none;
	border: 0px;
	padding: 0;
	color: #333;
	font-size: 14px;
	display: block;
}

.left-side .accordion-button::after {
	display: none;
}


.left-side .accordion-body {
	padding: 0 0 0 15px;
}

.left-side .accordion-body a {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 28px;
}

.left-side .accordion-body a i {
	position: relative;
	top: 1px;
	color: #39b56e;
}


.left-side .accordion-body a:nth-child(2) i {
	color: #418bef;
}

.left-side .accordion-body a:nth-child(3) i {
	color: #a460e3;
}

.left-side .accordion-body a:nth-child(4) i {
	color: #f2c94c;
}

.forum-cntr {
	padding: 20px;
}

.forum-cntr h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 0px;
}

.forum-cntr .back-btn {
	font-size: 24px;
	color: #333;
	margin-right: 15px;
	transition: all .5s;
}

.forum-cntr .back-btn.rotate {
	transform: rotate(180deg);
}


.forum-cntr .dropdown-toggle::after {
	display: none;
}

.forum-cntr .dropdown-toggle {
	color: #000 !important;
}

.forum-cntr .dropdown-toggle {
	color: #000 !important;
}

.forum-cntr .table> :not(:first-child) {
	border-top: 1px solid #f5f5f5;
}

.forum-cntr thead {
	font-size: 12px;
	border-color: #f5f5f5;
}

.forum-cntr  thead th { 
    border-bottom: 0;
}

.forum-cntr tbody td {
	padding-top: 20px;
	padding-bottom: 20px;
	border-color: #f5f5f5;
}

.forum-cntr .dropdown-menu {
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}

.forum-cntr .dropdown-menu li {
	font-size: 14px;
	line-height: 28px;
}

.forum-cntr .dropdown-menu li i {
	position: relative;
	top: 2px;
	color: #39b56e;
	font-weight: 600;
}

.forum-cntr .dropdown-menu li:nth-child(2) i {
	color: #418bef;
}

.forum-cntr .dropdown-menu li:nth-child(3) i {
	color: #a460e3;
}

.forum-cntr .dropdown-menu li:nth-child(4) i {
	color: #f2c94c;
}


.user-list {
	position: relative;
}

.user-list img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 10px;
}

.user-list h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
}

.user-list p {
	font-size: 13px;
	margin: 0px;
}

.user-list p strong {
	margin-right: 15px;
}

.user-list p span {
	margin-right: 15px;
	color: #999;
}

.user-list-clr {
	position: absolute;
	bottom: -23px;
	left: 60px;
	height: 5px;
	display: inline-flex;
}

.user-list-clr span {
	width: 10px;
	height: 2px;
	background-color: #39b56e;
	margin-right: 2px;
	display: inline-block;
}

.user-list-clr span:nth-child(2) {
	background-color: #418bef;
}

.user-list-clr span:nth-child(3) {
	background-color: #a460e3;
}

.user-list-clr span:nth-child(4) {
	background-color: #f2c94c;
}


.rep-text strong {
	color: #000;
}

.rep-text {
	font-size: 14px;
	color: #666;
	line-height: 16px;
	margin: 5px 0;
}


.latest-cntr {
	width: 120px;
}

.latest-cntr img.lates-img {
	width: 35px;
	height: 35px;
	margin: 5px 0;
	object-fit: cover;
	border-radius: 50%;
	position: relative;
	left: 0px;
	border: 2px solid #fff;
	z-index: 0;
}

.latest-cntr img:nth-child(2) {
	left: -15px;
	z-index: -1;
}

.latest-cntr img:nth-child(3) {
	left: -30px;
	z-index: -2;
}

.online-cntr {
	margin: 0 0 40px;
}

.online-cntr hr {
	background-color: #f5f5f5;
	opacity: 1;
}

.online-cntr h4 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 15px;
}

.online-cntr h4 i {
	position: relative;
	top: 3px;
}

.online-user-list img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 10px;
}

.online-user-list h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	color: #000;
}

.online-user-list p {
	font-size: 13px;
	margin: 0;
	color: #666;
}

.online-user-list span {
	font-size: 11px;
	margin: 0 2px;
	padding: 0 2px;
	border-radius: 2px;
}

.online-user-list span.mode {
	background-color: #418bef47;
	color: #418bef;
}

.online-user-list span.edit {
	background-color: #47c10957;
	color: #47c109;
}


.forum-status-list h5 {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	color: #000;
}

.forum-status-list p {
	font-size: 13px;
	margin: 0;
	color: #666;
}

.forum-status-list p img {
	width: 35px;
	height: 35px;
	margin: 5px 0;
	object-fit: cover;
	border-radius: 50%;
	position: relative;
	left: 0px;
	border: 2px solid #fff;
	z-index: 0;
}

.forum-status-list p img:nth-child(2) {
	margin-left: -15px;
	z-index: -1;
}

.forum-status-list p img:nth-child(3) {
	margin-left: -15px;
	z-index: -2;
}

.forum-status-list a {
	background-color: rgb(71 193 9 / 20%);
	border-radius: 10px;
	padding: 15px;
	color: #47c109 !important;
	font-size: 14px;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
}


.theading-img-cntr img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
	position: relative;
	left: 0px;
	border: 2px solid #fff;
	z-index: 0;
}

.theading-img-cntr img:nth-child(2) {
	margin-left: -20px;
	margin-top: -20px;
	z-index: -1;
}

.theading-img-cntr img:nth-child(3) {
	margin-left: -30px;
	margin-top: 10px;
	z-index: -2;
}


.theading-img-cntr {
	width: 65px;
	margin-right: 10px;
}

.theading-list h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	color: #666;
}

.theading-list p {
	font-size: 13px;
	margin: 0;
	color: #666;
}

.theading-list span {
	font-size: 13px;
	margin: 5px 0;
	color: #333;
	font-weight: 600;
	display: block;
}

.right-side {
	width: 290px;
	padding: 15px;
}


.view-cntr {
	padding: 15px;
}

.view-cntr .nav-tabs {
	margin-bottom: 15px;
	border: 0;
}

.view-cntr .nav-tabs .nav-link {
	border: 1px solid #f5f5f5;
	margin: 0px 5px;
	color: #999;
}

.view-cntr .nav-tabs .nav-link.active {
	background-color: rgb(71 193 9 / 20%);
	color: #47c109 !important;
}


.view-list {
	margin-bottom: 25px;
	padding: 25px;
	border: 1px solid #f1f1f1;
	border-radius: 15px;
}

.view-list-user {
	margin-bottom: 15px;
}

.view-list-user img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
}

.view-list-user h5 {
	font-size: 16px;
	color: #333;
	margin: 0;
	font-weight: 600;
}

.view-list-user p {
	font-size: 14px;
	color: #333;
	margin: 0;
}

.view-list-user span {
	font-size: 14px;
	color: #999;
	margin: 0;
}

.view-list-text h4 {
	font-size: 24px;
	color: #333;
	font-weight: 600;
}

.view-list-text p {
	font-size: 16px;
	color: #333;
}

.rep-txt {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin-bottom: 25px;
}

.chat-icon {
	padding: 10px 15px;
	background: #fff;
	text-align: center;
	border: 1px solid #f5f5f5;
	margin: 0 0 0 20px;
	font-weight: 600;
	line-height: 18px;
}

.chat-icon-cntr .chat-icon:nth-child(1) {
	border: 1px solid #39b56e;
	color: #39b56e;
}


.chat-icon-cntr .chat-icon:nth-child(2) {
	border: 1px solid #418bef;
	color: #418bef;
}

.chat-icon-cntr .chat-icon:nth-child(3) {
	border: 1px solid #a460e3;
	color: #a460e3;
}

.chat-icon-cntr .chat-icon:nth-child(4) {
	border: 1px solid #f2c94c;
	color: #f2c94c;
}

.reply-cntr {
	background-color: #f5f5f5;
}

.reply-cntr .btn {
	border: 1px solid #39b56e;
	color: #fff;
	background-color: #39b56e;
}

.reply-cntr .note-editor.note-frame {
	border: 1px solid #f5f5f5;
}

.rep-btn-cntr .btn {
	border: 1px solid #39b56e;
	color: #fff;
	background-color: #39b56e;
	margin-top: 15px;
}

.reply-cntr .btn-close {
	margin-top: -35px;
	font-size: 10px;
}

.chat-icon2 {
	text-align: center;
	margin: 0 20px 0 0;
	line-height: 18px;
	color: #333;
}

.chat-icon2 i {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.chat-icon2 a {
	color: #333;
}


.view-list hr {
	opacity: .1;
}

.related-ques a {
	font-size: 16px;
	color: #39b56e !important;
	font-weight: 400;
	display: block;
	cursor: pointer;
	line-height: 20px;
	margin: 10px 0;
}

.related-ques a:hover {
	text-decoration: underline !important;
}

.reply-cntr .modal-header {
	border: 0;
}


.reply-cntr h3 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin: 20px 0;
}


.comt-cntr {
	background-color: rgb(71 193 9 / 20%);
}

.comt-cntr .btn {
	border: 1px solid #39b56e;
	color: #fff;
	background-color: #39b56e;
	margin-left: 10px;
}


.comt-cntr .form-control {
	font-size: 14px;
}

.rep-box {
	background-color: #f5f5f5;
}

.rep-box p {
	margin: 0;
	font-size: 14px;
}

.rep-box p .rep-usr {
	font-weight: 600;

}

.rep-box p .rep-date {
	color: #999;
}


@media (max-width: 1700px) {}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1300px) {}

@media (max-width: 992px) {}