.logo {
	width: 250px;
}

.table .btn-xs {
	margin-right: 5px;
	padding: 2px 4px;
}

.table th svg {
	width: 18px;
	float: inline-end;
}

.table th {
	cursor: pointer;
}

.table thead {
	position: sticky;
	top: 0;
}

@media (max-width: 990px) {
	.chat-content {
		transform: translateX(60px);
		visibility: visible;
		opacity: 1;
		width: 95%;
	}
}

@media (min-width: 992px) {
	.chat-content {

		left: 0px;

	}
}

#channelNav .btn-xs {
	margin-right: 5px;
	padding: 3px 5px;
}

.searchbar-container form {
	border: 1px solid #808080;
	margin-left: 97px;
	width: 18rem;
	height: 38px;
	padding: 12px 16px;
	background-color: transparent;
	display: flex;
	align-items: center;
	border-radius: 4px;
}

.searchbar-container .search-input {
	width: 389px;
	height: 28px;
	flex-grow: 1;
	border: none;
	outline: none;
	background: transparent;
	color: rgba(102, 112, 133, 1);
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.searchbar-container .search-icon {
	background: transparent;
	border: none;
	cursor: pointer;
}

.searchbar-container .search-icon img {
	width: 20px;
	height: 20px;
}

.nk-wrap .tab-content .usermanament-section .searchbar-container .search-input {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	color: #808080;
}

.nav-link.active {
	font-weight: bold;
	color: #007bff;
	/* Highlight color */
	/* background-color: rgba(0, 123, 255, 0.1); */
}