:root {
  --font-noto: "Noto Serif", serif;
  --font-barlow: "Barlow", sans-serif;
  --color-black-100: rgba(6, 6, 6, 1);
  --color-black-150: rgba(66, 66, 66, 1);
  --color-black-200: rgba(49, 49, 49, 1);
  --color-gray-100: rgba(129, 127, 127, 1);
  --color-gray-150: rgba(66, 66, 66, 1);
  --color-gray-200: rgba(196, 196, 196, 1);
  --color-gray-250: rgba(230, 230, 230, 1);
  --color-blue-100: #3c48a5;
  --color-blue-150: #6d7df6;
}

.article-container {
  /* margin: 2rem 2rem; */
  font-family: var(--font-barlow);
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding: 0 17px;
}

.back-language-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 61px;
  margin-bottom: 39px;
}


.lang-dropbtn {
  background-color: #022D43;
  color: white;
  padding: 4px 16px;
  font-size: 16px;
  /* border: none; */
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ffffff5c;
}

.lang-dropbtn:hover,
.lang-dropbtn:focus {
  background-color: #00fcfc;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f126;
  min-width: 100%;
  overflow: auto;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  z-index: 1;
  border-radius: 5px 5px 0 0;
  backdrop-filter: blur(4px);
}

.lang-dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.lang-dropdown a:hover {
  color: black;
  background-color: #ddd;
}

.show {
  display: block;
}



















.back-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* margin-top: 61px; */
  /* margin-bottom: 39px; */
  max-width: 100px;
}

.back-ico {
  width: 1.1rem;
  margin-right: 0.5rem;
}

.article-content-wrapper {
  /* margin-top: 1rem; */
  font-size: 1.3rem;
  max-width: 1263px;
  margin: auto;
}

.article-content {
  word-wrap: anywhere;
  margin: 0 0.8rem;
  list-style-position: inside;
  line-height: 32px;
  padding-bottom: 14px;

}

.article-content ul,
.article-content ol {
  margin-left: 3rem;
}

.article-content p {
  transition: 0.3s all ease-in;
}

.article-content blockquote:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  width: 44px;
  height: 44px;
  background-image: url('../../public/assets/quotes.png');
  content: "";
  position: relative;
  top: 0px;
  left: -8px;
  transform: rotate(180deg)
}

.article-content blockquote {
  margin: 37px 17px;
  font-weight: bold;
}

@media screen and (min-width:600px) {
  .article-content blockquote {
    margin: 37px 32px;
  }
}

.article-content blockquote p {
  margin-top: 0;
}

.article-content-title {
  color: var(--color-new-cyan);
  text-transform: capitalize;
  font-family: var(--font-turretRoad);
}

.article-heading {
  text-align: center;
}

.sub-content {
  color: var(--color-new-yellow);
  font-size: 1rem;
  margin-top: 14px;
  margin-bottom: 63px;
}

.brief-title {
  text-align: center;
  font-size: 1.3rem;
  color: var(--color-new-cyan);
  margin-bottom: 5px;
  text-transform: uppercase;
}

.brief-paragraph {
  padding-top: 5px;
  /* color: var(--color-gray-150); */
  /* font-size: 1rem; */
  line-height: 28px;
  border-bottom: 1px solid var(--color-gray-author);
  padding-bottom: 31px;
  margin-bottom: 26px;
}

.author-avatar-read {
  width: 4.375rem !important;
  height: 4.375rem !important;
}

.featured-img-container {
  margin-bottom: 68px;
}

