.npl-blog-glass-plate {
  padding: 90px 0px 0px 12.2%;
  position: relative;
  height: 245px;
  margin-bottom: 60px;
}

.npl-blog-glass-plate h1 {
  font-size: clamp(var(--fourteen), 8vw, var(--sixtySix));
  font-style: italic;
  font-weight: var(--menuWeight);
  color: var(--7a);
  font-family: "libre baskerville";
}

/* header  */
.popShow {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  /* opacity: 0.8; */
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  cursor: pointer;
}

.npl-activePop {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.classsection {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 740px;
  /* height: 100%;
  max-height: 80%; */
  max-height: 80vh;
  position: relative;
  cursor: auto;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.class-insideField legend {
  position: absolute;
  top: -13px;
  right: 20px;
}

.class-insideField {
  width: 100%;
  padding: 22px;
  background-color: var(--41);
}

.class-insideField fieldset {
  padding: 22px;
  position: relative;
  width: 100%;
  max-width: 788px;
  border: 2px solid var(--ff);
}

.class-insideField,
.class-insideField fieldset {
  height: auto;
}

.popbutton {
  background-color: var(--41);
  padding: 0 5px;
  outline: none;
  border: none;
  cursor: pointer;
  color: var(--ff);
  font-family: var(--libre);
  font-style: italic;
  font-size: var(--fifteen);
  position: relative;
  overflow: clip;
}

.npl-transcript-dummy {
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}

.npl-transcript-original {
  position: absolute;
  top: 0;
  transform: translateY(110%);
  transition: 0.3s ease-in-out;
}

.popbutton:hover .npl-transcript-dummy {
  transform: translateY(-110%);
  transition: 0.3s ease-in-out;
}

.popbutton:hover .npl-transcript-original {
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1024) {
  .npl-transcript-dummy {
    transform: translateY(0%) !important;
  }

  .popbutton:hover .npl-transcript-original {
    transform: translateY(0%) !important;
  }
}

.popcontent {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
   max-height: calc(80vh - 90px);
  /* justify-content: space-between; */
  gap: 40px;
  color: white;
  overflow-y: scroll;
  /* font-size: clamp(0.6rem, 2vw, var(--eighteen)); */
}

.popcontent p, .popcontent li{
  font-size: var(--eighteen);
  line-height: var(--barlowHeight);
  font-weight: var(--normalWeight);
}

.popcontent .npl-font-deva{
  font-family: var(--sansDeva);
}

.popcontent::-webkit-scrollbar {
  display: none;
}

.popcontent ul li {
  font-family: var(--barlow);
  /* font-size: clamp(0.6rem, 2vw, var(--eighteen)); */
  line-height: var(--barlowHeight);
  font-weight: var(--normalWeight);
  list-style: disc;
}

.popcontent ul {
  padding: 0 25px;
}

.popdownload {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  border: none;
}

.popdownload span {
  font-family: "barlow";
  font-weight: var(--xl);
  font-size: clamp(0.6rem, 5vw, var(--twentyFive));
  color: var(--gray2);
  font-weight: var(--dblXl);
}

.popdownload a {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  gap: 5px;
}

.popdownload a:hover {
  opacity: 0.85;
}

.popdownload img {
  width: var(--medButton);
  height: var(--medButton);
}

@media screen and (max-width: 767px) {
  .classsection {
    max-width: 90%;
  }
}

.npl-update-header-grid {
  display: grid;
  grid-template-columns: minmax(0, 880px) minmax(15px, 1fr) 240px;
  max-width: 1185px;
  margin: 0 0 0 11%;
}

.npl-update-header {
  grid-column: 1;
  max-width: 740px;
  margin: 0 0 0 2.5%;
  display: flex;
  gap: 40px;
  position: relative;
  flex-wrap: wrap;
}

.npl-update-dot {
  color: var(--gray2);
  position: relative;
}

.npl-update-dot::after {
  content: "•";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-50%, -55%);
  color: var(--gray2);
  font-size: var(--thirtySix); /* Customize bullet size independently */
  line-height: 1;
}
.npl-update-header li a {
  font-size: var(--twentyFive);
  font-weight: var(--dblXl);
  color: var(--gray2);
  font-family: var(--barlow);
  line-height: var(--barlowHeight);
  cursor: pointer;
  opacity: 1;
}

.npl-update-header li a:hover {
  opacity: 0.85;
}

.npl-update-header li .npl-update-active {
  opacity: 1 !important;
  color: var(--7b);
}

.npl-blog-section-p {
  margin: 0 0 0 2.5%;
  max-width: 740px;
  font-size: var(--twenty);
  font-family: var(--libre);
  line-height: var(--libreHeight);
  font-style: italic;
  color: black;
}
/* end header */

.npl-blog-section {
  display: grid;
  width: 100%;
  max-width: 1185px;
  grid-template-columns: minmax(0px, 880px) minmax(15px, 1fr) 240px;
  padding: 60px 0 40px 0;
  font-size: var(--twenty);
  gap: 40px;
  font-family: var(--libre);
  font-weight: var(--normalWeight);
  color: var(--gray2);
  margin-left: 11%;
}

.npl-blog-section-category-headings {
  /* grid-column: 2; */
  grid-column: 1;
  max-width: 740px;
  margin: 0 0 0 2.5%;
}

.npl-blog-section-category-box {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border: none;
  border-top: 1px solid var(--gray2);
  border-bottom: 1px solid var(--gray2);
}

.npl-blog-all-blogs {
  font-weight: var(--dblXl);
  font-family: var(--barlow);
  font-size: var(--eighteen);
  color: var(--7b);
}

.npl-blog-section-category-box button {
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  opacity: 1;
}

.npl-blog-section-category-box button:hover {
  opacity: 0.85;
}

.npl-blog-icon-all {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-weight: var(--sm);
  font-family: var(--barlow);
  font-size: var(--eighteen);
  visibility: hidden;
}

.npl-blog-icon-all img {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.npl-blog-icon-all p {
  font-size: var(--eighteen);
  font-weight: var(--dblXl);
  color: var(--gray2);
}

.npl-blog-section-resource {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.npl-same-container {
  display: flex;
  flex-direction: column;
  gap: 90px;
  height: 100%;
  max-height: 1470px;
  justify-content: space-between;
}

.npl-sort-brochure {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  gap: 90px;
  justify-content: space-between;
}

.npl-blog-section-brochure {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: auto;
}

.npl-blog-section-brochure a {
  display: flex;
  gap: 5px;
  align-items: center;
  opacity: 1;
  width: fit-content;
}

.npl-blog-section-brochure a:hover {
  opacity: 0.85;
}

.npl-blog-section-brochure a h1 {
  font-size: var(--twentyFive);
  font-weight: var(--dblXl);
  color: var(--7b);
  font-family: var(--barlow);
}

.npl-blog-section-brochure a img {
  width: var(--medButton);
  height: var(--medButton);
  object-fit: cover;
}

.npl-blog-section-brochure p,
.npl-press-room-subscribe p {
  font-size: var(--fourteen);
  font-weight: var(--menuWeight);
  font-family: var(--libre);
  line-height: var(--libreHeight);
  font-style: normal !important;
}

.npl-blog-section-sort {
  grid-column: 3;
  grid-row: 1;
  width: 100%;
}

.npl-blog-section-sort-underline {
  border: none;
  padding: 5px;
  border-bottom: 1px solid var(--71);
}

.npl-blog-section-sort-underline p,
.npl-blog-list-contribute p a,
.npl-blog-update-year .npl-update-archive p {
  color: var(--71);
  font-weight: var(--menuWeight);
  font-family: var(--libre);
  line-height: var(--libreHeight);
}

.npl-blog-section-sort p,
.npl-blog-section-resource p {
  font-style: italic;
}

.npl-blog-section-sort-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.npl-blog-section-sort-buttons button {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 3px 8px;
  font-size: var(--fourteen);
  font-family: var(--barlow);
  outline: none;
  border: none;
  font-weight: var(--authorWeight);
  cursor: pointer;
}

.npl-blog-section-input-button {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: 20px;
  color: black;
}

.custom-button[data-color="gray"].clicked {
  background-color: var(--7a);
  color: var(--df);
  opacity: 1;
  /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); */
}

.custom-button:hover {
  /* opacity: 1; */
  background-color: rgba(255, 255, 255, 1);
  /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); */
}

.npl-blog-list-contribute {
  cursor: pointer;
}

.npl-blog-update-year {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: -60px; */
}

a {
  text-decoration: none;
  color: black;
}

.custom-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dropdown-selected p {
  font-size: var(--fourteen);
  font-weight: var(--authorWeight);
  font-style: normal;
  color: var(--7a);
}

.dropdown-selected {
  /* padding: 5px; */
  background-color: transparent;
  cursor: pointer;
  border: none;
  font-size: var(--fourteen);
  font-weight: var(--authorWeight);
  color: var(--7a);
}

.npl-blog-dropdown-img {
  width: var(--smButton);
  height: var(--smButton);
}

.npl-blog-dropdown-img img {
  transform: rotate(89deg);
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
}

.npl-blog-dropdown-img img:hover {
  opacity: 0.85;
}

.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 130px; /* Fixed height with scrollbar */
  background-color: transparent;
  border: none;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0 0;
  /* font-size: var(); */
}

