/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 07:20:09 */
/* 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 */ 
.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;
}
@media only screen and (max-width: 1366px) {
    body.logged-in .sina-nav-header {
        width: max-content;
    }
}