.featured-img-container p {
  color: var(--color-gray-150);
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.featured-img {
  width: auto;
  height: auto;
}

.article-content p {
  margin: 37px 0;
  overflow-wrap: anywhere !important;
}

.article-content h3 {
  margin: 0.81rem 0;
  margin: 0 1rem;
}

.relevant-t {
  font-family: var(--font-trainOne);
  color: var(--color-new-lightblue-100);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.article-img-gird {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.article-content img {
  max-width: 100%;
  margin: 1rem auto;
  display: flex;
}

.about-author-container {
  border-top: 1px solid var(--color-gray-200);
  padding-top: 2rem;
}

.about-author-container h1 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 2rem 0;
  color: var(--color-new-lightblue-100);
  font-family: var(--font-trainOne);
}

.active::after {
  content: " ";
  display: block;
  height: 0.31rem;
  background-color: var(--color-new-lightblue-100);
  width: 4rem;
  margin: 0.4rem 0;
}

.author-details-sub-heading {
  font-family: var(--font-barlowCondensed);
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.author-mpx {
  margin: 0.2rem 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.reader-btn {
  background-color: var(--color-new-red);
  color: #fff;
  border: none;
  padding: 0.5rem;
  margin: 1rem 0;
  border-radius: 5px;
  cursor: pointer;
  width: 6rem;
}

.wp-block-image figcaption {
  color: var(--color-new-yellow);
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  font-family: var(--font-noto);
}

.reaction-container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: none;
  display: inline-block;
  position: absolute;
  z-index: -1;
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}

.translation-text {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 14px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.reaction-container {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: var(--color-new-interaction-pannel);
  width: 100%;
  justify-content: space-between;
  padding: 0 0.5rem;
  font-family: var(--font-barlow);
  flex-wrap: wrap;
  padding: 10px 0;
  z-index: 9
}

.reaction-content {
  /* max-width: 1165px; */
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  margin-left: 6px;
  gap: 26px;
  max-width: 1880px;
}

.interaction {
  width: 24px;
}

.interaction-left {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  gap: 1rem;
  /* margin: auto; */
}

table {
  background: none;
  border: 1px solid gray;
}

table tr {
  border-bottom: 1px solid gray;
}

th,
td {
  border-right: 1px solid gray;
  padding: 10px;
}

.interaction-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  cursor: pointer;
  height: 22px;
  transition: all ease-in-out 0.3s;
}

.interaction-card:last-child {
  margin: 0;
}

.interaction-card img {
  margin-right: 9px;
}

.interaction-card img:last-child {
  margin: 0;
}

.interaction-card span {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  /* margin-left: 5px; */
}

/* .interaction-card#mp-rp-btn-like:hover {
  filter: drop-shadow(0px 0px 5px #00E677);
}

.interaction-card#mp-rp-btn-dislike:hover {
  filter: drop-shadow(0px 0px 5px #FF005C);
}

.interaction-card#btn-share:hover {
  filter: drop-shadow(0px 0px 5px #0057FF);
}

.interaction-card#btn-comment:hover {
  filter: drop-shadow(0px 0px 5px #FF560E);
}

.interaction-card#btn-bookmark .interaction-bookmark-ico-container:hover {
  box-shadow: 0px 0px 5px #FF9900;
} */


.about-author-content {
  display: flex;
  /* align-items: center; */
  max-width: 1147px;
}

@media screen and (min-width: 800px) {
  .article-container {
    padding: 0 57px;
  }

  .article-content-wrapper {
    padding: 0 60px;
  }

  .reaction-content {
    margin-right: 62px;
    margin-left: 86px;
  }

  .interaction-card {
    margin-right: 26px;
  }

  .interaction-left {
    gap: 0;
  }

  .article-content-title {
    font-size: 40px;
  }

  .sub-content {
    font-size: 1.25rem;
  }

  .brief-title {
    font-size: 26px;
  }

  .brief-paragraph {
    /* font-size: 1.5rem; */
  }

  .article-content {
    font-size: 20px;
    /* line-height: 2.7rem; */
  }

  .article-img-gird img {
    width: 50%;
    margin: 1rem 0;
  }

  /* .about-author-content {
    display: flex;
    align-items: center;
    max-width: 1147px;
  } */
  .about-author-content img {
    align-self: flex-start;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1500px) {
  .article-container {
    margin-left: auto;
    margin-right: auto;
  }
}

/* like popup container */

.list-container {
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-new-cyan);
}

.list-card:last-child {
  border: none;
}

.left-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left-section-name {
  font-size: 1.1rem;
}

.left-section-content p {
  font-size: 1rem;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  display: block;
}

.popup-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 1rem;
}


.author-details,
.brief-paragraph {
  font-size: 18px;
  line-height: 25px;
}

.article-content a,
.brief-paragraph a,
.about-author-content .author-details p a {
  color: var(--color-new-cyan);
  text-decoration: none;
}

.article-content a::after,
.brief-paragraph a::after,
.about-author-content .author-details p a:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZT0iIzAwZmNmYyIgc3Ryb2tlLXdpZHRoPSIyIj4KICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xMCA2SDZhMiAyIDAgMDAtMiAydjEwYTIgMiAwIDAwMiAyaDEwYTIgMiAwIDAwMi0ydi00TTE0IDRoNm0wIDB2Nm0wLTZMMTAgMTQiIC8+Cjwvc3ZnPg==");
  display: inline-block;
  width: 20px;
  margin-top: 5px;
  cursor: pointer;
  /* margin-left: 1rem; */
}

.seemore-popup {
  text-transform: capitalize;
  border: 1px solid var(--color-blue-100);
  color: var(--color-blue-100);
  padding: 0.5rem;
  background: none;
  font-size: 1.1rem;
  margin: 1rem 0;
  border-radius: 5px;
  cursor: pointer;
}

.reader-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

@media screen and (min-width: 600px) {
  .list-card {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
  }

  .author-details,
  .brief-paragraph {
    font-size: 20px;
    line-height: 35px;
  }
}

@media screen and (min-width: 700px) {
  .left-section {
    flex-direction: row;
  }

  .left-section>* {
    margin-right: 12px;
  }

  .left-section-name {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-new-cyan);
    margin-bottom: 6px;
  }

  .left-section-content p {
    color: var(--color-white-universal);
    font-weight: 700;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
  }
}

