body {
    background-color: #f0f2f5 !important;

}



.position-relative-header {
    position: relative !important;
}



.interaction-list li {
    padding: 20px 0px;
}

.interaction-list li span {
    font-size: 17px !important;
    font-weight: normal !important;
}

.blog-sidebar-interaction {


    display: flex;
    position: -webkit-sticky;
    position: absolute;
    top: 0px;
    height: auto;
    background-color: #fff;
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    border: 1px solid #dee2e6 !important;
    min-width: 230px;
    max-width: 300px;
}


.fixed-inter-menu {
    position: fixed !important;
    top: 130px;
}

.fixed-footer-menu {
    position: fixed !important;
    top: 130px;

}


.w-300px {
    width: 300px !important;
}


/*profile container styles start*/
.blog-sidebar-interaction .blog-part {

    padding-bottom: 12px;
}

.blog-sidebar-interaction .profile-container {
    width: 100%;
    position: relative;
    height: 90px;
    margin-bottom: 50px;
}

.blog-sidebar-interaction .cover-image {
    width: 100%;
    background-color: #d8d8d8;
    /* Placeholder color for the cover */
    height: 100%;
    border-radius: 0px;
    /* Adjust the height as needed */
}

.blog-sidebar-interaction .cover-image img {
    width: 100%;
    background-color: #d8d8d8;
    /* Placeholder color for the cover */
    height: 100%;
    /* Adjust the height as needed */
    object-fit: cover;
    border-radius: 0px;
}

.blog-sidebar-interaction .profile-main-image {
    width: 90px;
    /* Adjust as needed */
    height: 90px;
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -40px;

    background-color: #a4a4a4;
    /* Placeholder color for the profile image */
}

.blog-sidebar-interaction .profile-main-image img {
    width: 100%;
    /* Make the image fill the container */
    height: 100%;
    /* Make the image fill the container */
    object-fit: cover;
    /* Ensure the image covers the entire container without stretching */
    border-radius: 50%;
    /* Ensure the image is also rounded */
}

.blog-sidebar-interaction .user-info {
    margin: 25px 0px 10px 0px;
    /* Adjust this value to align with the bottom of the profile image */
    padding-left: 10px;
}

.blog-sidebar-interaction .username {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.blog-sidebar-interaction .blog-widget .widget-body {
    padding: 0px 20px;
}

.post-button {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.post-button a {
    background-color: #1b74e4;
    color: #fff;
    padding: 10px 50px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}

.blog-sidebar .blog-widget .widget-title {
    border-bottom: 1px solid #ddd !important;
}

.blog-widget {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Container */
.post-container {
    background-color: white;
    padding: 22px 16px;
    border-bottom-width: 3px;
    border-bottom-color: #B3B3B3;
}

/* Top Part */
.topPart {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* Author Info */
.authorInfo {
    flex-direction: row;
    align-items: center;
}

/* Profile Image */
.profile-image {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    overflow: hidden;
    background-color: lightgray;
    margin-right: 10px;
    flex-shrink: 0;
    /* Prevent the image from shrinking */
}

.profile-image img {
    width: 100%;
    /* Make the image fill the container */
    height: 100%;
    /* Make the image fill the container */
    object-fit: cover;
    /* Ensure the image covers the entire container without stretching */
    border-radius: 50%;
    /* Ensure the image is also rounded */
}

/* Author Text */
.authorText {
    /* Add your author text styles here if needed */
}

/* Author Name */
.author-name {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

/* Share Caption */
.share-caption {
    color: #808080;
    font-weight: normal;
    margin-left: 5px;
}

/* Post Time */
.post-time,
.gray-caption {
    color: gray;
    font-size: 14px;
}

/* More Options */
.more-options {
    padding: 5px;
}

.more-options i {
    font-size: 22px;
}


/* Content */
.content {
    /*margin-top: 10px;*/
}

/* Post Content */
.post-content {
    font-size: 16px;
    color: #000;
    white-space: pre-line;
    line-height: 1.3;
}

/* See More Caption */
.seemore-caption {
    font-size: 16px;
    color: gray;
    margin-left: 2px;
    cursor: pointer;
}

/* Bottom Part */
.bottom-part {
    margin-top: 10px;
}

/* Likes and Comments */
.likesAndComments {
    flex-direction: row;
    align-items: center;
}

/* Like Count */
.like-count-container,
.comment-count-container,
.share-count-container {
    margin-right: 10px;

}

.like-count,
.comment-count,
.share-count {

    font-size: 12px;
    color: #808080;
    margin-right: 2px;

}

.like-count-caption,
.comment-count-caption,
.share-count-caption {
    font-size: 12px;
    color: #808080;

}



/* Icon Container */
.icons-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.icon-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* Justify Space Around */
.justifySpaceArround {
    justify-content: space-around;
}

/* Icon */
.icon {
    flex-direction: row;
    align-items: center;
    margin-right: 2px;
}

/* Icon Text */
.iconText {
    margin-left: 2px;
    color: gray;
}

/* Gray Line */
.gray-line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 8px 0px;
}

/* Modal Content */
.modalContent {
    background-color: white;
    height: 100%;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
}

/* Comment Item */
.commentItem {

    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

/* Comment Input Container */
.commentInputContainer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top-width: 1px;
    border-top-color: #ccc;
    padding-top: 10px;
}

/* Comment Input */
.commentInput {
    flex: 1;
    height: 40px;
    background-color: #f2f2f2;
    border-radius: 20px;
}

/* Send Button */
.sendButton {
    margin-left: 10px;
}

.btn-link,
.btn-link i {
    color: #000;
}

/* Apply to buttons inside the dropdown on focus */
.dropdown .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    /* Optional: Remove box-shadow on focus */
}

.create-post-blog {
    width: 100%;
    background-color: #fff;
    padding: 0.8rem 0.8rem;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    overflow: hidden;
}

.create-post-blog .profile-image {
    width: 40px !important;
    height: 40px !important;

}

.create-post-blog .create-post-box {
    padding: 8px 15px;
    color: #808080;
    font-size: 18px;
    border-radius: 50px;
    background-color: #ece7e7;
    width: 100%;
    cursor: pointer;
}

.create-post-blog .create-post-box:hover {
    background-color: #d4cfcf;

}

.post-image {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: lightgray;
    margin-right: 10px;
    flex-shrink: 0;
    /* Prevent the image from shrinking */
}

.post-image img {
    width: 100%;
    /* Make the image fill the container */
    height: auto;
    /* Make the image fill the container */
    object-fit: cover;
}

.post-privacy {
    background-color: #ddd;
    padding: 4px;
    border-radius: 5px;
    font-size: 13px;
    width: 90px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;

}


@media only screen and (max-width: 767px) {}