/* body.path-highlight-opportunities {
  --primary-color: #592ed3;
  --primary-color-light: #592ed3;
  --primary-color-bold: #3B2D8C;
} */
body.path-highlight-opportunities .block-page-title-block {
  display: none !important;
}
body.path-highlight-opportunities .content-top-section .detail-field.oppor-type-field {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  margin-top: 24px;
}
body.path-highlight-opportunities .content-top-section .detail-field.oppor-type-field .desc {
  display: flex;
}
body.path-highlight-opportunities .content-top-section .detail-field.oppor-type-field ~ .page-title {
  margin-top: 0px;
}
.bottom-buttons .custom-shariff ul li.twitter a:hover {
  background: url(../../../icons/purple/new-icons/twitter_hover.svg) no-repeat center var(--color-fff);
}
.bottom-buttons .custom-shariff ul li.facebook a:hover {
  background: url(../../../icons/purple/new-icons/facebook_hover.svg) no-repeat center var(--color-fff);
}
.bottom-buttons .custom-shariff ul li.linkedin a:hover {
  background: url(../../../icons/purple/new-icons/linkedin_hover.svg) no-repeat center var(--color-fff);
}
.bottom-buttons .custom-shariff ul li.addthis a:hover {
  background: url(../../../icons/purple/new-icons/add-this_hover.svg) no-repeat center var(--color-fff);
}
.section_two .post-vote-wrapper > div a {
  background: url(../../../icons/purple/new-icons/like.svg) no-repeat center;
}
.detail-page-body .files-field .download_label:hover::before {
  background: url(../../../icons/purple/download-arrow.svg) no-repeat center var(--color-fff);
  border: 2px solid var(--primary-color);
}
body.path-highlight-opportunities .content-top-section .detail-field.oppor-type-field a {
  font-weight: 700;
}