/* comment */

.comments-container {
  padding: 2rem 1rem;
  font-family: var(--font-barlow);
  /* color: var(--color-black-600); */
}

.comment-title {
  padding: 1rem;
  width: 100%;
  height: 5rem;
  border-radius: 5px;
  border: 1px solid var(--color-gray-50);
}

.comment-btn-container {
  display: flex;
  justify-content: end;
  margin: auto;
  align-items: flex-end;
}

.btn-comment {
  width: auto;
}

.comment-list {
  /* border-top: 1px solid var(--color-gray-25);
  border-bottom: 1px solid var(--color-gray-25);
  margin: 1rem 0; */
}

.comment-user {
  display: flex;
  /* align-items: center; */
}

.comment-user img {
  margin-right: 0.5rem;
}

.comment-username {
  display: inline-block;
}

.comment-username:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.comment-username:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  /* color: var(--profile-color-gray-100); */
  line-height: 29px;
}

.comment-username::after {
  content: ".";
}

.comment-mpxr {
  margin: 0.2rem 0;
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-gray-150);
}

.comment-interaction {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-interaction-left {
  display: flex;
  align-items: center;
}

.comment-interaction-btn {
  width: 1rem;
}

.comment-interaction-card {
  display: flex;
  align-items: center;
  margin: 0.4rem;
  cursor: pointer;
}

.comment-interaction-right {
  cursor: pointer;
}

.comment-reply {
  margin: 1rem 0;
  margin-left: 2rem;
  border-left: 5px solid var(--color-gray-25);
  padding-left: 2.5rem;
}

.seemore-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.replay-text {
  width: 100%;
  display: block;
  padding: 0.51rem;
  border-radius: 5px;
  border: 1px solid var(--color-gray-25);
}

.comment-content p {
  font-size: 1.2rem;
}

.emoji-popup,
.like-popup {
  cursor: pointer;
}

#emoji-popup {
  position: relative;
}

#emoji-popup svg {
  height: 21px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 12px;
}

.popular-container {
  display: grid;
  gap: min(1rem, 60px);
  grid-template-columns: repeat(auto-fill, 400px);
}

.popular-card {
  position: relative;
  max-width: 302px;
  margin: 1rem auto;
}

.popular-overlay-img {
  position: absolute;
  top: 0;
  right: 0;
}

.relevant-article1-img {
  width: 300px;
  height: 170px;
}

.date-author-container {
  display: flex;
  align-items: center;
}

.date-author-container>* {
  margin: 15px 3px 6px 0;
  font-size: 14px;
  font-family: var(--font-barlowCondensed);
  line-height: 17px;
}

.date-author-container span {
  color: var(--color-white-universal);
  font-family: var(--font-inter);
  font-size: 14px;
}

.popular {
  margin-top: 1rem;
}

.author-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
}

.meta-date {
  color: var(--color-white-universal) !important;
  font-family: inherit;
}

.card-title {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: var(--font-turretRoad);
  color: var(--color-new-cyan);
}

.card-description {
  margin-top: 10px;
  color: var(--color-white-universal) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.popular-time-views {
  margin: 25px 0 38px 0;
  color: var(--color-black-200);
}

/* 
@media screen and (min-width: 700px) {
  .popular-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .popular-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .popular-container {
    grid-template-columns: repeat(4, 1fr);
  }
} */

#content-interaction-btn img {
  width: 33px !important;
  height: 31px !important;
  padding-top: 5px;
}