h1,
h2,
h3,
h4,
h5,
h6,
.btn{
	font-weight: bold;
}
.btn{
	text-transform: uppercase;
	border-radius: 15px;
	padding: 10px 20px;
}
.btn > img{
	vertical-align: sub;
	width: 20px;
}
.btn-primary-vb{
	color: #fff;
}
.btn-primary-vb:hover{
	color: #fff;
}
input::-webkit-input-placeholder {
	color: #8e8e8f;
	font-weight: 600;
}
input::-moz-placeholder {
	color: #8e8e8f;
	font-weight: 600;
}
input:-ms-input-placeholder {
	color: #8e8e8f;
	font-weight: 600;
}
input:-moz-placeholder {
	color: #8e8e8f;
	font-weight: 600;
}
.form-control:focus{
	box-shadow: none;
}

/** Sidebar **/
.side-advert{
	text-align: center;
}
.vb-sidebar .sidemenu-list > a:not(.btn),
.vb-sidebar .sidemenu-list .single-link > a,
.vb-sidebar .sidemenu-list .dropdown-toggle,
.vb-sidebar .sidemenu-list .accordion-header{
	padding: 18px;
}
.vb-sidebar .sidemenu-list > a.current:not(.btn),
.vb-sidebar .sidemenu-list > .accordion.current .accordion-header{
	border-radius: 15px;
}
.vb-sidebar .sidemenu-list .accordion-body > a,
.vb-sidebar .sidemenu-list .single-link > a,
.vb-sidebar .sidemenu-list .dropdown-toggle{
	padding: 13px;
}
.vb-sidebar .sidemenu-list .accordion-body > a{
	padding: 7px;
	font-size: 16px !important;
}
.vb-sidebar .sidemenu-list{
	margin-top: 30px;
}
.vb-sidebar .sidemenu-list .accordion-body{
	padding-left: 35px;
	padding-top: 0;
	padding-bottom: 0;
}
.vb-sidebar .sidemenu-list > a:not(.btn) img{
	margin-right: 10px;
	width: 20px;
}
.vb-sidebar .sidemenu-list .accordion-header:after{
	content: '\e911';
	float: right;
	font-family: icomoon;
	font-size: 12px;
	margin-top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.vb-sidebar .sidemenu-list > a:not(.btn),
.vb-sidebar .sidemenu-list .accordion-header,
.vb-sidebar .sidemenu-list .accordion-collapse .accordion-body a,
.vb-sidebar .sidemenu-list .single-link > a,
.vb-sidebar .sidemenu-list .dropdown-toggle{
	font-weight: bold;
	text-transform: capitalize;
	font-size: 18px;
	display: block;
	text-decoration: none;
	color: inherit;
}
.vb-sidebar .sidemenu-list .dropdown-toggle:after{
	display: none;
}
.vb-sidebar .sidemenu-list .dropdown{
	margin-left: auto;
}
.vb-sidebar .sidemenu-list > a span[class^="icon-"], .vb-sidebar .sidemenu-list .accordion-header span[class^="icon-"]{
	opacity: 0.25;
	margin-right: 10px;
}
.vb-sidebar .sidemenu-list > a.current span[class^="icon-"],
.vb-sidebar .sidemenu-list .accordion-header.current span[class^="icon-"]{
	opacity: 1;
}
.vb-sidebar .sidemenu-list .accordion-collapse{
	border: 0;
}
.vb-sidebar .sidemenu-list .accordion-collapse .accordion-body a:before{
	content: '';
	background-image: url(../img/vb-g-ico.png);
	width: 15px;
	height: 15px;
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
	border-radius: 99px;
	display: inline-block;
	margin-right: 10px;
}
.vb-sidebar .sidemenu-list .profile-circle{
	width: 20px;
	height: 20px;
	border-radius: 99px;
	display: inline-block;
	overflow: hidden;
	vertical-align: sub;
	margin-right: 8px;
}
.vb-sidebar .sidemenu-list .profile-circle img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.vb-badge{
	border-radius: 99px;
	color: #fff;
	width: 23px;
	height: 23px;
	font-size: 12px;
	text-align: center;
	line-height: 1.9;
	display: inline-block;
	box-shadow: 0 2px 4px 2px #00000021;
}
.vb-primary{
	color: #fff;
}
.vb-sidebar .btn{
	display: inline-block;
	margin: 0 auto;
}

/*** Topbar ***/
.vb-topbar{
	display: flow-root;
	align-items: center;
	padding-left: 2rem;
}
.vb-topbar .updates{
	flex: 1;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.topbar-icons-header{
	display: inline-block;
	width: 40%;
	margin-bottom: 0 !important;
}
.vb-topbar .right-content{
	display: block;
    align-items: center;
    margin-top: 15px;
    float: right;
    text-align: right;
	width: 100%;
}
.vb-topbar .right-content .top-search{
	margin-top: -5px;
	z-index:99999;
	display: inline-block;
	width: 60%;
	float: left;
}
.vb-topbar .right-content > ul > li{
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.vb-topbar .right-content > ul > li:first-child{
	display:none;
}
.top-search{
	position: relative;
}
.top-search .input-icon{
	position: absolute;
	top: 11px;
	left: 20px;
	font-size: 19px;
}
.top-search .form-control{
	background-color: #f3f4f6;
	padding: 20px 15px 20px 50px !important;
	border: 0;
	border-radius: 100px;
	width: 100%;
}
.vb-topbar .vb-notification{
	position: relative;
	margin-left: 20px;
	cursor: pointer;
	font-size: 20px;
}
.vb-topbar .vb-notification .vb-badge{
	position: absolute;
	top: -10px;
	left: -16px;
}
.content-wrapper{
	box-shadow: 17px 0 30px -10px #8898aa24, -17px 0 20px -10px #8898aa24;
	height: 100%;
	/*box-shadow: 12px 0 15px -4px rgb(216 217 218 / 80%), -12px 0 8px -4px rgb(226 229 232 / 80%);*/
}
.vb-create-post{
	display:flex;
	align-items: center;
	padding: 1.3rem 2rem;
}
.vb-create-post:not(.main){

}
.vb-create-post .input-wrapper{
	display: flex;
	align-items: center;
	flex: 1;
	color: #fff;
}
.vb-create-post .input-wrapper textarea{
	font-size:16px !important;
	padding-top: 12px !important;
    padding-left: 50px !important;
}
.vb-create-post .input-wrapper textarea,
.vb-create-post .input-wrapper input{
	background: none;
	border: 0;
	box-shadow: none;
	outline: none;
	color: #fff !important;
	width: 100%;
}
.vb-create-post .input-wrapper textarea:-moz-placeholder{
	color: #fff !important;
}
.vb-create-post .input-wrapper textarea::-moz-placeholder{
	color: #fff !important;
}
.vb-create-post .input-wrapper textarea:-ms-input-placeholder{
	color: #fff !important;
}
.vb-create-post .input-wrapper textarea::-webkit-input-placeholder {
	color: #fff !important;
}
.vb-feeds{
	padding-left: 2rem;
}

.vb-create-post .input-wrapper input::-webkit-input-placeholder {
	color: #fff;
}
.vb-create-post .input-wrapper input::-moz-placeholder {
	color: #fff;
}
.vb-create-post .input-wrapper input:-ms-input-placeholder {
	color: #fff;
}
.vb-create-post .input-wrapper input:-moz-placeholder {
	color: #fff;
}

.vb-create-post .post-actions .action-circle{
	background-color: #fff;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 99px;
	display: inline-block;
	line-height: 2.5;
	text-align: center;
	box-shadow: 0px 0px 20px -10px #000000;
}
.vb-create-post .post-actions > span{
	cursor: pointer;
}
.vb-tabs{
	padding: 0rem 0 2rem;
	margin-bottom: 1rem;
}
.vb-tabs .switcher{
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	margin-right: 15px;
	position: relative;
}
.vb-tabs .switcher:not(.active){
	opacity: 0.3;
}
.vb-tabs .switcher.active:after{
	content: '\e911';
	font-family: icomoon;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.vb-feeds-wrap{
	padding: 2rem 0 0 2rem;
}
.vb-feed{
	border-radius: 30px;
	border: 1px solid #e4e4e4;
	position: relative;
	margin-bottom: 2rem;
}
.vb-feed .vb-feed-inner{
	padding: 2rem;
	border-radius: 30px;
	cursor: pointer;
}
/*.vb-feed .vb-feed-inner:hover{*/
	/*background-color: #fdf3f3;*/
/*}*/
.vb-feed .post-creator-info .meta{
	float: left;
	margin-top: 12px;
}
.vb-feed .creator-thumbnail{
	border-radius: 99px;
	overflow: hidden;
	width: 70px;
	height: 70%;
	margin-right: 15px;
	float: left;
}
.vb-feed .creator-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.vb-feed .creator-username{
	display: block;
}
.vb-feed .creator-name{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}
.vb-feed .time-created{
	opacity: 0.5;
	margin-left: 10px;
}
.vb-feed .post-content{
	padding: 1rem 0;
}
.vb-feed .post-content p{
	font-size: 17px;
}
.vb-hashtag{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	/*font-style: italic;*/
	margin: 0 2px;
}
.vb-hashtag:before{
	background-image: url(../img/vb-g-ico.png);
	background-size: 100%;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: "";
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 6px;
}
.vb-feed .post-image{
	border-radius: 21px;
	overflow: hidden;
	flex: 1 1 30%;
	height: auto;
	margin: 2px;
}
.vb-feed .post-image > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feed-actions{
	padding: 2rem 2rem 1rem 2rem;
	border-top: 1px solid #e4e4e4;
}
.action-btn{
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 30px;
	margin-bottom: 10px;
}
.action-btn.views{
	pointer-events: none;
}
.action-btn i{
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
}
.action-btn .counter{
	display: block;
	text-align: center;
	font-size: 12px;
}
.action-btn.voicedown i{
	transform: rotate(180deg);
}
.feed-dropdown{
	position: absolute;
	right: 20px;
	top: 15px;
}
.feed-dropdown .dropdown-toggle:after,
.vb-notification .dropdown-toggle::after,
.message-dropdown .dropdown-toggle:after{
	display: none;
}
.post-image-grids{
	display: flex;
	flex-wrap: wrap;
}
.add-feed-comment{
	display: flex;
	align-items: center;
	padding: 0 2rem 1rem 2rem;
}
.feed-comments{
	padding-left: 8rem;
	padding-right: 2rem;
}
.feed-actions .reply-comment{
    display: none;
}
.feed-actions .reply-comment{
    width: 450px;
}
.feed-actions .add-feed-comment .your-avatar{
    width: 35px;
    height: 35px;
}
.add-feed-comment .your-avatar{
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 99px;
}
.add-feed-comment .your-avatar > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.add-feed-comment .feed-comment-field{
	display: flex;
	flex: 1;
	margin-left: 15px;
	position: relative;
	align-items: center;
}
.add-feed-comment .feed-comment-field .feed-comment-options,
.feed-comment-options{
	position: absolute;
	right: 5px;
}
i.icon-voice {
    font-size: 20px;
    vertical-align: text-top;
}
.comment-btn-wrapper .option i{
	    background: #F5365C;
    background: -webkit-linear-gradient(to right, #F5365C 0%, #F56036 100%);
    background: -moz-linear-gradient(to right, #F5365C 0%, #F56036 100%);
    background: linear-gradient(to right, #F5365C 0%, #F56036 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.comment-btn-wrapper .option,
.add-feed-comment .feed-comment-field .feed-comment-options .option,
.feed-comment-options .option{
	background-color: #fff;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 99px;
	display: inline-block;
	line-height: 2.5;
	text-align: center;
}
.add-feed-comment .feed-comment-field .form-control{
	border-radius: 99px;
	background-color: #f3f4f6;
	border: none;
	outline: 0;
	box-shadow: none;
	height: 50px;
}
.comment-box .comment-box-inner{
	border-radius: 22px;
	padding: 1rem;
	position: relative;
    border: 1px solid #ddddddd9;
}

.image-selector{
	position: relative;
}
.image-selector input{
	opacity: 0;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 99px;
	cursor: pointer;
}
.comment-box .comment-box-inner .commenter-info{
	display: flex;
	align-items: center;
}
.comment-box .comment-box-inner .commenter-info .commenter-avatar{
	overflow: hidden;
	width: 30px;
	height: 30px;
	border-radius: 99px;
	margin-right: 15px;
}
.comment-box .comment-box-inner .commenter-info .commenter-avatar img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.comment-box .comment-box-inner .commenter-info .commenter-name{
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}
.comment-box .comment-box-inner .commenter-info .time-commented{
	opacity: 0.5;
	margin-left: 10px;
}
.comment-box .comment-box-inner .comment-content{
	margin-top: 5px;
	font-size: 14px;
}
.comment-box .comment-box-inner .comment-content p{
	margin-bottom: 0;
}
.comment-box .feed-actions{
	border: 0;
	padding-top: .5rem;
}
.comment-box .feed-actions .action-btn span{
	display: inline-block;
}
.comment-box.reply{
	padding-left: 4rem;
}

/*** Footer ***/
.vb-footer{
	padding: 2rem;
	display: flex;
	align-items: center;
}
.vb-footer .bottom-nav{
	flex: 1;
	text-align: left;
}
.vb-footer .bottom-nav > a{
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: inherit;
	display: inline-block;
	margin-right: 10px;
	opacity: 0.4;
}
.vb-footer .bottom-nav > a:hover{
	opacity: 1;
}
.vb-footer .copyright{
	font-weight: bold;
	font-size: 13px;
}
.vb-dropdown .dropdown-menu{
	box-shadow: 0px 4px 10px 8px #8898aa24;
	border: none;
	border-radius: 15px;
	max-height: 600px;
	overflow-y: auto;
}
.vb-notification .notifications-inner .dropdown-item .notification-avatar,
.vb-notification .dropdown-menu .dropdown-item .notification-avatar{
	width: 30px;
	height: 30px;
	border-radius: 99px;
	overflow: hidden;
	margin-right: 15px;
}
.vb-notification .notifications-inner .dropdown-item .notification-avatar img,
.vb-notification .dropdown-menu .dropdown-item .notification-avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vb-notification .notifications-inner .dropdown-item,
.vb-notification .dropdown-menu .dropdown-item{
	display: flex;
	align-items: center;
}
.vb-notification .notifications-inner .dropdown-item .time-created,
.vb-notification .dropdown-menu .dropdown-item .time-created{
	display: flex;
	align-items: center;
	opacity: 0.5;
	font-size: 14px;
}

/*** Mobile nav ***/
.vb-mobile-nav{
	display: none;
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
	left: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	color: #fff;
}
.vb-mobile-nav .search-trigger,
.vb-mobile-nav .mobile-nav-trigger{
	font-size: 1.2em;
}
.vb-sidebar.mobile{
	position: fixed;
	right: -100%;
	background: #fff;
	top: 60px;
	z-index: 10;
	padding: 2rem 1.5rem 6rem 1.5rem;
	width: 320px;
	height: 100%;
	overflow-y: auto;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
.vb-sidebar.mobile.show{
	right: 0;
}
.vb-sidebar.mobile .tagline{
	font-style: italic;
	opacity: 0.5;
	font-weight: 500;
	margin-top: 10px;
	color: #000;
	font-size: 1.5rem;
    text-align: center;
}
.page-overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000009e;
}

/*** Mobile Bottom bar ***/
.mobile-bottom-bar{
	background-color: #231f20;
	color: #fff;
	padding: 1rem;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	align-items: center;
	justify-content: space-between;
}
.mobile-bottom-bar > a{
	background-color: #231f20;
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
}
.mobile-bottom-bar .profile-circle{
	width: 30px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
	border-radius: 99px;
}
.mobile-bottom-bar .profile-circle img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mobile-bottom-bar .vb-notification .vb-badge{
	position: relative;
	top: -14px;
	left: -6px;
}
.mobile-search-bar .top-search .input-icon{
	color: initial;
}
.mobile-search-bar{
	position: absolute;
	top: -100%;
	background: #fff;
	width: 100%;
	left: 0;
	z-index: 3;
	padding: 1rem;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	box-shadow: 0 2px 4px 2px #00000021;
}
.mobile-search-bar.show{
	top: 60px;
}

/*** Inbox ***/
.chats-list .chat-list-item{
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 1rem;
}
.chats-list .chat-list-item.current{
	border-left: 2px solid;
}
.chats-list .chat-list-item .user-thumbnail{
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 99px;
}
.chats-list .chat-list-item .user-thumbnail img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.chats-list .chat-list-item .user-detail .time-created{
	margin-bottom: 0;
	opacity: 0.6;
}
.chats-list .chat-list-item .user-detail h6{
	margin-bottom: 0;
}
.chats-list .chat-list-item .user-detail{
	padding-left: 10px;
}
.chats-list{
	overflow-y: auto;
	height: calc(100vh - 140px);
	border-right: 1px solid #e4e4e4;
}
.chats-list .heading{
	padding: 0 0 0 2rem;
}

.chatbox-wrap .chatbox-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.chatbox-wrap .chatbox-header .user-thumbnail{
	width: 80px;
	overflow: hidden;
	border-radius: 99px;
	flex: 0 0 80px;
}
.chatbox-wrap .chatbox-header .user-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.chatbox-wrap .chatbox-header .user-detail{
	width: 100%;
	padding-left: 20px;
}
.chatbox-wrap .chatbox-header .creator-username{
	opacity: 0.6;
}
.chatbox-wrap .icon-settings{
	font-size: 20px;
}
.chat-wrapper .chat-messages .message{
	margin-top: 0;
	padding:0.5rem ​1rem 1rem 0rem;
}
.chat-messages .message{
	border-radius: 10px;
	padding: 1rem 1rem 1rem 2rem;
	margin-top: 2rem;
	font-size: 14px;
	position: relative;
	display: inline-block;
	text-align: left;
}
.chat-messages .message .message-time{
	position: absolute;
	right: 0;
	bottom: -25px;
	font-size: 14px;
	font-weight: 700;
}
.chat-messages .message-wrap.out{
	text-align: right;
}
.chat-messages .message-wrap .message-avatar{
	position: absolute;
	left: 0;
	border-radius: 0px 0px 10px 0px;
	overflow: hidden;
	width: 25px;
	height: 25px;
	top: 0;
}
.chat-messages .message-media .video-attachment{
	height: 300px;
	width: 100%;
}
.chat-messages .message-wrap .message-avatar img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.chat-messages .message-wrap.out .message{
	background-color: #f3f4f6;
}
.chatbox-wrap .chat-messages{
	overflow-y: auto;
	height: calc(100vh - 210px);
	padding-right: 1rem;
	padding-bottom: 1rem;
}
.status-online{
	background-color: #4acd47;
	border-radius: 99px;
	height: 10px;
	width: 10px;
	display: inline-block;
}

/*** Checkbox/Radio buttons ***/
.check-types-auto .cbx {
	position: relative;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background-color: #fff;
	transition: all 0.1s ease;
}
.check-types-auto .cbx svg {
	position: absolute;
	top: 3px;
	left: 3px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #fff;
	stroke-width: 0;
	stroke-dasharray: 20;
	stroke-dashoffset: 20;
	transform: translate3d(0, 0, 0);
}
.check-types-auto .rdo {
	position: relative;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background-color: #fff;
	transition: all 0.1s ease;
}
.check-types-auto .rdo:after {
	content: "";
	position: absolute;
	display: block;
	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	transform: scale(0);
}
.check-types-auto .cbx + span,
.check-types-auto .rdo + span {
	margin-left: 6px;
}
.check-types-auto {
	margin: auto;
	user-select: none;
}
.check-types-auto label {
	display: inline-block;
	margin: 0 .5rem .5rem 0;
	cursor: pointer;
}
.check-types-auto input[type="checkbox"],
.check-types-auto input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.check-types-auto input[type="radio"]:checked + .rdo:after {
	opacity: 1;
	transform: scale(1);
	transition: all 0.1s ease;
}
.check-types-auto input[type="checkbox"]:checked + .cbx svg {
	stroke-dashoffset: 0;
	stroke-width: 2;
	transition: all 0.4s ease;
}
.check-types-auto input[type="checkbox"]:checked + .cbx.dark svg,
.check-types-auto input[type="radio"]:checked + .rdo.dark svg{
	stroke: #fff;
}
.check-types-auto .cbx, .check-types-auto .rdo{
	border-radius: 99px;
}

/** Login/signup ***/
.centerbox{
	width: 700px;
	text-align: center;
	margin: 4rem auto;
}
.centerbox .vb-form{
	text-align: left;
}
.centerbox .tagline{
	font-weight: 500;
	font-style: italic;
	opacity: 0.4;
	font-size: 18px;
	margin: 10px 0 0;
	padding: 0 5px;
}
.centerbox .sign-card{
	margin-top: 2rem;
	box-shadow: 0px 5px 30px 15px #8898aa24;
	padding: 2rem;
	border-radius: 27px;
}
.centerbox .sign-head{
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}
.vb-form{
	margin-bottom: 1rem;
}
.vb-form label{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 7px;
}
.vb-form label span.username-success{
	color: green;
}
.vb-form label span.username-error{
	color:#f5365c;
}
.form-group span.required-asteric {
    margin-left: 8px;
}
.vb-form .form-control{
	height: 55px !important;
	background: #f3f4f6;
	border: 0;
	outline: none;
	box-shadow: none;
	border-radius: 10px !important;
}
.vb-form textarea.form-control{
	height: auto;
}
.sign-card hr{
	opacity: 0.1;
}
.sign-card .sign-options a{
	font-weight: 600;
}
.centerbox .vb-footer{
	flex-wrap: wrap;
	justify-content: center;
}
.centerbox .vb-footer .bottom-nav{
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
}
.centerbox .vb-footer .copyright{
	width: 100%;
}
.centerbox .text-left{
	text-align: left;
}

/*** About ***/
.commonbox .logo{
	width: 100px;
}
.commonbox{
	margin: 4rem auto;
}
.commonbox .sign-card{
	margin-top: 2rem;
	box-shadow: 0px 5px 30px 15px #8898aa24;
}
.commonbox .commonhead{
	height: 300px;
	overflow: hidden;
}
.commonbox .commonhead img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.commonbox .commoncard{
	margin-top: 2rem;
	box-shadow: 0px 5px 30px 15px #8898aa24;
}
.commoncard .commoncard-content{
	padding: 3rem;
}

/*** Group/Profile ***/
.vb-page-header .page-banner{
	/*height: 300px;*/
	overflow: hidden;
	position: relative;
}
.vb-page-header .page-banner img{
	height: fit-content;
	width: 100%;
	object-fit: cover;
}
.page-info{
	display: flex;
	padding: 2rem 0 0 2rem;
	position: relative;
}
.page-info .page-thumbnail{
	overflow: hidden;
	border-radius: 99px;
	flex: 0 0 180px;
	height: 180px;
	top: -45px;
	position: relative;
	border: 9px solid #fff;
	box-shadow: 0px 5px 14px 10px #8898aa24;
}
.page-info .page-thumbnail img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.change-avatar{
	position: relative;
	cursor: pointer;
}
.change-avatar:before{
	content: 'Change Picture';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.change-avatar:hover:before{
	opacity: 1;
}
.change-avatar input{
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.page-info .title-bio{
	padding-left: 1rem;
}
.page-info .title-bio .meta{
	opacity: 0.5;
	padding-right: 0.6rem;
	font-size:12px;
}
.page-info .vb-dropdown{
	margin-left: auto;
}
.vb-create-post.page-inner{
	background: #f3f4f6 !important;
}
.vb-create-post.page-inner .input-wrapper,
.vb-create-post.page-inner .input-wrapper input{
	color: initial;
}
.vb-create-post.page-inner .input-wrapper input::-webkit-input-placeholder {
	color: initial;
}
.vb-create-post.page-inner .input-wrapper input::-moz-placeholder {
	color: initial;
}
.vb-create-post.page-inner .input-wrapper input:-ms-input-placeholder {
	color: initial;
}
.vb-create-post.page-inner .input-wrapper input:-moz-placeholder {
	color: initial;
}
.banner-actions{
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}
.banner-actions .action-circle{
	background-color: #fff;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 99px;
	display: inline-block;
	line-height: 2.5;
	text-align: center;
	box-shadow: 0px 0px 20px -10px #000000;
}

/*** Groups list ***/
.vb-groups{
	padding: 0 0 0 2rem;
}
.vb-groups-list .group-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}
.vb-groups-list .group-item a.btn.btn-vb.btn-primary-vb.btn-join{
	border-radius:50px;
}
.vb-groups-list .group-item:not(:last-child){
	border-bottom: 1px solid #e4e4e4;
}
.vb-groups-list .group-item .group-thumbnail{
	height: 60px;
	overflow: hidden;
	border-radius: 99px;
	flex: 0 0 60px;
	box-shadow: 0px 5px 14px 10px #8898aa24;
}
.vb-groups-list .group-item .group-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vb-groups-list .group-item .group-info{
	padding-left: 1rem;
	width: 100%;
}
.vb-groups-list .group-item .group-info .group-title{
	display: block;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	text-transform: capitalize;
}
.vb-success,
.vb-success:hover{
	color: #fff;
}
.vb-groups-list .feed-dropdown{
	top: unset;
}
.btn-join{
	font-size: 14px;
}

/*** Feed View ***/
.vb-feed-view .media-wrap{
	height: 100%;
	overflow: hidden;
	border-radius: 1rem 0 0 1rem;
}
.vb-feed-view .media-wrap img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.vb-feed-view .closemodal{
	position: absolute;
	font-size: 12px;
	left: -10px;
	top: -10px;
	cursor: pointer;
	color: #fff;
	border-radius: 99px;
	padding: 10px;
	box-shadow: 0 0px 10px 10px #8898aa4f;
}
.vb-feed-view .feed-actions .action-btn > span{
	display: inline-block;
}
.vb-feed-view .feed-comments{
	padding-right: 1rem;
	padding-left: 0;
	margin-bottom: 3rem;
}
.vb-feed-view .feed-comments .comment-box.reply{
	padding-right: 0;
	padding-left: 2rem;
}
.vb-feed-view .modal-content{
	border-radius: 1rem;
}
.vb-feed-view .feed-actions{
	padding: 1rem 0rem 1rem 0rem;
}
.vb-feed-view .add-feed-comment{
	position: absolute;
	padding: 0 1rem 1rem 0rem;
	z-index: 22;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.vb-feed-view .media-content{
	padding: 1rem;
}
.vb-feed-view .feed-dropdown{
	right: 10px;
}
#feedModal .closemodal{
	left: -20px;
}
.title-bio .user-location{
	color: #9ea0a5;
}
.news-content > img{
	float: left;
	max-width: 50%;
	padding-right: 2rem;
}

/*** Preloader ***/
.lds-ellipsis {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 2px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 2px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 48px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

.ui-autocomplete{
	border: none !important;
	box-shadow: 0px 4px 10px 8px #8898aa24;
    border-radius: 15px;
    max-height: 600px;
    padding: 1rem !important;
}
.vb-image-uploader .image-uploader{
	border: 0;
}
.vb-image-uploader .image-uploader .upload-text .iui-cloud-upload:before{
	content: '\f093';
	font-family: fontawesome;
}
.vb-image-uploader .image-uploader .delete-image .iui-close:before{
	content: '\f00d';
	font-family: fontawesome;
}
.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed):focus{
	color: inherit;
	box-shadow: none;
	outline: none;
}
i.icon-voice-control{
	font-size: 20px;
	vertical-align: text-top;
}
audio:focus{
	outline: none;
}
audio{
	max-width: 100%;
}
.create-post-fab{
    position: fixed;
    z-index: 9;
    bottom: 90px;
    right: 20px;
    width: 50px;
    display: none;
    height: 50px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
	margin-bottom: 20px;
}
#createVoice .creator-info{
	border: none;
	margin: 0;
}
#createVoice .creator-info .creator-thumbnail{
	width: 40px;
}
#createVoice .vb-create-post{
	background: #f3f4f6 !important;
}
.action-btn.voiceup .icon-up-arrow{
	display: block;
}
.publisher-hidden-option,
.publisher-box-footer{
	background-color: #fff;
}
.user-menu-combination img{
	width: 35px;
	border-radius: 50%;
	height:35px;
}
.dropdown-toggle::after{
	display: none;
}
.notification-list:hover,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background: #feebee !important;
}
.profile-container, .nopadding {
	padding: 0 !important;
}
.profile-cover-changer{
	right: 20px;
	bottom: 20px;
	width: 92px;
}
.profile-cover-changer .btn {
	border-radius: 50% !important;
}
.profile-cover-changer .input-group{
	width: auto;
	display: inline-block;
}
.options-buttons{
	margin-top: -120px !important;
}
.options-buttons .btn-primary-vb,
.options-buttons .btn-primary-vb a{
	color: #fff;
}
.list-group{
	border: none;
	box-shadow: none !important;
	border-radius: 0;
}
.saved-posts{
	box-shadow: none;
}
/*.welcome-footer.pull-left,*/
/*.centerbox .vb-footer .bottom-nav{*/
	/*display:none;*/
/*}*/
.group-info-hd{
	bottom: 45px;
}
.group-info-hd .title-bio {
	margin-top: 25px;
}
.group-info-hd .options-buttons {
	margin-top: -70px;
}
.content-wrapper .vb_page_hdng,
.chat-message-typer{
	background: #f5365c;
	background: -moz-linear-gradient(left, #f5365c 0%, #f56036 100%);
	background: -webkit-linear-gradient(left, #f5365c 0%,#f56036 100%);
	background: linear-gradient(to right, #f5365c 0%,#f56036 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 );
	color: #fff;
	display: flex;
    align-items: center;
    padding: 1.3rem 2rem;
}
.chat-message-typer .msg_write_combo {
	/*padding-left: 20px;*/
}
.chat-message-typer .msg_write_combo .icon-edit.post-icon{
	margin-top: 23px;
	margin-right: 10px;
}
.chat-message-typer .msg_write_combo textarea::placeholder,
.chat-message-typer .msg_write_combo textarea{
	color: #fff;
	opacity: 1; /* Firefox */
}
#vb_msg_right_prt .text-sender-container .sendMessages .send-button{
    border: none;
    font-size: 15px;
    line-height: 1.7;
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 99px !important;
    text-align: center;
    box-shadow: 0px 0px 20px -10px #000000;
}
#vb_msg_right_prt .message-option-btns .btn{
	background-color: #fff;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 99px;
	display: inline-block;
	line-height: 2.7;
	text-align: center;
	box-shadow: 0px 0px 20px -10px #000000;
}
.content-wrapper .page-margin.vob_content {
	box-shadow: none;
}
.stats-voiceup-voicedown{
	margin-top: 20px !important;
	border-bottom: 0 !important;
}
.lightboxactions .counter{
	display: inline-block !important;
}
.more-comments-btn{
	color: #f5365c;
}
.comment-action-btns{
	position: absolute;
	right: 0;
}
.show-emoji-selector{
	visibility: visible;
	opacity: 1;
}
.position-right-emo.dropdown-menu {
	right: 0 !important;
}
.top-search .search-dropdown-result {
	position: absolute;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	border-radius:10px;
	padding:5px;
}
.top-search.search-container.open .search-dropdown-result{
	box-shadow: 0px 5px 17px 0px #2d3f5636;
	background:#fff;
}
.search-dropdown-result li{
	list-style:none;
}
.list-group.profile-lists .empty_state{
	color:#262626;
}
.group-info-hd .title-bio h5{
	font-size:16px;
	text-transform:capitalize;
}
#load-more-posts #first-tab-posts-wrapper{
	display: none;
}
.popup-wrapper-create-post{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000c2;
	z-index: 999999;
	top: 0;
	padding: 3%;
	display: none;
}
.close-pub-box-popup{
	width: 30px;
    height: 30px;
    position: relative;
    z-index: 999;
    font-size: 12px;
    left: 0px;
    top: 0;
    cursor: pointer;
    color: #fff;
    border-radius: 99px;
    padding: 9px;
    box-shadow: 0 0px 10px 10px #8898aa4f;
    background: #f5365c;
    background: -moz-linear-gradient(left, #f5365c 0%, #f56036 100%);
    background: -webkit-linear-gradient(left, #f5365c 0%,#f56036 100%);
    background: linear-gradient(to right, #f5365c 0%,#f56036 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 );
}
.topbar-icons-header .vb-badge{
	 position: absolute;
    top: -14px;
    left: -21px;
}
.topbar-icons-header #header-user-dropmenu {
	left: -150px;
}
.topbar-icons-header #header-notif-dropmenu{
	left: -375px;
}
.topbar-icons-header #messages-list{
	left: -325px;
}
.topbar-icons-header #requests-list{
	left: -375px;
}
div[aria-label="cookieconsent"] {
	display: none;
}
.flex-class.topbar-icons-header {
	padding: 0;
	margin: 0;
}
.flex-class.topbar-icons-header > li {
	margin-right: 0 !important;
}
.option.record-comment-audio {
    line-height: 4.3;
    color: red;
}
.top-search .search-dropdown-result{
    background: none;
}
#scheduleVoice .modal-dialog.modal-sm.vob_mat_mdl{
	width: 570px !important;
	max-width: 600px !important;
}
.xdsoft_datetimepicker{
	display: none;
}
.vb-create-post .post-actions #recordPostAudioWrapper{
	display: inline-flex;
	color:#fff;
}
.vb-create-post .post-actions span#recordPostAudio{
	color:#f5365c;
	line-height: 1.5;
    text-align: center;
    left: -1px;
    top: 2px;
}
span#postRecordingTime{
	top: 3px;
    left: -40px;
    background: black;
    padding: 2px 4px;
	border-radius: 5px;
	position:absolute;
}
.bs-callout.bs-callout-default.vob_shared_posts{
	border-radius: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
#groupchat-current-member-added{
	font-size: 13px;
    margin-bottom: 10px;
}
#groupchat-current-member-added span i{
	color:red;
}
#create_group_chat{
	z-index: 99999;
}
/*** Custom Suggestion HTML ***/
.suggestions-recipients-list {
    position: relative;
    border-bottom: 2px solid #ddd;
    transition: all 0.3s;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 0px 10px 15px 10px;
    float: left;
}
.suggestions-recipients-list .avatar {
    position: relative;
    margin-right: 0px;
}
.suggestions-recipients-list img {
    margin-right: 5px;
}

