/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2026 | 06:38:46 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/***background color***/
header .sina-nav .sina-brand>img{
	max-width:170px;
	margin-top:0px;
}
header .sina-nav .sina-brand{
	display:flex;
	align-items:center;
}

.css-user-profile, .css-dashboard, .css-my-vibeys, .css-all-users{
	background-color:#F5F5F5;
}
.css-cVision{
	background-color:#fff;
}
.chat_list .chat_people{
	display: flex;
    gap: 10px;
	overflow: unset;
}
.chat_people .chat_img{
	height:35px;
	width: 35px;
	position:unset;
}
.chat_people .chat_img img {
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
	width:100%;
}
.chat_people .chat_ib {
    width: max-content;
    padding-left: 0px;
}
/***Contact form****/
.site-main article.post-45 {
    max-width: 600px;
    margin: 40px auto;
    background: #fffbf6;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #efe5d7;
}
.site-main article.post-45 form[aria-label="Contact form"] label{
	width:100%;
}
.vibe-checkbox .checkbox-label{
	text-transform:capitalize;
}
.cVision .experience-section-ch{
	min-height:300px;
}
#friend-search-modal-body .friend-search-information-new-image {
    min-width: 35px;
    max-width: 35px;
}
.testimonial-container {
    padding: 40px;
    border-radius: 10px;
    background: #fffefa;
    border: 1px solid #edecdb;
    margin-bottom: 50px;
}
.message-reply-ch .three-dot-profile{
	position: absolute;
    right: 11px;
    bottom: 19px;
}
body .vibeys-main-content{
	background:#fff;
	margin-bottom:40px;
}
.job-sec .card.friend-list p.card-text {
	min-height:24px;
	
}
.friend-list-content h5, .fourms-post-profile-para h4{
	text-transform:capitalize;
}
.css-user-profile .profile-sec{
	padding-bottom:20px;	
}
.css-user-profile .user-profile-pbg-image{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.css-my-vibeys .job-sec .vibeys-main-content{
	background-color:#fff;
}
.css-campaign-list, .css-all-users {
    padding-bottom: 40px;
}
body .like-comment a span, .modal-pop-section-changes .rating-ch a span{
	font-size:14px;
	font-weight:500;
}
body .fourms-post-line{
	border-bottom: 1px solid rgb(209 209 209);
}
body .like-share-comment-icon span {
    font-weight: 500;
    font-size: 15px;
}
.forum-like-btn #like-icon{
	font-size:16px;
}
body .fourms-post-profile img{
	object-fit:cover;
}
.dashboard-Latest-Forums{
	align-items:center;
}
.type_msg #msg_send_btn {
    padding-right: 40px;
    background: #EFF9FF;
    border-radius: 60px;
    border: 1px solid #c4d0d7;
}
.messaging .type_msg{
	border-top:0px;
}
#msg_send_btn .msg_send_btn{
	color: #00657f;
	right:10px;
}
.css-my-networks .my-network{
	border-radius:10px;
}
.sina-nav .sina-brand{
	max-width: max-content;
}

/**RESPONSIVE STYLE**/
@media only screen and (max-width: 1366px) {
    body.logged-in .sina-nav-header {
        width: max-content;
    }
}
@media screen and (max-width:1024px){
	.nav-container .sina-nav .sina-menu > li.active > a, .sina-nav .sina-menu li.active > a{
		background:transparent;
		color:#FFC260;
	}
}
@media screen and (max-width:767px){
	.nav-container .container.mob-container{
		padding: 0px 15px;
	}
	header .sina-nav .sina-brand>img {
		max-width: 142px;
		margin-top:0px;
	}
	.logged-in .nav-container .container:after{
		height:60px;
	}
}

