.pickwick-events {
	margin-top: 20px;
}

.pickwick-events .card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 8px;
}

.pickwick-events .card-title {
	color: #2c3e50;
}

.pickwick-events .btn-primary {
	background-color: #3498db;
	border-color: #3498db;
}

.pickwick-events .btn-primary:hover {
	background-color: #2980b9;
	border-color: #2980b9;
}

.ppc_blue {
	color: #217fbd;
}

.pickwick-event-title,
.pickwick-event-title a {
	font-size: 24pt;
	color: dodgerblue !important;
}

.pickwick-event-description img {
	max-width: 200px !important;
	height: auto;
}





/* Base consumer rule */
.icon-edit::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font: var(--fa-font-solid);
	content: "\f044";
	display: inline-block;
}

.icon-edit {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font: var(--fa-font-solid);
	content: "\ff8";
	display: inline-block;
}

/* Base consumer rule */
.icon-calendar::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font: var(--fa-font-solid);
	/* sets FA6 family + weight */
	content: "\f073";
	/* consume local variable */
	display: inline-block;
}

/* Define the glyph for this legacy class */
.icon-calendar {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	--fa: "\f007";
}


/* Replace old icon classes with Font Awesome equivalents */
.icon-plus::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "+";
	/* Unicode for fa-plus */
}

/* Base consumer rule */
.icon-user::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font: var(--fa-font-solid);
	/* sets FA6 family + weight */
	content: var(--fa);
	/* consume local variable */
	display: inline-block;
}

/* Define the glyph for this legacy class */
.icon-user {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	--fa: "\f007";
}

.location {
	text-align: center;

}

.icon-white {
	color: #fff;
	/* or your preferred color */
}

.group-remove::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	/* solid */
	content: "\f068";
	/* Unicode for fa-minus */
	margin-right: 0.3em;

}

.group-move::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	/* solid */
	content: "\f047";
	/* Unicode for fa-minus */
	margin-right: 0.3em;

}