
.profile img {
    width: 65px;
    object-fit: cover;
}

.user-story-item .img-fluid {
    height: 100px;
    width: 100px;
    border: solid .3rem;
    color:#663399;
    object-fit: cover;
}

.feeds .feed-item img.user-img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.user-img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.sticky-sidebar2 {
    position: sticky;
    top: 0px;
}

#commentModal .modal-content,#commentModal .modal-content .h-600 {
    height: auto
}

#commentModalText {
    font-size: 1.2rem;
    line-height: 2.5rem;
}

#commentModalImage {
    height: 400px;
    width: 100%;
    object-fit:contain ;
}

textarea{
    margin-top: 10px;
    font-size: 20px !important;
}

textarea::placeholder {
color: #6c757d; /* Placeholder text color */
}
  
.dark textarea::placeholder {
    color: #ececec; /* Placeholder text color */
}

input::placeholder {
color: #6c757d; /* Placeholder text color */
}
  
.dark input::placeholder {
    color: #ececec; /* Placeholder text color */
}

/* #commentModalUserImg {
    height: 80px !important;
    width: 80px !important;
    object-fit: cover;
} */

.img-holder {
    width: 60px;
    height: 60px;
}

.img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.masonry-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px; /* Adjust according to your gutter */
}

.masonry-item {
    margin-bottom: 0px;
    margin-left: 0px; /* Adjust according to your gutter */
    width: calc(33.33% - 0px ); /* Adjust width for a 3-column layout */
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.masonry-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0px;
}

.masonry-item p {
    padding: 0px;
    font-size: 16px;
    text-align: center;
}

.like-button {
    background: transparent;
    border: none;
    cursor: pointer;
}