#group {
	color:#818a91;
	padding-bottom: 60px;
}

#group fieldset {
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-radius: 10px;
}
#group legend {
	width: initial;
	font-size: medium;
	margin-bottom:0;
	height: 42px;
}
#group .fieldset-header{
    margin-top: -20px;
    margin-left: 40px;
    color:#449d44!important;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight:600;
}
#group .btnLoadMore{
	margin-bottom: 10px;
}

#group .btnLoadMore:focus {outline:none;}

#membersModalBody {
	height: 80%;
    overflow-y: scroll;
}
#group .fa-user {
	font-size: 26px;
}
#group .fa-user {
	font-size: 26px;
	    color: #fff;
}
#group .fa-comments {
	font-size: 26px;
}

#group fieldset .fa-stack.fa-lg {
	color:#5cb85c!important;
}

/* CREATE NEW POST */
#group .createPost {
	padding-top:20px;
}
#group .createPost img {
    height: 120px;
    width: 120px;
}
#group #groupWall .profile{
	height: auto;
	width: auto;
	max-width: none;
}
#likeModal .likeList img {
	height: 65px!important;
    width: 65px!important;
    max-width: 65px!important;
}
#membersModal .groupMemberList img {
	height: 65px!important;
    width: 65px!important;
    max-width: 65px!important;
}

#membersModal .groupMemberList .row {
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px dotted #B3A9A9;
}
#group .group-info-block{
	position: absolute;
	top:120px;
}

#group .group-image {
	position: absolute;
	height: 200px;
	width: 200px;
    top: -100px;
}

#group .groupTitle {
	display:inline-block;
	padding: 10px;
	padding-left:20px;
	text-decoration: none;
    font-weight: 600;
    font-size: 36px;
    width: 100%;
    color:#c0c0c0;
    padding-bottom: 0px;
}
#group .groupDescription {
	display:inline-block;
	padding: 20px 20px;
	text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    color:#c0c0c0;
    border-bottom: 1px solid  #c0c0c0;
    padding-top: 0px;
}
#group .no-border {
	 border-bottom: none;
}

#group .container-fluid:first-child .container:first-child {
	padding-top:20px;
	padding-bottom:20px;
}

#group .container-fluid:last-child > .container > .row:first-child {
    padding-bottom: 20px;
    padding-top: 20px;
}

/* ACCORDION */
#group div[id*="accordion"] {
	padding-top: 0px;
	padding-bottom: 0px;

}

#group div[id*="accordion"] .card {
	border:none;
    margin: 0;
}
#group div[id*="accordion"] .card-header {
	background-color: transparent;
    border-bottom:none;
    padding-right:5px;
    padding-top: 0;
}

/* HEADING BERICHTEN & NIEUWSTE ... */ 
#group .recent-activity-header {
	display:inline-block;
	padding: 10px;
	text-decoration: none;
    font-weight: 600;
    font-size: 26px;
    width: 100%;
    border-bottom: 1px solid  #c0c0c0;
}
#group .newest-header {
	display:inline-block;
	padding: 10px;
	text-decoration: none;
    font-weight: 600;
    font-size: 26px;
    width: 100%;
    border-bottom: 1px solid  #c0c0c0;
}
#group .newest .hrule {
	margin-top: 0px;
    margin-bottom: 0px;
}
#group .newest .row:first-child {
	padding-top:20px;
}
#group .newest .row:last-child {
	padding-bottom:40px;
}
#group .newest .datic-thumb {
	display: block;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	background: #e8e4de;
	padding: 0;
	border: 0;
}
#group .newest img {
	height: 100%;
    width: 100%;
	border-radius: 50%;
	object-fit: cover;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}
#group .newest .caption {
	padding-top:30px;
}

/* INDEX MESSAGES */
#group #groupWall .removePost{
	padding:0;
	color:#d9534f;
	margin-left:10px;
	background-color: transparent;
}
#group #groupWall .removePost .fa{
	vertical-align: 0%;
}
#group #groupWall .replyAction{
	padding-top:10px;
}

#group .wallReactionMessage {
	font-size:14px;
	padding:0;
	margin:0;
}
#group .blockquote{
	border-right:2px solid #5cb85c;
}

/* LIKE MODAL */
#likeModal #likeModalBody {
	color:#818a91;
	overflow-y: auto;
}
#likeModal #likeModalBody .row{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 1px solid #e5e5e5
}
#likeModal #likeModalBody .row:last-child {
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: none;
}

