﻿.all-news-page-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-none, 0px);
  align-self: stretch;
  padding-top: 80px;
}
.all-news-deco {
  position: relative;
}
.all-news-deco img {
  width: 1146.215px;
  height: 758.018px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: translateX(100vw) translateY(-2vh);
  pointer-events: none;
}
.news-left-side {
  display: flex;
  padding: var(--spacing-4xl, 32px) var(--spacing-7xl, 64px)
    var(--spacing-4xl, 32px) var(--spacing-9xl, 96px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-5xl, 40px);
  flex: 1 0 0;
  position: relative;
}
.news-category-tabs-sort-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.news-category-tabs-container {
  display: flex;
  width: 635px;
  align-items: center;
  gap: 12px;
  overflow-x: hidden;
}

.news-category-tabs-scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 12px;
  flex: 1;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  scrollbar-width: none;
}
.news-category-tabs-scroll-wrapper {
  height: 44px;
  align-items: center;
  transform: translateZ(0);
  will-change: scroll-position;
}
.news-category-tabs-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.news-category-tabs-scroll-wrapper.dragging {
  cursor: grabbing;
}

.news-category-tabs-arrow {
  flex-shrink: 0;
  cursor: pointer;
}

.news-category-tabs-arrow img {
  width: 24px;
  height: 24px;
}

.category-tab-box {
  flex: 0 0 auto;
  padding: 2px 14.286px;
  align-items: center;
  border-radius: 13791.725px;
  border-radius: 9999px;
  border: 1.4px solid #eaecf0;
  background: #f9fafb;
  cursor: pointer;
  white-space: nowrap;
}

.category-tab-box p {
  color: #344054;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.571px;
}
.category-tab-box.active {
  border: 1.4px solid #b2ddff;
}
.category-tab-box.active p {
  color: #175cd3;
}
.calendar-sort-download-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.custom-date-input {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 10px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-family: "Maven Pro", sans-serif;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  width: fit-content;
  cursor: pointer;
}

.custom-date-input input {
  border: none;
  outline: none;
  font-size: 16px;
  color: #667085;
  width: 215px;
  background: transparent;
  cursor: pointer;
}

.custom-date-input .calendar-icon {
  width: 20px;
  height: 20px;
}

/* Calendar container */
.flatpickr-calendar {
  border: 1px solid #eaecf0;
  border-radius: 12px;
  font-family: "Maven Pro", sans-serif;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}