.event-register-section .btn-primary-lg a {
  min-width: 180px;
  width: fit-content;
  padding: 0 12px;
}
body.path-highlight-opportunities .content-top-section .detail-field.oppor-type-field:hover {
  color: var(--black);
}
body.path-highlight-opportunities .content-top-section .article__special-fields {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
body.path-highlight-opportunities .content-top-section .article__special-fields .inline-center {
  line-height: 19px;
  text-transform: capitalize !important;
}
/* Edited on july 31 2025 */
/* body .btn-primary-lg a,
body .btn-primary-sm a {
 border: 1.5px solid var(--primary-color-light) !important;
 color: var(--primary-color-bold);
}
body .btn-primary-lg.desc a:hover
body .btn-primary-sm a:hover {
 background-color: var(--primary-color-light) !important;
} */

.view-filters.form-group {
  margin-bottom: auto;
}
body.enhanced-detail-page .enhanced-card-view .views-infinite-scroll-content-wrapper {
  margin-top: 50px;
}
body.enhanced-detail-page .enhanced-card-view .views-infinite-scroll-content-wrapper {
  gap: 24px;
  display: grid;
  grid-template-columns: var(--grid-one-column);
}
/* .form-composite {
  position: absolute;
  top: 40px;
  margin: 0px !important;
}
.form-composite .fieldset-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.form-composite div:first-child {
    display: none;
} */
/* .form-composite .form-item.form-item-field-opportunity-type-target-id label {
  background-color: var(--color-fff);
  border: 1px solid var(--primary-color-light);
  border-radius: 24px;
  height: 36px;
  color: var(--primary-color-bold);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  cursor: pointer;
  font-size: 16px !important;
  margin-bottom: 0px;
  line-height: 20px;
  padding: 0 15px;
} */
.form-composite .form-item.form-item-field-opportunity-type-target-id label:hover,
.form-composite .form-item.form-item-field-opportunity-type-target-id label.active {
  background-color: var(--primary-color-light);
  color: var(--color-fff);
  font-weight: 400 !important;
}
body.enhanced-detail-page .view-filters form > .clearfix {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  justify-content: center;
}

body.enhanced-detail-page .view-filters form > .clearfix > * {
  margin: 0px;
  margin-right: 24px;
}

body.enhanced-detail-page .view-filters .form-item,
body.enhanced-detail-page .members-filter-wrapper .form-item {
  height: 36px;
}

body.enhanced-detail-page .view-filters .form-item-title input,
body.enhanced-detail-page .members-filter-wrapper .form-item-title input {
  width: 100%;
  max-width: 100%;
}

body.enhanced-detail-page .view-filters select,
body.enhanced-detail-page .view-filters input[type="text"],
body.enhanced-detail-page .members-filter-wrapper input[type="text"],
body.enhanced-detail-page .knowledge-filter-wrapper .select2 .select2-selection {
  border: none;
  outline: 0;
  box-shadow: none;
  border-radius: 24px;
  height: 100%;
  font-size: 16px;
  line-height: 19px;
  color: #969696;
  padding: 11px 13px;
  max-width: 100%;
}

body.enhanced-detail-page .view-filters form > .clearfix > *.form-actions {
  margin: 0px;
}
body.enhanced-detail-page .view-filters .form-actions .button {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: var(--color-fff);
  border-radius: 24px;
  height: 40px;
  text-align: center;
  background: var(--primary-color-bold);
  margin: 0 !important;
  text-transform: capitalize;
  width: 180px;
  height: 36px;
}
body.enhanced-detail-page .view-filters .form-actions .button[value="Reset"] {
  display: none;
}

body.enhanced-detail-page .view-filters .form-actions .button:hover {
  background-color: var(--color-fff);
  color: var(--primary-color-bold);
}
body.enhanced-detail-page .view-filters .form-type-select,
body.enhanced-detail-page .view-filters .form-type-textfield,
body.enhanced-detail-page .members-filter-wrapper .form-type-textfield {
  display: flex;
  align-items: center;
  gap: 12px;
}
body .create-new-content-button {
  width: 100%;
  position: relative;
}
body .create-new-content-button a {
  width: 37px;
  height: 36px;
  font-size: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 56px;
  border-radius: 50%;
}
.filter-quick-tab {
  z-index: 1;
}
body .create-new-content-button .card__block {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  body .filter-quick-tab {
    top: 60px;
  }
}
@media (min-width: 900px) {
  body .block--intro-text__content {
    max-width: initial;
  }
}
@media (max-width: 899px) {
  body .views-exposed-form {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  body.path-highlight-opportunities .content-top-section .article__special-fields .inline-center {
    line-height: 12px;
  }
  body.enhanced-detail-page .enhanced-card-view .views-infinite-scroll-content-wrapper {
    gap: 12px;
  }
  body.enhanced-detail-page .view-filters form > .clearfix .form-composite {
    display: none;
  }
  body.enhanced-detail-page .view-filters form > .clearfix {
    flex-wrap: wrap;
    gap: 12px;
    width: 80%;
    margin: auto;
  }
  body.enhanced-detail-page .view-filters form > .clearfix > * {
    margin-right: 0px;
  }
  body.enhanced-detail-page .view-filters input[type="text"] {
    text-align: center;
  }
  body.enhanced-detail-page .view-filters form > .clearfix > *,
  body.enhanced-detail-page .view-filters .form-actions .button {
    width: 114px;
    font-size: 12px;
    line-height: 15px;
    height: 24px;
    padding: 0px;
    min-width: 114px;
  }
  body.enhanced-detail-page .view-filters form {
    position: unset;
  }
  body.enhanced-detail-page .enhanced-card-view .views-infinite-scroll-content-wrapper {
    margin-top: 0;
  }
  body .create-new-content-button a {
    top: -36px;
    background-size: 24px !important;
    width: 24px !important;
    height: 25px !important;
  }
}
.enhanced_user_blog .mediainfo_author .author__info .date-section time {
  margin-bottom: 0px;
}
.enhanced_listing_page .views-infinite-scroll-content-wrapper > .views-field.card {
  padding-bottom: 24px;
}
.detail-field.closing-date-field,
.content-top-section .article__special-fields:has(.detail-field.closing-date-field) {
  color: var(--primary-color);
}
.content-top-section .article__special-fields:has(.detail-field.closing-date-field) a {
  font-weight: 400;
}