/* confirmDialog MODAL */
#confirmDialog .confirmDialogBody {
	color:#818a91;
}

#membersModalBody{
	height: calc(100% - 70px);
}

@media (min-width: 1200px) {
	#group .group-image {
		left:0;
		height: 200px;
	    width: 200px;
	    top: -100px;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	#group .createPost img {
	    height: 90px;
	    width: 90px;
	}
}

@media (max-width: 787px) {
	#group .groupTitle {
		font-size:26px;
	}
	#membersModalBody{
		height: calc(100% - 100px);
	}
	

}

@media (max-width: 575px) {
	#likeModal #likeModalBody {
		color:#818a91;
	}
	#group #groupWall .profile{
		height: auto;
		width: auto;
	}
	#group .newest .datic-thumb {
		width: 50px;
		height: 50px;
	}
	#group .newest img {
		height: 100%;
		width: 100%;
	}
	#group .newest .caption {
	    padding-top: 15px;
	}

	/*------------------------------*/

	#group .container-fluid:nth-child(1) {
		height: inherit!important
	}
	#group .container-fluid:nth-child(2) {
		height: inherit!important
	}
	#group .group-image {
		position:relative;
	    top: 0px;
	}
	#group .group-info-block {
	    position: relative;
	    top: 0px;
	}
	#group .fieldset-header {
		margin-left:0;
	}
	#membersModalBody{
		height: calc(100% - 120px);
	}
}

@media (max-width: 350px) {
	#membersModalBody{
		height: calc(100% - 150px);
	}
}
@media (min-width: 576px) {
	#group .group-image {
		left:0;
		height: 180px;
	    width: 180px;
	    top: -90px;
	}

}

#group .accordion-toggle,
#group .accordion-toggle:hover,
#group .accordion-toggle:focus,
#group .accordion-toggle:active {
	color: #5cb85c !important;
	text-decoration: none;
}
#group .postList a,
#group .replyList a,
#group .createPost a {
	color: #449d44;
}
#group .postList a:hover,
#group .replyList a:hover {
	color: #2e7d4f;
}

/* Vraag van de week */
#group .group-starter {
	margin: 0.5rem 0 0.75rem;
}
#group .group-starter__inner {
	padding: 0.9rem 1rem;
	border-radius: 10px;
	background: linear-gradient(135deg, #eef8ee 0%, #f4faf7 55%, #e8f5e9 100%);
	border: 1px solid rgba(92, 184, 92, 0.35);
}
#group .group-starter__badge {
	display: inline-block;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #2f5d2f;
	font-weight: 600;
	margin-bottom: 0.35rem;
}
#group .group-starter__question {
	margin: 0 0 0.65rem;
	color: #3a4a3a;
	font-size: 1.05rem;
	line-height: 1.4;
	font-weight: 500;
}
#group .group-starter__cta {
	color: #fff !important;
}
#group .group-wall-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-top: 0.35rem;
	flex-wrap: wrap;
}
#group a.group-wall-dm {
	color: #5cb85c;
	border: 1px solid #5cb85c;
	background: #fff;
	text-decoration: none;
}
#group a.group-wall-dm:hover,
#group a.group-wall-dm:focus {
	background: #5cb85c;
	color: #fff !important;
	text-decoration: none;
}
#group .group-activity-meta {
	display: block;
	margin-top: 0.25rem;
	color: #6a7a6a;
	font-size: 0.8rem;
}
#myGroups .group-activity-meta,
#otherGroups .group-activity-meta {
	display: block;
	margin-top: 0.25rem;
	color: #6a7a6a;
	font-size: 0.8rem;
}
#myGroups .mygroups-intro {
	margin: 0.75rem 0 0.25rem;
	color: #4a5560;
	line-height: 1.45;
}
#myGroups .mygroups-available-hint {
	margin: -0.35rem 0 1rem 0.25rem;
	color: #6a7a6a;
	font-size: 0.92rem;
	line-height: 1.4;
}
#myGroups .mygroups-intro .fa-link,
#myGroups .mygroups-available-hint .fa-link {
	color: #5cb85c;
}
#myGroups .mygroup-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}
#myGroups .mygroup-card-link:hover,
#myGroups .mygroup-card-link:focus {
	text-decoration: none;
	color: inherit;
}

