/* BACKGROUND COLORS */
body {
  /* background-color: #fff1f2 !important; */
 /* background-color: #ebf0fe !important; */
}

/* PADDING PAGE ROWS */
.PageRow:not(:first-of-type) {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/*
/*PAGE ROW CONTAINER */
.PageRowContainer:not(:first-of-type)  {
  padding-bottom: 0px !important;
}
*/


/* LINES CARDS */
*[class^="Card"],
*[class^="TextView__Wrapper"] {
  box-shadow: unset !important;
}
.FeedItemFooter,
.FeedItemAction:not(:last-child),
*[class*="FeedItemComments__Wrapper"] {
  border-color: #c0cefa !important;
}

/* TEMPLATE HEADERS */
section {
  box-shadow: unset !important;
}

/* GROUP HEADERS */
*[class^="GroupContainer__Wrapper"] {
  box-shadow: unset !important;
  background-color: unset !important;
}
.GroupContentTop {
  padding-top: 12px;
  margin-bottom: unset !important;
}

/* GROEP BACKGROUND */
.dckDfe {
 /* background-color: #ebf0fe !important;*/
}

/* FORM ELEMENTS */
*[class^="Select__Wrapper"] .SelectContainer::before {
  border-color: transparent !important;
}
.SelectContainer {
  padding-top: 12px;
}
.SelectLabel {
  top: 2px !important;
}
.tippy-box[data-theme~="select"] {
  border-color: transparent !important;
}

/* TYPOGRAPHY */
/* Grote Text 20px */
.vilyl .ProseMirror {
  font-size: 1.25rem !important;
}
h3,
*[class^="H3-sc"] {
  line-height: 1.2 !important;
  margin: 0.25rem 0 !important;
}

/* EVENT IMAGES */
.FeedItemImage,
*[class^="CoverImage__Wrapper"] {
  background-color: #f4d74b !important;
}

/* CALL TO ACTION */
/*
*[class*="CallToActionView__Wrapper"] {
  background-color: transparent !important;
}
*[class*="CallToActionView__Wrapper"] *[class^="CardContent"] {
  padding: 0 !important;
}
*/

/* AGENDA LIJST OP HOMEPAGE */
.EventsItemTitle {
  font-size: 1.25rem !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

/* VRAGEN OP HOMEPAGE */
swiper-slide .FeedItemContent {
  box-shadow: #3d68ec 0px 0px 0px 3px inset !important;
}

/* HIGHLIGHTED GROEPEN */
.ciVlqG {
  /* box-shadow:#3D68EC  0px 0px 0px 3px inset !important; */
}
.ciVlqG::after {
  /* display: none; */
}

/* LINKS NAAR GROEPEN IN FEEDITEMS */
.FeedItemMeta a {
  color: #3d68ec;
  border: 1px solid #3d68ec;
  border-radius: 4px;
  padding: 1px 6px;
  margin-top: 0.25rem 0 !important;
}

/* FOOTER */
*[class^="FooterView__Wrapper"] {
  display: flex;
  justify-content: center;
}

/* CONTENT CLASSES */
.center {
  text-align: center;
  display: block;
}
section:has(.merge-next-section) + section.PageRow {
  padding-top: 0 !important;
}