.dropdown-list::-webkit-scrollbar-track {
  background-color: lightgray;
  border-radius: 10px;
}

.dropdown-list::-webkit-scrollbar-thumb {
  background-color: gray;
}

.dropdown-list li {
  padding: 4px 23px 4px 0px;
  cursor: pointer;
  font-size: var(--fourteen);
  text-align: right;
  font-weight: var(--eventWeight);
  /* color: var(--71); */
}

.dropdown-list li:hover {
  color: var(--7a);
}

/* Show dropdown when active */
.custom-dropdown.active .dropdown-list {
  display: block;
}

.custom-dropdown.activeRemove .dropdown-list {
  display: none;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

#ddlYears .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  right: 0;
  height: auto;
  background: rgba(255, 255, 255, 0.5);
  width: 6px;
  border-radius: 10px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  height: 10px;
  margin: 0 0px 0 -2px;
}

#ddlYears .mCSB_dragger_bar {
  background-color: white;
}

#ddlYears
  .mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger:hover
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: white;
}

/* for  rail */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
  display: none !important;
}

/* the scrollbar plugin can be distinguished by the theme used like
i have rounder-dark and dark  so class must be selected as .mCS-rounder-dark and
.mCS-dark*/

/* load button */

.npl-blog-load {
  width: 100%;
  grid-column: 1;
  max-width: 740px;
  text-align: end;
  align-content: start;
}