/* ---- Warm page polish ---- */
#group .group-warm-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
}
#group .group-warm-hero__topline {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 1rem 1.15rem;
}
#group .group-warm-hero .group-image,
#group .group-warm-hero img.group-image {
	position: static !important;
	top: auto !important;
	flex: 0 0 96px;
	width: 96px !important;
	height: 96px !important;
	object-fit: cover;
	border-radius: 50% !important;
	border: 3px solid #fff !important;
	box-shadow: 0 10px 28px rgba(30, 26, 23, 0.12);
	padding: 0 !important;
}
#group .group-warm-hero__titles {
	flex: 1 1 auto;
	min-width: 0;
}
#group .group-warm-hero .warm-hero__eyebrow {
	margin: 0 0 0.15rem;
}
#group .group-warm-hero .groupTitle,
#group .group-warm-hero .warm-hero__title.groupTitle {
	display: block !important;
	font-size: clamp(1.55rem, 3.5vw, 2.1rem);
	color: #1e1a17;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100% !important;
	max-width: none;
	line-height: 1.2;
}
#group .group-warm-hero .groupDescription,
#group .group-warm-hero .warm-hero__lead.groupDescription {
	display: block !important;
	margin: 0;
	padding: 0;
	border: 0;
	color: #6a635c;
	font-weight: 500;
	font-size: 0.98rem;
	line-height: 1.45;
	width: 100% !important;
	max-width: none;
}

@media (max-width: 575px) {
	#group .group-warm-hero .group-image,
	#group .group-warm-hero img.group-image {
		flex-basis: 72px;
		width: 72px !important;
		height: 72px !important;
	}
}
#group .group-info-block {
	position: static !important;
}
#group .fa-stack.fa-lg,
#group fieldset .fa-stack.fa-lg {
	color: #5cb85c !important;
}
#group .fieldset-header {
	color: #1e1a17 !important;
}
#group .createPost {
	background: #fff;
	border: 1px solid #e6e2dc;
	border-radius: 16px;
	padding: 1rem;
	margin-bottom: 1rem;
}

/* Sort pills */
#group .group-sort {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}
#group .group-sort__pill {
	appearance: none;
	border: 1px solid #d7dde3;
	background: #f7f7f9;
	color: #474d59;
	border-radius: 999px;
	padding: 0.4rem 0.9rem;
	font-size: 0.88rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
#group .group-sort__pill:hover {
	border-color: #5cb85c;
	color: #449d44;
}
#group .group-sort__pill.is-active {
	background: #5cb85c;
	border-color: #5cb85c;
	color: #fff;
}

/* Compact topic cards */
#group .group-topic {
	background: #fff;
	border: 1px solid #e6e2dc;
	border-radius: 12px;
	padding: 12px;
	margin-bottom: 10px;
}
#group .group-topic__main {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
#group .group-topic__avatar {
	flex: 0 0 48px;
	width: 48px;
	text-align: center;
}
#group .group-topic__avatar .datic-thumb {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	background: #e8e4de;
	padding: 0;
	border: 0;
	box-shadow: none;
}
#group .group-topic__avatar .datic-thumb .datic-thumb-img,
#group .group-topic__avatar img,
#group .group-topic__avatar .profile {
	width: 100% !important;
	height: 100% !important;
	border-radius: 50% !important;
	object-fit: cover;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	max-width: none;
}
#group .group-topic__content {
	flex: 1 1 auto;
	min-width: 0;
}
#group .group-topic__header {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	align-items: flex-start;
	margin-bottom: 4px;
}
#group .group-topic__who {
	font-weight: 600;
	color: #474d59;
	line-height: 1.3;
}
#group .group-topic__who a {
	color: #449d44;
	font-weight: 700;
}
#group .group-topic__who-meta {
	display: block;
	font-weight: 500;
	font-size: 0.8rem;
	color: #818a91;
	margin-top: 1px;
}
#group .group-topic__when {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #818a91;
	font-size: 0.76rem;
	white-space: nowrap;
}
#group .group-topic__delete {
	padding: 0 4px;
	color: #d9534f;
	background: transparent;
	border: 0;
	line-height: 1;
}
#group .group-topic__body.is-clamped .group-topic__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	max-height: 6.2em;
}
#group .group-topic__body.is-expanded .group-topic__text {
	display: block;
	max-height: none;
	overflow: visible;
}
#group .group-topic__text {
	color: #474d59;
	line-height: 1.45;
	word-wrap: break-word;
}
#group .group-topic__more {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 2px 0 0;
	margin: 0;
	color: #449d44;
	font-weight: 600;
	font-size: 0.84rem;
	cursor: pointer;
}
#group .group-topic__photo {
	display: inline-block;
	margin-top: 6px;
}
#group .group-topic__photo img {
	max-width: 160px;
	height: auto;
}