.suggestions-recipients-list img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 0;
}
.suggestions-recipients-list .suggestions-user-name {
    font-size: 15px;
    font-weight: 500;
    color: #414145;
    margin-bottom: 8px;
    max-width: 100%;
    float: left;
}
.suggestions-recipients-list .suggestions_rght_prt {
    margin-left: 60px;
    margin-top: 7px;
}
a.btn.btn-vb.btn-primary-vb.suggestions-avid-btn {
    padding: 8px;
    font-size: 10px;
    float: right;
    width: 54%;
    text-transform: capitalize;
}
a.btn.btn-vb.btn-primary-vb.suggestions-btn {
    padding: 8px;
    font-size: 10px;
    width: 40%;
	text-transform: capitalize;
}
span.suggestions-user-name a{
	color:inherit;
	text-decoration:none;
	text-transform:capitalize;
}
.suggestion-btns{
	float: left;
    width: 100%;
    margin-top: -6px;
}
.suggestions-recipients-list:hover{
	background-color: #feebee;
	border-radius: 10px;
    border-bottom: 2px solid #feebee;
}
h6.suggestions-heading {
    margin-top: 40px;
    padding: 10px;
	font-size:18px;
    margin-bottom: 0px;
}
.suggestion-sidebar{
	float:left;
	margin-bottom:40px;
}
.suggestion-btns button.vb_follow_btn{
	padding:5px 4px !important;
}
.suggestion-btns #vb_useract_btn{
	font-size: 10px !important;
	padding: 5px 7px !important;
}
.suggested-members-inner{
	max-height: 465px;
    overflow: scroll;
}
.barloading {
	background-color: transparent !important;
}
.barloading:before {
	background-color: #F5365C;
}
/*** Required Fields Error ***/
.vb-form .form-control.form-error{
	border:2px solid #f5365c;
}
/** Audio Player Styling **/
.mejs__container{
	background-color: #f9f9f9 !important;
}
.mejs__controls:not([style*="display: none"]){
	border-radius: 25px;
}
.mejs__time-rail{
	background-image: url('../img/vb-g-ico.png') !important;
	background-position: center;
	background-repeat: space;
}
.animate-play-bar.mejs__time-rail{
	background-image: url('../img/final-audio-animations.gif') !important;
	background-size: contain;
}
/*.vb-feeds-wrap .vb-groups-list .group-item .group-info span{*/
	/*float:right;*/