.flatpickr-months .flatpickr-month {
  color: var(--colors-foreground-fg-secondary-700, #344054);
  text-align: center;

  font-family: "MavenPro-Regular";
  font-size: 14px;
  font-weight: 600;

  font-style: normal;
  line-height: 24px; /* 150% */
}
.flatpickr-current-month span.cur-month,
.flatpickr-current-month input.cur-year {
  font-weight: 600;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  padding: 3px 10px;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #00aa86;
  stroke-width: 800;
}
.flatpickr-days {
  margin-top: 10px;
}

.flatpickr-day {
  border-radius: 9999px;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.flatpickr-day.today {
  background: #f9fafb;
  color: #344054;
  font-weight: 500;
  position: relative;
}

.flatpickr-day.today.event::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: #00aa86;
  border-radius: 50%;
}

.flatpickr-day.selected {
  background-color: #00aa86 !important;
  color: white !important;
}

.flatpickr-weekday {
  color: #344054;
  font-weight: 500;
}

.flatpickr-footer {
  padding: 16px;
  border-top: 1px solid #eaecf0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.flatpickr-date-preview {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flatpickr-date-box {
  background: #fff;
  padding: 10px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 14px;
  color: #344054;
  min-width: 100px;
  text-align: center;

  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.flatpickr-button-wrapper {
  display: flex;
  gap: 8px;
}

.flatpickr-apply,
.flatpickr-cancel {
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}

.flatpickr-apply {
  background: #00aa86;
  color: white;
  border: 1px solid #00aa86;
}

.flatpickr-cancel {
  background: white;
  color: #344054;
  border: 1px solid #d0d5dd;
}

/* Prevent year input interaction completely */
.numInputWrapper {
  pointer-events: none;
}

.numInputWrapper .arrowUp,
.numInputWrapper .arrowDown {
  display: none;
}

.flatpickr-current-month input.cur-year {
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year::-webkit-inner-spin-button,
.flatpickr-current-month input.cur-year::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-dropdown-wrapper {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

.custom-dropdown-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.custom-dropdown-toggle {
  padding: 10px 14px;
  background: white;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #101828;
}

.custom-dropdown-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  transition: transform 0.1s ease-in;
}
.custom-dropdown-toggle:hover .custom-dropdown-icon {
  transform: rotate(180deg);
  transition: transform 0.1s ease-in;
}

.custom-dropdown-menu {
  display: none;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: white;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  position: absolute;
  /* margin-top: 6px; */
  top: 55px;
  z-index: 100;
  width: max-content;
  min-width: 150px;
}

.custom-dropdown-option {
  padding: 10px 14px;
  cursor: pointer;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  color: #101828;
}

.custom-dropdown-option:hover {
  background-color: #f0f0f0;
}
.export-to-pdf-buttton {
  display: flex;
  padding: var(--spacing-lg, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-md, 8px);
  border-radius: var(--radius-md, 8px);
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    );
  background: var(
    --Component-colors-Components-Buttons-Secondary-button-secondary-bg,
    #fff
  );

  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  cursor: pointer;
}
.export-to-pdf-buttton img {
  width: 24px;
  height: 24px;
}
.news-right-side {
  position: sticky;
  top: 40px;
  height: calc(100vh - 100px);
  overflow-y: auto;
  align-self: flex-start;
  display: flex;
  width: 617px;
  padding: 0px var(--spacing-none, 0px);
  align-items: flex-start;
  gap: var(--spacing-none, 0px);
  align-self: stretch;
  border-radius: var(--radius-none, 0px);
  border-left: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.3);
}
.news-right-side-wrapper {
  display: flex;
  padding: 32px 0px;
  align-items: flex-start;
  gap: var(--spacing-4xl, 32px);
  flex: 1 0 0;
  align-self: stretch;
  border-radius: var(--radius-none, 0px);
}
.hot-topics-categories-container {
  display: flex;
  padding: 0px var(--spacing-none, 0px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-xl, 16px);
  flex: 1 0 0;
}
.hot-topics-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.hot-topics-header-section {
  display: flex;
  padding: 0px var(--spacing-4xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.hot-topics-header-box {
  display: flex;
  padding: 0px var(--spacing-none, 0px);
  align-items: flex-start;
  gap: var(--spacing-xl, 16px);
  align-self: stretch;
}
.hot-topics-header-box p {
  color: var(--colors-text-text-primary-900, #101828);

  /* Display sm/Semibold */
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 126.667% */
}
.hot-topics-content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
}
.hot-topics-content-wrapper {
  display: flex;
  padding: 0px 32px 16px 32px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.hot-topics-content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-lg, 12px);
  align-self: stretch;
}
.hot-topics-content-frame {
  display: flex;
  padding: 20px 0px 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.hot-topic-single-tab-container {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.hot-topic-single-tab-container .header-desc-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-md, 8px);
  flex: 1 0 0;
}
.hot-topic-single-tab-container .header-desc-box .header {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: stretch;
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "MavenPro-SemiBold";
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}
.hot-topic-single-tab-container .header-desc-box .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--colors-text-text-tertiary-600, #475467);
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.hot-topic-time-release-box {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xl, 16px);
}
.hot-topic-time-box,
.hot-topic-release-box {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.hot-topic-time-box img,
.hot-topic-release-box img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.hot-topic-time-box p,
.hot-topic-release-box p {
  color: var(--colors-text-text-tertiary-600, #475467);
  font-family: "MavenPro-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.hot-topic-thumbnail {
  width: fit-content;
  align-self: stretch;
}
.hot-topic-thumbnail img {
  height: auto;
  object-fit: cover;
  display: block;
  width: 210px;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
}
.hot-topics-content-frame .divider {
  height: 2px;
  width: 100%;
  align-self: stretch;
  background-color: #eaecf0;
}
.all-news-categories-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
}
.all-news-categories-header-section {
  display: flex;
  padding: 0px var(--spacing-4xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.all-news-categories-header-box {
  display: flex;
  padding: 0px var(--spacing-none, 0px);
  align-items: flex-start;
  gap: var(--spacing-xl, 16px);
  align-self: stretch;
}
.all-news-categories-header-box p {
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.all-news-categories-btn-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
}
.all-news-categories-btn-wrapper {
  display: flex;
  padding: 0px var(--spacing-4xl, 32px) var(--container-padding-mobile, 16px)
    var(--spacing-4xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.all-news-categories-btn-box {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px var(--spacing-xl, 16px);
  align-self: stretch;
  flex-wrap: wrap;
}
.all-news-categories-btn-box .single-category {
  display: flex;
  padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px);
  align-items: center;
  border-radius: 13791.725px;
  border: 1.429px solid #eaecf0;
  background: #f9fafb;
  cursor: pointer;
}
.all-news-categories-btn-box .single-category p {
  color: #344054;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.all-news-categories-btn-box .single-category.active {
  color: #067647;
  border: 1.429px solid #00aa8666;
  background: #ecfdf3;
}
.all-news-categories-btn-box .single-category.active p {
  color: #067647;
}
.donation-cta-container {
  display: flex;
  padding: 0 32px 50px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.donation-cta-wrapper {
  display: flex;
  height: 501px;
  padding-bottom: var(--spacing-xxs, 2px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 20px;
  background: url("../Images/all-news/donation-section/donation-bg.png")
    center/cover no-repeat;
}

.donation-cta-header-wrapper {
  display: flex;
  padding: var(--spacing-3xl, 24px) var(--spacing-4xl, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-2xl, 20px);
  align-self: stretch;
}
.donation-cta-header-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg, 12px);
  align-self: stretch;
}
.donation-cta-header-content-box p:first-child {
  align-self: stretch;
  color: var(--Colors-Text-text-primary_on-brand, #fff);
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.donation-cta-header-content-box p:nth-child(2) {
  align-self: stretch;
  color: var(--Colors-Text-text-primary_on-brand, #fff);
  text-align: center;
  font-family: "MavenPro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.donation-cta-btn-box {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-lg, 12px);
}
.donate-btn {
  display: flex;
  padding: var(--spacing-lg, 12px) 18px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm, 6px);
  border-radius: var(--radius-md, 8px);
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #344054;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.news-left-major-container {
  display: flex;
  padding-bottom: 240px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
}
.news-left-major-thumbnail {
  height: 378px;
  object-fit: cover;
  display: block;
  width: 1143px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}
.news-left-major-text-card {
  display: flex;
  width: 1039px;
  padding: var(--spacing-4xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: var(--Colors-Foreground-fg-white, #fff);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
  position: absolute;
  bottom: 10%;
}
.news-left-major-text-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
}
.news-left-major-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-xl, 16px);
  align-self: stretch;
}
.news-left-major-text-content p:first-child {
  color: var(--colors-text-text-tertiary-600, #475467);
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.news-left-major-text-content p:nth-child(2) {
  height: 120px;
  align-self: stretch;
  color: var(--colors-text-text-tertiary-600, #475467);
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "MavenPro-SemiBold";
  font-size: 48px;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.news-left-major-text-content p:nth-child(3) {
  align-self: stretch;
  color: var(--colors-text-text-tertiary-600, #475467);

  font-family: "MavenPro-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.news-left-major-btn-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.news-left-major-btn-content .left-side-btn {
  display: flex;
  padding: 16px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9999px;
  border: 1px solid #d0d5dd;
  background: #fff;
  color: #344054;
  font-family: "MavenPro-SemiBold";
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.news-left-major-btn-content .left-side-btn img {
  width: 24px;
  height: 24px;
}
.right-side-btn-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.right-side-btn-container .right-side-btn-1,
.right-side-btn-container .right-side-btn-2 {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.right-side-btn-container .right-side-btn-1 img,
.right-side-btn-container .right-side-btn-2 img {
  width: 24px;
  height: 24px;
}
.news-left-minor-container {
  display: flex;
  padding: 0px var(--spacing-none, 0px);
  align-items: flex-start;
  align-content: flex-start;
  gap: 32px var(--spacing-4xl, 32px);
  align-self: stretch;
  flex-wrap: wrap;
}
.news-left-minor-wrapper {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 32px var(--spacing-4xl, 32px);
  flex: 1 0 0;
  flex-wrap: wrap;
}
.minor-news-card {
  display: flex;
  width: 359.5px;
  min-width: 320px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-2xl, 20px);
  position: relative;
}
.minor-news-card img {
  height: 240px;
  object-fit: cover;
  display: flex;
  width: 360px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.minor-new-tags-container {
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  gap: 8px;
  padding: 16px 16px;
  flex-wrap: wrap;
  position: absolute;
}
.minor-new-tags-container p {
  display: flex;
  padding: 2px 8px;
  align-items: center;
  border-radius: 13791.725px;
  border: 1.429px solid #eaecf0;
  background: #ffffffcc;
  color: #344054;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 17.143px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.714px; /* 150% */
}
.minor-news-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
}
.minor-news-heading-icon-desc-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-md, 8px);
  align-self: stretch;
}
.minor-news-heading-icon-box {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xl, 16px);
  align-self: stretch;
}
.minor-news-heading-icon-box .minor-news-heading {
  flex: 1 0 0;
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "MavenPro-SemiBold";
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}
.minor-news-icon-wrapper {
  display: flex;
  padding-top: var(--spacing-xs, 4px);
  flex-direction: column;
  align-items: flex-start;
}
.minor-news-icon-wrapper img {
  width: 24px;
  height: 24px;
}
.minor-news-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  color: var(--colors-text-text-tertiary-600, #475467);
  text-overflow: ellipsis;
  font-family: "MavenPro-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.load-more-news-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg, 12px);
  cursor: pointer;
}
.load-more-news-btn p {
  color: #015888;
  font-family: "MavenPro-SemiBold";
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
}
.load-more-news-btn img {
  width: 24px;
  height: 24px;
}
.skeleton {
  background-color: #e2e2e2;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 100px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(200%);
  }
}

.skeleton-card {
  display: flex;
  width: 359.5px;
  min-width: 320px;
  flex-direction: column;
  gap: 20px;
}

.skeleton.thumbnail {
  height: 240px;
  width: 100%;
  border-radius: 16px;
}

.skeleton.tags {
  height: 24px;
  width: 60%;
  margin-top: 8px;
}

.skeleton.title {
  height: 24px;
  width: 90%;
}

.skeleton.desc {
  height: 18px;
  width: 100%;
}

@media screen and (min-width: 2560px) {
  .news-left-side {
    padding: 1.25vw 13.5vw 1.25vw 13.75vw;
    gap: 1.563vw;
    width: 80vw;
  }
  .news-category-tabs-container {
    display: flex;
    width: 24.805vw;
    gap: 0.469vw;
  }
  .news-category-tabs-scroll-wrapper {
    height: 1.719vw;
  }
  .news-category-tabs-arrow img {
    width: 0.938vw;
    height: 0.938vw;
  }
  .category-tab-box {
    padding: 0.078vw 0.558vw;
    border: 0.055vw solid #eaecf0;
  }
  .category-tab-box p {
    font-size: 0.703vw;
    line-height: 1.116vw;
  }
  .calendar-sort-download-container {
    gap: 0.625vw;
  }
  .custom-date-input {
    gap: 0.313vw;
    padding: 0.391vw 0.547vw;
  }
  .custom-date-input input {
    width: 8.398vw;
  }
  .custom-dropdown-wrapper {
    gap: 0.313vw;
  }
  .custom-dropdown-container {
    gap: 0.234vw;
  }
  .custom-dropdown-toggle {
    padding: 0.391vw 0.547vw;
    gap: 0.313vw;
    font-size: 0.625vw;
  }
  .custom-dropdown-icon {
    width: 0.781vw;
    height: 0.781vw;
    margin-top: 0.078vw;
  }
  .custom-dropdown-menu {
    padding: 0.313vw 0;
    top: 2.148vw;
    min-width: 5.859vw;
  }
  .custom-dropdown-option {
    padding: 0.391vw 0.547vw;
    font-size: 0.625vw;
  }
  .export-to-pdf-buttton img {
    width: 0.938vw;
    height: 0.938vw;
  }
  .news-right-side {
    position: sticky;
    width: 24.102vw;
  }
  .news-right-side-wrapper {
    padding: 1.25vw 0px;
  }

  .hot-topics-container {
    gap: 0.625vw;
  }
  .hot-topics-header-section {
    padding: 0px 1.25vw;
  }
  .hot-topics-header-box {
    gap: 0.625vw;
  }
  .hot-topics-header-box p {
    font-size: 1.172vw;
    line-height: 1.484vw;
  }
  .hot-topics-content-container {
    gap: 0.938vw;
  }
  .hot-topics-content-wrapper {
    padding: 0vw 1.25vw 0.625vw 1.25vw;
  }
  .hot-topics-content-box {
    gap: 0.469vw;
  }
  .hot-topics-content-frame {
    padding: 0.781vw 0vw 0.938vw 0vw;
    gap: 0.938vw;
  }
  .hot-topic-single-tab-container {
    gap: 0.625vw;
  }
  .hot-topic-single-tab-container .header-desc-box {
    gap: 0.313vw;
  }
  .hot-topic-single-tab-container .header-desc-box .header {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .hot-topic-single-tab-container .header-desc-box .desc {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .hot-topic-time-release-box {
    gap: 0.625vw;
  }
  .hot-topic-time-box,
  .hot-topic-release-box {
    gap: 0.313vw;
  }
  .hot-topic-time-box img,
  .hot-topic-release-box img {
    width: 0.781vw;
    height: 0.781vw;
  }
  .hot-topic-time-box p,
  .hot-topic-release-box p {
    font-size: 0.547vw;
    line-height: 0.781vw;
  }

  .hot-topic-thumbnail img {
    width: 8.203vw;
  }
  .hot-topics-content-frame .divider {
    height: 0.078vw;
  }
  .all-news-categories-container {
    gap: 1.406vw;
  }
  .all-news-categories-header-section {
    padding: 0px 1.25vw;
  }
  .all-news-categories-header-box {
    gap: 0.625vw;
  }
  .all-news-categories-header-box p {
    font-size: 1.172vw;
    line-height: 1.484vw;
  }
  .all-news-categories-btn-container {
    gap: 0.938vw;
  }
  .all-news-categories-btn-wrapper {
    padding: 0vw 1.25vw 0.625vw 1.25vw;
  }
  .all-news-categories-btn-box {
    gap: 0.625vw 0.625vw;
  }
  .all-news-categories-btn-box .single-category {
    padding: 0.156vw 0.469vw;
  }
  .all-news-categories-btn-box .single-category p {
    font-size: 0.547vw;
    line-height: 0.781vw;
  }


  .donation-cta-container {
    padding: 0 1.25vw 1.953vw 1.25vw;
  }
  .donation-cta-wrapper {
    height: 19.57vw;
  }

  .donation-cta-header-wrapper {
    padding:  0.938vw 0.938vw;
    gap: 0.781vw;
  }
  .donation-cta-header-content-box {
    gap:  0.469vw;
  }
  .donation-cta-header-content-box p:first-child {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .donation-cta-header-content-box p:nth-child(2) {
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .donation-cta-btn-box {
    gap: 0.469vw;
  }
  .donate-btn {
    padding: 0.469vw 0.703vw;
    gap: 0.234vw;
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .news-left-major-container {
    padding-bottom: 9.375vw;
  }
  .news-left-major-thumbnail {
    height: 14.766vw;
    width: 44.648vw;
  }
  .news-left-major-text-card {
    display: flex;
    width: 40.586vw;
    padding:  1.25vw;
    bottom: -10%;
  }
  .news-left-major-text-btn-wrapper {
    gap: 0.938vw;
  }
  .news-left-major-text-content {
    gap: 0.625vw;
  }
  .news-left-major-text-content p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .news-left-major-text-content p:nth-child(2) {
    height: 4.688vw;
    font-size: 1.875vw;
    line-height: 2.344vw;
    letter-spacing: -0.037vw;
  }
  .news-left-major-text-content p:nth-child(3) {

    font-size: 0.938vw;
    line-height: 1.25vw;
  }

  .news-left-major-btn-content .left-side-btn {
    padding: 0.625vw 0.859vw;
    gap: 0.391vw;
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .news-left-major-btn-content .left-side-btn img {
    width: 0.938vw;
    height: 0.938vw;
  }
  .right-side-btn-container {
    gap: 0.625vw;
  }
  .right-side-btn-container .right-side-btn-1,
  .right-side-btn-container .right-side-btn-2 {
    padding: 0.625vw;
    gap: 0.313vw;
  }
  .right-side-btn-container .right-side-btn-1 img,
  .right-side-btn-container .right-side-btn-2 img {
    width: 0.938vw;
    height: 0.938vw;
  }
  .news-left-minor-container {
    gap: 1.25vw 1.25vw;
    margin-top: 3.125vw;
  }
  .news-left-minor-wrapper {
    gap: 1.25vw 1.25vw;
  }
  .minor-news-card {
    width: 14.043vw;
    min-width: 12.5vw;
    gap:  0.781vw;
  }
  .minor-news-card img {
    height: 9.375vw;
    width: 14.063vw;
  }
  .minor-new-tags-container {
    width: 100%;
    gap: 0.313vw;
    padding: 0.625vw 0.625vw;
  }
  .minor-new-tags-container p {
    padding: 0.078vw 0.313vw;
    font-size: 0.67vw;
    line-height: 1.004vw;
  }
  .minor-news-text-content {
    gap: 0.938vw;
  }
  .minor-news-heading-icon-desc-box {
    gap: 0.313vw;
  }
  .minor-news-heading-icon-box {
    gap: 0.625vw;
  }
  .minor-news-heading-icon-box .minor-news-heading {
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
  .minor-news-icon-wrapper {
    padding-top:  0.156vw;
  }
  .minor-news-icon-wrapper img {
    width: 0.938vw;
    height: 0.938vw;
  }
  .minor-news-desc {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .load-more-news-btn {
    gap:  0.469vw;
  }
  .load-more-news-btn p {
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .load-more-news-btn img {
    width: 0.938vw;
    height: 0.938vw;
  }
}
@media screen and (max-width: 1728px) {
  .news-left-side {
    width: 65%;
    padding: 32px 64px 32px 64px;
  }
  .news-category-tabs-sort-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .news-category-tabs-container {
    width: 100%;
  }
  .calendar-sort-download-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    gap: 16px;
  }
  .calendar-sort-download-container {
    flex-direction: row;
    justify-content: flex-start;
  }
  .custom-dropdown-wrapper {
    width: auto;
    height: 100%;
  }
  .news-left-major-container {
    width: 100%;
  }
  .news-left-major-thumbnail {
    height: auto;
    width: 90%;
  }
  .news-left-major-text-card {
    display: flex;
    width: 100%;
    padding: var(--spacing-4xl, 32px);
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: var(--Colors-Foreground-fg-white, #fff);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
    position: absolute;
    bottom: 10%;
  }
  .news-left-major-text-content p:nth-child(2) {
    height: auto;
    font-size: 32px;
    line-height: 45px;
  }
  .news-left-major-text-content p:nth-child(3) {
    font-size: 18px;
    line-height: 30px;
  }
  .news-left-major-btn-content .left-side-btn {
    padding: 14px 20px;
    font-size: 16px;
  }
  .news-left-major-btn-content .left-side-btn img {
    width: 20px;
    height: 20px;
  }
  .minor-new-tags-container p {
    font-size: 14px;
  }
  .minor-news-heading-icon-box .minor-news-heading {
    font-size: 20px;
  }
  .minor-news-icon-wrapper img {
    width: 20px;
    height: 20px;
  }
  .news-right-side {
    width: 35%;
  }
  .news-right-side-wrapper {
    width: 100%;
  }
  .hot-topics-content-wrapper {
    padding: 0px 16px 16px 16px;
    width: 100%;
  }
  .hot-topics-content-frame,
  .hot-topics-categories-container {
    width: 100%;
  }
  .hot-topic-single-tab-container {
    width: 100%;
  }
  .hot-topic-single-tab-container .header-desc-box .header {
    font-size: 18px;
    line-height: 25px;
  }
  .hot-topic-single-tab-container .header-desc-box .desc {
    font-size: 14px;
    line-height: 20px;
  }
  .hot-topic-thumbnail img {
    height: auto;
    object-fit: cover;
    display: block;
    width: 210px;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
  }
  .donation-decor {
    width: 100%;
  }
  .donation-decor img {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .all-news-page-wrapper {
    width: 100%;
    flex-direction: column;
    padding-top: 80px;
  }
  .news-left-side {
    width: 100%;
    display: flex;
    padding: 32px 32px 32px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    position: relative;
  }
  .news-left-major-container {
    width: 100%;
  }
  .news-left-major-text-card {
    width: 100%;
    bottom: -10%;
  }
  .news-left-minor-wrapper {
    margin-top: 70px;
  }
  .minor-news-card > img {
    height: 210px;
    width: 100%;
  }
  .minor-news-card {
    width: 30.3%;
    min-width: unset;
  }
  .news-right-side {
    height: auto;
    overflow-y: visible;
    padding: 32px 32px 32px 32px;
    width: 100%;
  }
  .donation-cta-wrapper {
    height: auto;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .donation-decor {
    width: 100%;
  }
  .donation-decor img {
    width: 100%;
  }
}
@media screen and (max-width: 542px) {
  .all-news-deco {
    display: none;
  }

  .news-category-tabs-sort-container {
    width: 100%;
    gap: 16px;
    flex-direction: column;
  }
  .news-category-tabs-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    overflow-x: hidden;
  }
  .calendar-sort-download-container {
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    gap: 16px;
  }
  .custom-date-input {
    width: 100%;
  }
  .flatpickr-footer {
    justify-content: center;
  }
  .custom-dropdown-container {
    width: 100%;
  }
  .custom-dropdown-toggle {
    justify-content: space-between;
  }
  .custom-dropdown-menu {
    width: 100%;
  }
  .news-left-major-container {
    width: 100%;
  }
  .news-left-major-thumbnail {
    height: 210px;
    object-fit: cover;
    display: block;
    width: 100%;
  }
  .news-left-major-text-card {
    width: 90%;
    padding: var(--spacing-2xl, 20px) var(--spacing-xl, 16px);
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: var(--Colors-Foreground-fg-white, #fff);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
    position: absolute;
    bottom: -10%;
  }
  .news-left-major-text-content p:nth-child(2) {
    height: auto;
    align-self: stretch;
    color: #475467;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: "MavenPro-SemiBold";
    font-size: 30px;
    font-style: normal;
    line-height: 38px;
    letter-spacing: -0.96px;
  }
  .news-left-major-text-content p:nth-child(3) {
    font-size: 18px;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news-left-major-btn-content .left-side-btn {
    padding: 10px 16px;
    font-size: 16px;
  }
  .news-left-major-btn-content .left-side-btn img {
    width: 20px;
    height: 20px;
  }
  .right-side-btn-container {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .right-side-btn-container .right-side-btn-1 img,
  .right-side-btn-container .right-side-btn-2 img {
    width: 20px;
    height: 20px;
  }
  .news-left-minor-wrapper {
    margin-top: 38px;
  }
  .minor-news-card > img {
    height: 210px;
    width: 100%;
  }
  .minor-news-card {
    width: 100%;
    min-width: 100%;
  }
  .news-right-side {
    position: relative;
    top: 0px;
    height: auto;
    overflow-y: visible;
    width: 100%;
  }
  .news-right-side-wrapper {
    width: 100%;
  }
  .hot-topics-categories-container {
    width: 100%;
  }
  .hot-topics-container {
    width: 100%;
  }
  .hot-topics-header-box p {
    font-size: 1.75rem;
  }
  .hot-topic-single-tab-container {
    flex-direction: column-reverse;
  }

  .hot-topic-thumbnail img {
    width: 100%;
  }
  .donation-cta-wrapper {
    height: auto;
  }
  .donation-decor {
    width: 100%;
  }
  .donation-decor img {
    width: 100%;
  }
}
