.wall-feed-articles {
  --color-primary: #2687c9;

  --text-color-white: #fff;
  --text-color-grey: #777777;
  --text-color-grey2: #555555;

  --input-field-gap: 16px;

  --bg-color-main: #fff;
  --bg-color-grey: #f8f8f8;
  --bg-color-grey2: #dddddd;
  --bg-color-grey3: #333333;
}

.wall-feed-articles .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wall-feed-articles .line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wall-feed-articles .add-article__imageplaceholder {
  max-height: 130px;
  width: 100%;
}

.wall-feed-articles .image-added .add-article__imageplaceholder {
  max-height: 250px;
}

.wall-feed-articles .ql-editor {
  max-height: 200px;
}

.wall-feed-articles .infinite-scroll-component {
  margin-top: 0;
}

.wall-feed-articles .post-submit {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  background: #2687c9;
  border-radius: 12px;
  font-size: 18px;
  text-align: center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  padding: 7px;
}

.wall-feed-articles .add-article__image-container {
  padding: 0;
  padding-bottom: 40px;
}

.wall-feed-articles .imgPostMain {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.wall-feed-articles .imgPostMainPre21-common .imgPostImLi {
  display: flex;
  flex-direction: column;
}

.wall-feed-articles .imgPostMainPre21-common .imgPostImLi .img_active {
  height: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  max-height: 200px;
}

/* .wall-feed-articles .imgPostImage {
  max-height: 250px;
  aspect-ratio: 16 / 9;
} */

/* .wall-feed-articles .imgPostText {
  padding: 20px;
} */
.wall-feed-articles .imgPostText #atc_title {
  line-height: 40px;
}

.wall-feed-articles .imgPostText #atc_title,
.wall-feed-articles .imgPostText #atc_desc {
  color: var(--bg-color-grey3);
}

.wall-feed-articles .imgPostText:hover #atc_title,
.wall-feed-articles .imgPostText:hover #atc_desc {
  text-decoration: underline;
}

.wall-feed-articles .imgPostImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* aspect-ratio: 16 / 9; */
}

/* Article Skeleton */
/* .article__skeleton {
  margin-top: 16px;
} */
/* End Article Skeleton */

/* Single Article */
.single__article-body .imgPostMainPre21-common {
  background-color: transparent;
}

/* Image/Video Card */
.single-artilcle__image-card {
  aspect-ratio: 16 / 9;
}

.single-article__image-card-objectCover img {
  /*width: 100%;*/
  /*height: auto;*/
  object-fit: contain !important;
  aspect-ratio: unset !important;
}

.single-article__image-card-objectCoverDetails {
  aspect-ratio: revert !important;
}

.single-artilcle__image-card iframe {
  width: 100%;
  height: 100%;
}

/* Image card */
.article-details__image-card__container {
  height: 100%;
  width: 100%;
  max-height: 667px;
}

.article-details__image-card__container img,
.article-details__image-card__container .article-details__no-image::before,
.article-details__image-card__container .article-details__image-card {
  border-radius: 20px;
  height: 100%;
  max-height: 667px;
  object-fit: cover;
  /* object-position: center; */
  width: 100%;
  max-width: 100%;
}

/* End Image/Video Card */

/* Article Footer */
.article__footer {
  display: flex;
  flex-direction: column;
}

.article__footer-comment {
  display: flex !important;
  border: none !important;
  padding: 0;
  margin-top: 18px;
}

.article__footer-comment__title {
  display: flex;
  position: unset;
  cursor: pointer;
}

.article__footer-comment .MoreComm {
  display: flex;
  float: unset;

  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 18px !important;
  text-transform: capitalize;
}

.article__footer-comment .MoreComm .article__footer-comment__total-share {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}

.article__footer-comment
  .MoreComm
  .article__footer-comment__total-share
  .icon-dot {
  font-size: 0.35em;
  display: flex;
  align-items: center;
}

.article__footer-comment .MoreComm span {
  color: var(--text-color-grey2);
}

/* End Article Footer */
/* End Single Article */

/* No more articles */
.no-more__articles {
  margin-top: 16px;
  margin-bottom: 48px;
}

.no-more__articles p {
  /* color: var(--bg-color-grey3); */
  text-align: center;
}

/* End No more articles */

.extraStyle {
  padding: 5;
  background-color: #fff;
  border-radius: 8px;
  border-width: 1px solid black;
}

.extraStyle:focus {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  border-color: red;
}

.rightBack {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin-right: 15px;
  margin-left: 12px;
}