/*}*/
.post .post-footer .comments-list .comment .comment-heading .user,
.vb-sidebar .sidemenu-list .accordion-body > a,
.vb-sidebar .sidemenu-list .accordion-body > a:hover,
.action-btn:hover,
.action-btn,
.vb-sidebar .sidemenu-list > a{
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mejs__horizontal-volume-current, .mejs__horizontal-volume-total,
.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total{
	border-radius:5px !important;
}
.mejs__time-current{
	height: 36px !important;
}
.mejs__time-rail .mejs__time-slider,
.mejs__time-rail .mejs__time-loaded,
.mejs__time-rail .mejs__time-hovered{
	background: transparent !important;
}
span.mejs__time-total.mejs__time-slider {
	background: transparent !important;
}
/*.mejs__time-rail span{*/
	/*opacity: 0 !important;*/
/*}*/
.mejs__container{
    vertical-align: top;
    height: 70px !important;
}
.mejs__controls{
	padding: 8px 10px 0px 10px !important;
	height:58px !important;
}
.mejs__controls:not([style*="display: none"]) {
	border-radius: 35px !important;
}
.mejs__button, .mejs__time, .mejs__time-rail{
	height: 60px;
    line-height: 15px;
}
.mejs__button>button{
	height: 20px;
    line-height: 10px;
    margin: 13px 13px !important;
}
.mejs__time{
	padding: 12px 6px 0 !important;
}
.mejs__button, .mejs__time, .mejs__time-rail{
	line-height: 20px !important;
}
.mejs__time-rail{
	padding-top: 20px !important;
}
.mejs__button, .mejs__time, .mejs__time-rail{
	height: 60px;
    line-height: 15px;
}
.mejs__horizontal-volume-total{
    top: 18px !important;
}
.mejs__button.mejs__volume-button.mejs__mute>button{
	margin: 12px 6px !important;
}
.mejs__container{
	background-color: transparent !important;
	margin-top: 30px !important;
	margin-bottom:20px !important;
}
.mejs__time-total{
	display: none;
}
.mejs__time-loaded {
	background: none;
	display: none;
}
.mejs__time-current{
	height: 35px;
	margin-top: -25px;
	background-color: #f6385f5c !important;
}
/*** Added As per Ahsan Sab ***/
.mejs__time-rail{
	height: 37px !important;
	margin-top: 4px !important;
}
.vb-topbar .right-content > ul > li i{
	font-size:20px;
	color: #231f20;
}
.msg_write_combo .message-option-btns .text-right{
	display:none;
}
.list-group.profile-lists{
	width: 100%;
}
.profile-page-publisher {
    margin-bottom: 40px;
}
.vb-terms-head{
	top:0 !important;
	background: linear-gradient(
			-45deg
			, #f5365cdb 0%, #f56036 100%) !important;
}
.vb-terms-back-link{
	font-size: 12px;
	color: #fff;
}
.vb-create-post span.icon-edit.post-icon {
    top: 20px;
    position: absolute;
}

.vb-about-us-cont{
    line-height: 30px;
}
.vb-right-sidebar{
	padding-left: 15px !important;
	padding-right: 0 !important;
}
.vb-sticky-bar-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vb-sticky-sidebar{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 0 15px;
}
.page-container{
	max-width: 100% !important;
	padding: 0 6rem;
}
.home-announcement .alert-success{
	border-radius: 30px;
	border: 1px solid #f54a4a;
	position: relative;
	margin-bottom: 2rem;
	min-height: 120px !important;
	padding-top: 22px;
	font-size: 14px;
	color: #353233;
	border-left: 10px solid #f54a4a;
}
.home-announcement .announcements-option {
	font-size: 14px !important;
	margin-right: 6px;
	margin-top: -14px !important;
}
#charsLeft_1152{
	display: none;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5 !important;
	background: white !important;
}
.ui-widget.ui-widget-content li:hover{
	display: block;
	background: #feebee !important;
	color: #fff;
}
.ui-widget.ui-widget-content li:hover a{
	display: block;
	background: #feebee !important;
	color: #000;
}
.title-username{
    font-size: 14px !important;
    margin-left: 4px;
}
.post-full-date{
    font-size: 14px !important;
	font-weight: 400;
	line-height: 1;
	color: #777;
}
.suggested-member-mobile{
	margin-top: 0 !important;
}
.suggested-member-mobile.slick-initialized {
	display: none !important;
}
.suggested-member-mobile .suggest-slick-item .user-fetch{
	width: auto !important;
    min-height: 212px;
}
.suggested-member-mobile-tilte{
	padding: 1px 15px;
	box-shadow: inset 0px 11px 4px -12px #b3b3b3, inset 4px -10px 0px -10px #b3b3b3;
	padding-top: 5px;
	font-size: 13px;
	display: none;
}
.suggested-member-mobile-tilte p{
	font-weight: 600;
	font-size: 14px;
	color: #666666;
}
.suggested-member-mobile .user-information{
	display: none;
}
.suggested-member-mobile .user-fetch .user-footer .message-button{
	display: none;
}
.suggested-member-mobile .user-fetch{
	padding-bottom: 5px;
}
.suggested-member-mobile .user-fetch .user-footer .user-button {
	margin-bottom: 10px;
}
.suggested-member-mobile .user-fetch .user-name a {
    font-size: 14px;
}
.suggested-member-mobile .user-fetch .user-avatar img {
    width: 60px;
    height: 60px;
}
.suggested-member-mobile .user-fetch .user-cover {
    min-height: 85px;
}
.suggested-member-mobile .user-fetch .user-footer .user-button button, .suggested-member-mobile .user-fetch .user-footer .user-button button#vb_useract_btn {
    font-size: 1.1rem !important;
    color: #fff !important;
    padding: 4px 8px !important;
}
.suggested-member-mobile .user-fetch .user-footer .user-button button svg{
    height: 16px;
}
#third-tab .sun_htag .htag_bottom{
	float: right;
}

