
.feedButton_section {
  margin-top: 10px;;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feedButton {
  text-align: center;
  min-width: 50%;
  max-width: 90%;
  padding: 7px 0px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background-color: #2687c9;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
}
  .post_body_left.tribel_post_ad .ad_img_main {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .post_body_left.tribel_post_ad .ad_img_main img{
    width: auto !important;
  }
.feed_ad_titel{
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.feed_ad_description{
    overflow: hidden;
display: -webkit-box;
text-align: justify;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.feed_description{
    opacity:61%;;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    margin-top: 7px;
    word-break: break-word;
}
.rightSidebar_image_section{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px 12px 0px 0px;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;

}
.rightSidebar_image_section img{
    width: 100%;
    height: 100%;
    max-height: 187px;
    object-fit: cover;
    object-position: center;
}
/* rightSide Styles */
.rightSide {
    width: 100%;
    max-height: 320px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 7px;
    margin-bottom: 12px;
    cursor: pointer;
  }
  .rightSideContent {
    background-color: #f5f0f0;
    border-radius: 0 0 12px 12px;
  }
  .rightSideImage {
    object-fit: contain;
    border-radius: 12px 12px 0 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
  .rightSideTitle {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 9px;
    background-color: #f1f1f1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .rightSideDescriptionArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 10px;
    font-weight: 400;
    background-color: #fbfbfb;
    border-radius: 0 0 12px 12px;
    cursor: pointer;
  }
  .rightSideDescription {
    color: #888888;
    font-size: 13px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: justify;
    box-sizing: border-box;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .rightSidebarButton {
    min-width: 90px;
    padding: 6px 5px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #2687c9;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
  }

  .messageRightSide {
    width: 288px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 7px;
    margin-bottom: 12px;
}

.messageRightSideContent {
    background-color: #fbfbfb;
    border-radius: 0px 0px 12px 12px;
}

.messageRightSideTitle {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    background-color: #e9e9e9;
}

.messageRightSideDescriptionArea {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fbfbfb !important;
}

.messageRightSideDescription {
    color: #888888;
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
}

.MessageSidebar_button {
    color: white;
    background-color: black;
    padding: 6px 7px;
    border-radius: 7px;
    margin: 0px 5px;
    cursor: pointer;
}



  /* group Styles */
  .group {
    display: flex;
    width: 100%;
    height: 191px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    overflow: hidden;
    cursor: pointer;
  }
  .groupImageArea {
    width: 266px;
    height: 191px;
  }
  .groupImageArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .groupInfo {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: start;
    margin-left: 34px;
    margin-right: 22px;
  }
  .groupTitle {
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
    color: #333333;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .groupDescription {
    color: #888888;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
  }
  .groupButton {
    min-width: 90px;
    padding: 6px 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #2687c9;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
    position: absolute;
    right: 0;
    margin: 7px;
  }

  /* singlePostPopUp Styles */
  .single_post_popup_add_onComment {
    height: 69px;
    background-color: #f8f8f8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 3px 0;
  }
  .singlePostPopUp {
    display: flex;
    height: 62px;
    background-color: #fff;
    border-radius: 12px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  }
  .singlePostPopUpImage {
    width: 91px;
    height: 62px;
    object-fit: cover;
    border-radius: 12px 0 0 12px;
  }
  .commentAdInfo {
    width: 100%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .singlePostPopUpTitle {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .singlePostButton {
    min-width: 60px;
    padding: 6px 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #2687c9;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
    margin: 0 5px;
  }
  .group {
    display: flex;
    width: 100%;
    height: 191px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    overflow: hidden;
    cursor: pointer;
}

.groupImageArea {
    width: 266px;
    height: 191px;
}

.groupImage {
    width: 250px;
    height: 191px;
    object-fit: cover;
}

.groupInfo {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: start;
    margin-left: 34px;
    margin-right: 22px;
}

.groupTitle {
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
    color: #333333;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.groupDescription {
    color: #888888;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.groupButton {
    min-width: 90px;
    padding: 6px 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #2687c9;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
    position: absolute;
    right: 0;
    margin: 7px;
}


  /* post body left Styles */
  .post_body_left {
    /* Add any additional styles if necessary */
  }
  .tribel_Ads .rightSidebar_image_section img {
    border-radius: 18px 18px 0 0;
}
.post_body_left.tribel_post_ad .imgPostImage.linkPostImgview img {
    border-radius: 20px 20px 0 0;
}
.rightSideDescriptionArea .right_side_ad_btn_main,
.messageRightSide .right_side_ad_btn_main {
    width: 100%;
}
.rightSideDescriptionArea .right_side_ad_btn_main .rightSidebarButton,
.messageRightSide .right_side_ad_btn_main .rightSidebarButton {
    width: 100%;
}
