
.field-validation-error span{
    color:red !important;
    background:white;
    padding:4px;
    margin:4px;
}

.text-content h2 {
    font-size: 20px !important;
    padding: 15px 2px;

}

.text-content h3 {
    font-size: 15px !important;
    padding: 10px 7px;
    margin-bottom:0px !important;
}
.text-content p{
    padding:0px 10px
}
.text-content img {
    max-width:100%;
    height:auto !important
}


h3 {
    font-size:20px !important;
}

._3dots {
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.profile-pic {
    width: 150px; /* Adjust the width as needed */
    height: 150px; /* Ensure width and height are equal for a perfect circle */
    border-radius: 50%; /* This makes the image circular */
    object-fit: cover; /* Prevents image distortion by ensuring the image covers the entire circle */
    /* Optional: Add a border for a visual border around the circle */
    /* border: 2px solid black; */
    border: 1px solid black;
}