/* Acties: tekstlinks, geen pills / lijnen */
#group .group-topic__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px 14px;
	margin-top: 8px;
	padding: 0;
	border: 0;
}
#group .group-topic__action {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	color: #6a7a6a;
	font-size: 0.86rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.2;
}
#group .group-topic__action:hover,
#group .group-topic__action:focus {
	color: #449d44;
	outline: none;
}
#group .group-topic__toggle-replies {
	color: #449d44;
}
#group .group-topic__chevron {
	margin-left: 3px;
	font-size: 1rem;
	vertical-align: -1px;
}
#group .group-topic__like-btn {
	color: #9aa3ab;
	font-size: 1rem;
	padding: 0 2px;
}
#group .group-topic__like-btn .heart,
#group .group-topic__like-btn .fa-heart.heart {
	color: #d9534f !important;
}
#group .group-topic__like-count {
	min-width: 0.75rem;
}
#group .group-topic__activity {
	font-size: 0.76rem;
	font-weight: 500;
	color: #9aa3ab;
}

/* Thread + composer: geen extra lijnen */
#group .group-topic__thread {
	margin: 8px 0 0 58px;
	padding: 0;
	border: 0;
	max-width: calc(100% - 58px);
	box-sizing: border-box;
}
#group .group-topic__thread[hidden] {
	display: none !important;
}
#group .group-topic__replies {
	margin: 0 0 8px;
}
#group .group-topic__replies .blockquote {
	margin: 0 0 6px;
	padding: 6px 10px;
	font-size: 0.9rem;
	border-right: 2px solid #c8e6c9;
	background: #f7f9f7;
}
#group .group-topic__replies .blockquote:last-child {
	margin-bottom: 0;
}
#group .group-topic__compose {
	margin: 0;
	padding: 0;
	max-width: 100%;
	box-sizing: border-box;
}
#group .group-topic__composer {
	display: flex;
	align-items: stretch;
	max-width: min(420px, 100%);
	width: 100%;
	border: 1px solid #dde3e0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}
#group .group-topic__composer .wallReply {
	border: 0;
	box-shadow: none !important;
	height: 36px;
	padding: 6px 10px;
	font-size: 0.9rem;
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	max-width: 100%;
	border-radius: 0;
	box-sizing: border-box;
}
#group .group-topic__composer .wallReply:focus {
	outline: none;
	box-shadow: none;
}
#group .group-topic__send {
	appearance: none;
	border: 0;
	border-left: 1px solid #dde3e0;
	background: #f4f7f4;
	color: #449d44;
	width: 40px;
	flex: 0 0 40px;
	cursor: pointer;
	padding: 0;
}
#group .group-topic__send:hover,
#group .group-topic__send:focus {
	background: #eef8ee;
	color: #2e7d4f;
	outline: none;
}
#group .group-topic .btn-primary,
#group .createPost .btn-primary {
	background: #5cb85c;
	border-color: #449d44;
}
#group .group-topic .btn-primary:hover,
#group .createPost .btn-primary:hover {
	background: #449d44;
	border-color: #449d44;
}

@media (max-width: 575px) {
	#group .group-topic__avatar {
		flex-basis: 42px;
		width: 42px;
	}
	#group .group-topic__avatar .datic-thumb {
		width: 42px;
		height: 42px;
	}
	#group .group-topic__avatar .datic-thumb .datic-thumb-img,
	#group .group-topic__avatar img,
	#group .group-topic__avatar .profile {
		width: 100% !important;
		height: 100% !important;
		border: 0 !important;
		padding: 0 !important;
	}
	#group .group-topic {
		padding: 10px;
		overflow: hidden;
	}
	#group .group-topic__thread {
		margin-left: 0;
		max-width: 100%;
	}
	#group .group-topic__composer {
		max-width: 100%;
	}
}

