.font-weight-main-not-read
{
    font-weight: 800;
}

.box-attach
{
	border: 1px solid #d8d8d8;
  	border-radius: 5px !important;
	background: #d2e7de;
  	padding: 5px 5px;
}

.thumb-post img {
  object-fit: contain; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 120px;
  margin-bottom: 1rem;
}