.right {
  color: #777;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
  margin-left: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.flex_ {
  color: #333333;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: small;
  gap: 3px;
}

.backArrow {
  stroke: black;
  /* padding: 4px; */
  background-color: #2687c9;
  border-radius: 50%;
  /* Makes the SVG background rounded */
  display: flex;
  /* Centers the arrow inside */
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.createPostBorderLeft {
  border-left: 1px solid #777777 !important;
}

.text_color {
  color: #777777;
}

.add-article__modal .imgPostText {
  background-color: #f8f8f8;
}

.border_right {
  border-right: 1px solid #777;
  margin-right: 2px;
  margin-left: 2px;
  height: 10px;
}

#newPostFullBody17 .articlePreviewContainer .line-clamp-3 {
  overflow: hidden;
  max-height: 180px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.article_hero_border_style {
  border-bottom: 1px solid #eeeeee !important;
  border-top: 1px solid #eeeeee !important;
  padding-bottom: 15px;
  margin-bottom: 20px;
  padding-top: 15px;
  margin-top: 20px;
}

.article-3dot-modal-icon-notification-style {
  margin-right: 4px !important;
}

#addArticleAudiance .wall-medida-area21 {
  display: none;
}
#addArticleAudiance .wall-bar-area-21 {
  margin: 0;
  width: 100%;
}
#addArticleAudiance .wall-bar-area-21-parent {
  margin: 0;
  width: 100%;
}

#addArticleAudiance .wall-select-audiance-21 {
  width: 100%;
}
#wall-bar-area-21-parent-newPost .wall-bar-area-21 {
  margin-bottom: 15px;
  margin-top: 0;
}

#articlePreview .imgPostText p.vpost-site-icon {
  position: absolute;
  right: 15px;
  top: unset !important;
  bottom: 110px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

#articlePreview {
  margin-top: 20px;
  margin-bottom: 0;
}
#articlePreview .imgPostText {
  background: #f8f8f8;
}
#articlePreview .imgPostText {
  border-radius: 0px 0px 20px 20px;
  padding: 10px 12px;
}
#articlePreview h2 {
  color: #333333;
}
#articlePreview h3 {
  color: #888888;
}
#articlePreview .imgPostText h2 {
  font-size: 17px !important;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 23px;
  display: block;
  position: relative;
  top: 8px;
  width: 100%;
}
#articlePreview .vpost-site-icon {
  background: #ffffff;
  color: #333333;
  position: absolute;
  right: 15px;
  bottom: 25px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 4px;
}

#articlePreview .imgPostImage {
  position: relative;
}

#articlePreview .imgPostImLi {
  position: relative;
  display: flex;
  flex-direction: column;
}

#articlePreview .imgPostImage img {
  height: 300px !important;
  object-fit: cover !important;
  border-radius: 20px 20px 0 0;
}
#articlePreview .imgPostText h2 {
  margin-top: 0 !important;
  line-height: 23px;
  font-size: 17px;
  word-break: break-word;
}

#articlePreview .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.left-top-common-article-icon {
  color: #2687c9;
  padding-top: 5px;
}

#createArticlePostModal {
  min-height: 80vh;
  max-height: 100% !important;
  row-gap: 0;
}

#createArticlePostModal .wall-medida-area21 {
  width: 50%;
}
#createArticlePostModal .wall-select-audiance-21 {
  width: 100%;
}

#createArticlePostModal .color_1_add__highlighter {
  min-height: unset !important;
  max-height: unset !important;
}

#createArticlePostModal .popup-container-main-post-21 {
  /* max-height: ; */
  /* overflow-y: scroll; */
  margin: 20px 0;
}

#createArticlePostFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#createArticlePostModal .modal-header {
  min-height: unset;
}

#createArticlePostFooter .footer-left-21 button {
  margin: 0 !important;
}

#createArticlePostModal {
  justify-content: space-between;
}

#newPostFullBody17 .color_1_add__control {
  display: flex;
}

.ql-snow .ql-picker {
  font-size: 20px !important;
  color: #686868 !important;
}
/*.ql-editor * {*/
/*  text-decoration: none !important; !* Removes underline *!*/
/*  color: inherit !important; !* Removes any custom text color *!*/
/*}*/

#middle_container_wrapper .article_hero_border_style {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.customFollowClass {
  cursor: pointer;
  background-color: #e9f3fa;
  padding: 5px 10px;
  border-radius: 8px;
  color: #2687c9;
}
.customFollowClass:hover {
  background-color: #2687c9;
  color: #ffffff;
}
.customFollowClassDisable:hover {
  background-color: #e9f3fa !important;
  color: #2687c9 !important;
  height: 30px;
}
#middle_container_wrapper .profile_toltip_btns {
  min-width: unset;
}