.npl-blog-update-load,
.npl-blog-load-press {
  margin: 0 0 0 2.5%;
}

.loadNone {
  display: none;
}

/* .npl-blog-load-margin-bot {
  margin-bottom: 90px;
} */

.npl-press-room-subscribe {
  /* grid-column: 3; */
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 90%;
  margin: 0 auto;
}

.npl-press-room-subscribe button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  opacity: 1;
}

.npl-press-room-subscribe button:hover {
  opacity: 0.85;
}

.npl-press-room-subscribe button span {
  color: var(--7b);
  font-size: var(--eighteen);
  font-weight: var(--dblXl);
  font-family: var(--barlow);
}

.npl-press-room-subscribe button img {
  width: var(--smButton);
  height: var(--msmButton);
  object-fit: cover;
}

.npl-blog-load button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.npl-blog-load-content {
  display: flex;
  gap: 5px;
  align-items: center;
  opacity: 1;
}

.npl-blog-load-content:hover {
  opacity: 0.85;
}

.npl-blog-load-content p {
  font-size: var(--twentyFive);
  font-weight: var(--dblXl);
  font-family: var(--barlow);
  color: var(--gray2);
}

.npl-blog-load-content div {
  width: var(--medButton);
  height: var(--medButton);
}

.npl-blog-load-content div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
