.splide__pagination {
  position: static !important;
  bottom: -1.5rem !important;
}

.splide__pagination__page {
  width: 5px !important;
  height: 5px !important;
  opacity: 1 !important;
  background: var(--text-color) !important;
}

.splide__pagination__page.is-active {
  width: 5px !important;
  height: 5px !important;
  transition: all 0.3s ease !important;
  transform: scale(2) !important;
  opacity: 1 !important;
  background: var(--primary-color) !important;
}
/* Custom style for home page case studies block ends. */
/* Custom style for banner section of BRICIS initiatives detail page starts. */
.brics-init-page .cover-img-wrapper {
  z-index: 0;
}

.brics-init-page .position-absolute {
  z-index: 1;
}
.brics-init-page .position-absolute .breadcrumb-current {
  margin-left: 0;
}
.brics-init-page .page-title {
  color: var(--background-color);
}
/* Custom style for banner section of BRICIS initiatives detail page ends. */

/* Elaluation report listing page custom style starts*/

.evaluation-listing-page.page-cover-banner .cover-img-wrapper {
  z-index: 0;
}

.evaluation-listing-page.page-cover-banner .position-absolute {
  z-index: 1;
}
.er-item-title,
.er-item-description,
.er-item-link-container,
.er-item-date{
  font-family: Montserrat;
}
.evalution-exposed-filter-wrapper .er-search-input{
  border: 0px !important;
  color: var(--primary-text-color);
  width: 100%;
  margin-top: 0px;
  font-size: 17px;
}
.evalution-exposed-filter-wrapper .form-text:focus-within {
  box-shadow: unset !important;
}
.evalution-exposed-filter-wrapper .search-clear {
  position: relative;
  top: 35%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #214d92;
  font-size: 30px;
  font-weight: 700;
}
.evalution-exposed-filter-wrapper .views-exposed-form.bef-exposed-form {
  width: 100%;
}
.er-item:hover .er-item-title {
  color: unset !important;
}
.er-item:hover {
   border-bottom: 1px solid #e5e7eb !important;
}

.er-item {
  grid-template-areas: "title date""link ." !important;
  padding: 16px 16px 24px 0 !important;
}
/* Elaluation report page custom style ends*/

/* Updating a tag style starts */
.page-node-type-listing-page-brics-initiatives .tp-pg-numbers a{
  text-decoration: none;
}
/* Updating a tag style ends */

/* Font style for BRICS initiative lisitng page starts*/
.page-node-type-listing-page-brics-initiatives{
  font-family: Montserrat;
}
/* Font style for BRICS initiative lisitng page ends*/
/* Custom styling for Country detail page starts*/
.country .cover-img-wrapper { 
  z-index: 0;
}
.country .position-absolute {
  z-index: 1;
}
.country .tp-item:hover .tp-item-title {
  color: unset;
}
.country .tp-item:hover {
  border-bottom: 1px solid #e5e7eb;
}
.country {
  font-family: Montserrat;
}
.country .tp-item-link-container {
  gap: 1.5rem !important;
}
/* Custom styling for Country detail page ends*/
/*Admin toolbar sticky starts */
.user-logged-in .main-nav-header{
  top: 80px;
}
/*Admin toolbar sticky ends */
/*Search page changes starts*/
.sr-results-bg .tp-pg-num { 
  text-decoration: none;
}
/*Search page changes ends*/

/* Updating Brics initiatives icon color as per theme 2 starts */
.home-page-brics-initiative-block img{
  filter: brightness(0) saturate(100%) invert(67%) sepia(85%) saturate(3015%) hue-rotate(334deg) brightness(101%) contrast(101%);
}
/* Updating Brics initiatives icon color as per theme 2 ends*/
/* New theme Home page - NDB knowledge products block style starts */
.ndb-products-shell .ndb-products-tabs .nav-link.active {
  background-color: var(--primary-color);
}

.ndb-products-tabs .nav-link:hover:not(.active) {
  color: unset;
}
.home-page-case-study.hide,
.home-page-thematic-papers.hide,
.home-page-eval-reports.hide {
  display: none;
}
.home-page-case-study.show,
.home-page-thematic-papers.show,
.home-page-eval-reports.show {
  display: block;
}
/* New theme Home page - NDB knowledge products block style ends */

/* Updating Brics initiatives icon color as per theme 2 starts for BRICS initiatives details page block  starts. */
.brics-initiatives-details-page-block img{
    filter: brightness(0) saturate(100%) invert(67%) sepia(85%) saturate(3015%) hue-rotate(334deg) brightness(101%) contrast(101%);
}
/* Updating Brics initiatives icon color as per theme 2 starts for BRICS initiatives details page block ends. */

/* New theme - Brics detail page style override strats*/
.brics-detail-ref-list .brics-detail-ref-item {
  text-decoration: none;
}
/* New theme - Brics detail page style override ends*/
/* New theme - Search result page style override starts*/
.new-search-page .pagination__btn[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
  color: var(--secondary-text-color);
}
/* New theme - Search result page style override ends*/