#createArticlePostFooter .permissionDropbox21 {
  width: 40% !important;
  display: flex !important;
}
#createArticlePostFooter .footer-left-21 button {
  width: 100% !important;
}

#article_hero_border_style {
  border: none !important;
}

.ql-picker-options {
  background-color: #0a0a0a !important;
}

#articleDetailsMoreArticle .article-details__slider-item__details {
  height: 125px !important;
}
#articleDetailsMoreArticle .article-details__details__description,
#articleDetailsMoreArticle .article-details__details__description > * {
  word-break: break-word;
}

/* Quill Editor Issues */
.ql-toolbar {
  position: relative;
  z-index: 10; /* Set a higher z-index for the toolbar */
}

.ql-dropdown {
  position: absolute;
  z-index: 1000; /* Ensure the dropdown is on top */
}

.ql-editor {
  position: relative;
  z-index: 1; /* Editor content should have a lower z-index */
}

.placeholder-class {
  position: absolute;
  z-index: 5; /* Placeholder should be under the dropdown */
}

.ql-picker-options {
  z-index: 9999 !important; /* Force the dropdown to be on top */
}

.add-article__modal-article-description .ql-editor {
  min-height: 502px;
}

#articleSingleHero .newPostModalUserName_Link {
  font-size: 16px !important;
  font-weight: 600;
}
#articleSingleHero .clickedUrl {
  font-size: 16px !important;
}

#articleList .com_name_view17 a {
  font-size: 16px !important;
  border-radius: 20px !important;
}

#customTooltipContainer {
  position: relative;
}
#customTooltip {
  position: absolute;
  display: none;
  top: 35px;
  background-color: white;
  color: black;
  font-size: 12px;
  padding: 8px;
  border-radius: 10px;
  font-weight: 700;
  width: max-content;
}
#customTooltipContainer:hover #customTooltip {
  display: block;
}

.customArticleTooltip {
  top: 30px;
}
.customSToryTooltip {
  top: 85px;
  left: 135px;
}

.customTooltipCss {
  background: #ffffff !important;
}

#articleDetails .article-details__body-description ul,
#articleDetails .article-details__body-description ul li {
  list-style: disc !important;
}
#articleDetails .article-details__body-description ol,
#articleDetails .article-details__body-description ol li {
  list-style: decimal !important;
}

.collaboration-body .post_body_left {
  display: flex;
  background-color: white;
  padding: 20px;
  border-top: 1px solid #dbdbdb;
}

/* All Article CSS */
#allArticleContainer
  .search-filter-head-2021
  .search-filter-box-2021
  .search-filter-main-2021 {
  display: flex;
}
/* #allArticleContainer .search-filter-title {
  width: 100%;
} */
#allArticleContainer .search-filter-main .search-filter-title .btn-default {
  padding-left: 10px;
  padding-right: 10px;
}
/* #allArticleContainer .search-filter-main .search-filter-input {
  min-width: 0 !important;
  max-width: none !important;
  width: 100%;
} */

.collaboration_searchArea.article_search_area {
  margin-bottom: 0px;
}
.wall-feed-articles .infinite-scroll-component {
  border-radius: 20px !important;
  margin-top: 15px;
}

.custom-select {
  gap: 5px;
  padding: 7px 12px;
  width: 25%;
  height: 50px;
  border-radius: 10px;
}

.custom-select_bg_color {
  background-color: #fff;
}
.collaboration-body .skeletionLoaderBg:first-child {
  border-top: 0px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.collaboration_header_search_section.show_selected_category {
  height: 190px !important;
}
.wall-feed-articles div#articleList .post_body_left {
  margin-bottom: 15px;
  border-top: 0px;
}

#detailsPageContainerModalHeader .modalHeaderLeftInnerContainer {
  width: auto !important;
}

.article_search_item_position {
  position: absolute;
  width: 100%;
  left: 0px;
  border-radius: 6px;
  font-weight: 600;
}

.padding-t-8 {
  padding-top: 8px;
}

.p-t-50 {
  padding-top: 50px;
}

.link_card {
  position: relative;
  width: 100%;
}
.article__footer.portfolio_body_right4 .my_streamcontent3.main.reply_comment_area .comment-not-available {
  margin-bottom: 15px;
}
.article__footer.portfolio_body_right4 .my_streamcontent3.main.comment_user_block .comment-not-available {
  margin-bottom: 20px;
}