body.path-group.group-details,
body.path-group .view-filters,
body.path-group .mini-pager {
  --primary-color: #007dff !important;
  --primary-color-light: #007dff;
  --primary-color-bold: #045196;
}
/********************banner********************************/
.group_page .full-width-banner .cover:not(.cover-img) {
  background: linear-gradient( to bottom, rgba(0, 125, 255, 0), rgba(0, 125, 255, 1));
  border-radius: 24px;
}
.cover-wrap .hero-footer .btn-group .btn-raised {
  background: url(../../../icons/banner/tooltip-icons/more_007dff.svg) no-repeat;
}
.grp-hero-tooltip {
  background: url(../../../icons/banner/tooltip-icons/info_007dff.svg) no-repeat center;
}
/******************************filter in member page**************************************/
.group-sidebar-block .summary-logo {
  height: 219px;
  border: 0.5px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 5px; */
  margin-bottom: 28px;
}
.group-sidebar-block .summary-link a {
  font-weight: 600;
}

/* .hero-footer .resume-form .join-requested,
.hero-footer .resume-form form > .form-actions input {
  background-color: #78b829;
  color: var(--color-fff);
  border: 0px !important;
  height: 40px;
  font-weight: bold;
} */
.hero-footer .resume-form form > .form-actions {
  margin-bottom: 0px;
  margin-top: 0px;/*edited on 20-05-2025*/
}
/* .hero-footer .resume-form .join-requested {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 24px;
  margin: 0 !important;
  text-transform: capitalize;
  width: 180px;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.cover .page-title {
  text-shadow: none !important;
}
/* tooltip */
.grp-iconsettings {
  max-width: 300px;
  /* min-height: 400px; */
  position: absolute;
  background: #f5f5f5;
  color: #595858;
  padding: 20px;
  width: 300px;
  text-align: left;
  font-size: 12px;
  display: none;
  bottom: -70px;
  left: 100%;
}
.grp-iconsettings .tooltip-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 15px;
}
.group_page .full-width-banner .cover-wrap .grouptype-wrapper .type-detail > .grp-hero-tooltip:hover + .grp-iconsettings {
  display: block;
}
.grouptype-wrapper > .type-detail {
  padding-right: 26px !important;
  position: relative !important;
}
/* .grp-hero-tooltip {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: url(./img/tooltip-icons/info.svg) no-repeat center;
  position: absolute;
  right: 6px;
  top: 2px;
  cursor: pointer;
} */
.group-visibility-details svg {
  margin-right: 3px;
}
.group-visibility-details .icon-group svg {
  background: url(../../../icons/tooltip-icons/lock.svg) no-repeat center;
}
.group-visibility-details .icon-added svg {
  background: url(../../../icons/tooltip-icons/mail_invite.svg) no-repeat center;
}
.group-visibility-details .icon-public svg {
  background: url(../../../icons/tooltip-icons/public.svg) no-repeat center;
}
.group-visibility-details .icon-request svg {
  background: url(../../../icons/tooltip-icons/lock.svg) no-repeat center;
}
.group-visibility-details .icon-direct svg {
  background: url(../../../icons/tooltip-icons/Open_ac.svg) no-repeat center;
}
.group-visibility-details .icon-community svg {
  background: url(../../../icons/tooltip-icons/community.svg) no-repeat center;
}
/* Tooltip ends */

.group_page .group-summary.left-side-sections {
  padding-top: 24px;
}
/* body.group_searches .group__search {
  background-color: var(--primary-color) !important;
  color: var(--color-fff) !important;
}
body.group_searches .enhanced-card-view .view-filters .form-actions .button[value="Reset"]{
  display: block !important;
}

body.group_searches .enhanced-card-view .view-filters .form-actions:has(.button[value="Reset"]){
  display: flex;
  gap: 12px;
} */
.group_page .btn .caret {
  margin-bottom: 2px;
}
body.path-group .quicktabs-wrapper .item-list li.active a,
body.path-group .filter-quick-tab .quick-tab > * label.active {
  background-color: #55a8ff !important;
  color: #fff !important;
  border: 1px solid var(--primary-color) !important;
}
body.path-group.enhanced_listing_page:not(.group__search) .quicktabs-wrapper .item-list li a:hover,
body.path-group.enhanced_listing_page:not(.group__search) .quicktabs-wrapper .item-list li a:hover,
body.path-group.enhanced_listing_page:not(.group__search) .enhanced-card-view .view-filters .form-actions .button:hover,
body.path-group.enhanced_listing_page:not(.group__search) .filter-quick-tab .quick-tab > * label:hover {
  background-color: #55a8ff;
  color: #fff;
}
body.path-group.enhanced_listing_page:not(.group__search) .enhanced-card-view .view-filters .form-actions .button {
  background-color: var(--color-fff);
  color: var(--primary-color-bold);
}

/*#388352 21-01-2025*/
.group-sidebar-block .summary-logo > img {
  height: 100%;
  background: #fff;
  object-fit: contain;
}
.path-highlight-groups:not(.collaboration-space-group) .left-side-sections.left-section-intro {
  background-color: var(--primary-color-light);
}
.path-highlight-groups .left-side-sections .summary-link a:hover {
  color: var(--primary-color-bold);
}
