body.enhanced_listing_page .create-btn-wrapper {
  width: 100%;
  position: relative;
}
body .create-new-content-button .card__block {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
body .create-new-content-button p {
  margin: 0;
}
body .create-new-content-button a {
  width: 37px;
  height: 36px;
  font-size: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: -72px;
  border-radius: 50%;
}
/* body .create-new-content-button a:hover {
  border: 2px solid var(--primary-color);
} */
.main-container > .container > .row.g-0 > .col-12 {
  width: 100%;
}

body .region--content > .create-new-content-button {
  display: none !important;
}

body.enhanced_listing_page .create-btn-wrapper .create-new-content-button {
  display: block;
}
/* body.pre-loader::before {
  content: "";
  position: fixed;
  left: calc(50% - 50px);
  z-index: 9999;
  top: calc(50% - 50px);
  background: url(../../icons/preloader_ggkp.svg);
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
body.pre-loader::after {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
} */
/* .create-new-content-button a {
  background: url(../../icons/add-this.svg) no-repeat center var(--primary-color);
} */
body.enhanced_listing_page .enhanced-card-view .view-filters ~ .small.card__block {
  /* width: 850px; */
  max-width: 850px;
  width: 100%;
  height: 150px;
  background: #fff;
  flex: none;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
}
body.enhanced_listing_page .enhanced-card-view .view-filters ~ .small.card__block .groups_no_results,
body.enhanced_listing_page .enhanced-card-view .view-filters ~ .small.card__block .no-results {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #666666;
  text-transform: capitalize;
}
body.enhanced_listing_page .main-container {
  padding-bottom: 60px;
}
body.enhanced_listing_page .block-system-main-block > .form-group {
  margin: 0;
}
/* .enhanced_listing_page .card .teaser__image img { */
/* object-fit: cover; */
/* } */
/*******************24/12/24 download button*******************************/
.bottom-section .knw_file_download:has(.download-btn) {
  position: relative;
}
.download-btn + .files-field.more-link {
  position: absolute;
  /* top: 105%; */
  top: 100%;
  left: calc(50% - 100px);
  /* background: #fff; */
  z-index: 99;
  /* padding: 20px;
  box-shadow: 0px 0px 5px 2px #cccccc;
  width: 200px; */
  display: none;
}
.download-btn + .files-field.more-link .item-list {
  padding: 20px;
  box-shadow: 0px 0px 5px 2px #cccccc;
  width: 200px;
  background: #fff;
  margin-top: 2px;
}
.download-btn + .files-field.more-link li {
  display: inline-block;
  width: 100%;
  padding: 0;
  display: flex;
}
.download-btn + .files-field.more-link li .files_dowload.desc {
  width: 100%;
}
.download-btn:hover + .files-field.more-link,
.download-btn + .files-field.more-link:hover {
  display: inline-block; /* Show dropdown on hover */
}
.download-btn + .files-field.more-link li a {
  display: inline-block;
  border-bottom: 1px solid #d9d9d9;
  /* border-bottom: 2px solid var(--primary-color); */
  width: 105%;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 400;
  color: var(--black);
  background: none !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize;
}
.download-btn + .files-field.more-link li a:hover {
  color: var(--primary-color);
}
.download-btn + .files-field.more-link li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.enhanced_listing_page.group_knowledge .views-infinite-scroll-content-wrapper > .views-field.card {
  overflow: visible;
}
.group_knowledge .main-container {
  overflow: visible;
}
body.enhanced_listing_page div.view-filters {
  margin-bottom: 100px;
}
