.weergave-spinner-overlay {
  background: rgba(255, 255, 255, 0.98); /* WIT, niet groen! */
  border: 2px solid #006366;
}

.weergave-spinner-backdrop {
  background: rgba(0, 0, 0, 0.05); /* Zeer lichte dimming */
}

.rapportknop_onsel {
  margin-left: -3px;
  height: 40px;
  padding: 5px;
  font-size: 1.2em;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #263061;
  background-color: #fff;
  border: 0px solid #263061;
  border-width: 3px;
  border-radius: 0px;
  cursor: pointer;
}

.rapportknop_onsel:hover {
  background-color: #263061;
  color: #fff;
}

.rapportknop_sel {
  margin-left: -3px;
  height: 40px;
  padding: 5px;
  font-size: 1.2em;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  background-color: #263061;
  color: #fff;
  border: 0px solid #263061;
  border-width: 3px;
  border-radius: 0px;
  cursor: pointer;
}
.rapportknop_sel:hover {
  color: #263061;
  background-color: #fff;
}

.reset-button {
  background: #eee;
  border: 1px solid #ccc;
  padding: 4px 8px;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.reset-button:hover {
  background: #ddd;
}

.rodekop {
  font-family: "FilsonProBold", "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: red;
}
body {
  background-color: #fff;
}

.td_smaller {
  width: 10%;
}

table.dataTable td {
  width: 10%;
}

.klein-knopje {
  font-size: 0.7rem;
  padding: 0.25rem;
  margin-bottom: 5px;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #263061;
}

/*grid voor bovenste laag*/
.boven_parent {
  display: grid;
  grid-template-columns: 0.5fr 4fr 1.5fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 90px;
}

.image-container {
  display: flex;
  align-items: center;
}

.bp_1 {
  grid-area: 1 / 1 / 3 / 2;
}
.bp_2 {
  grid-area: 1 / 2 / 2 / 3;
  text-align: left;
}
.bp_3 {
  grid-area: 2 / 2 / 3 / 3;
  text-align: left;
}
.bp_4 {
  grid-area: 1 / 3 / 3 / 4;
}

.bp_1,
.bp_4 {
  margin: auto;
}

/*grid voor onderste laag*/
.onder_parent {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 4.2fr 0.8fr;
  grid-template-rows: 1fr, 0.1fr;
  grid-auto-rows: auto;
  grid-auto-rows: minmax(130px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.op_1 {
  grid-area: 1 / 1 / 3 / 2;
  padding-top: 30px;
}
.op_2 {
  grid-area: 1 / 2 / 2 / 3;
  padding-top: 30px;
}
.op_3 {
  grid-area: 1 / 3 / 2 / 4;
}
.op_4 {
  grid-area: 2 / 2 / 3 / 4;
  padding-left: 2em;
  min-height: 220px;
}
/* Layout ZONDER filters (groepsrapport) */
.rapport-block[data-type="visual-grp"] .onder_parent {
  grid-template-columns: 5fr 0.8fr; /* Geen filter kolom */
}

.rapport-block[data-type="visual-grp"] .op_2 {
  grid-area: 1 / 1 / 2 / 2; /* Visual neemt eerste kolom */
}

.rapport-block[data-type="visual-grp"] .op_3 {
  grid-area: 1 / 2 / 2 / 3; /* Legenda in tweede kolom */
}

.rapport-block[data-type="visual-grp"] .op_4 {
  grid-area: 2 / 1 / 3 / 3; /* Tekstblok onder alles */
}
.item_no {
  text-align: right;
  color: red;
}

/*weegkolom*/

.celgroen {
  color: #36949a;
}

.celoranje {
  color: #ff7d07;
}

#clusters,
#locaties,
#soorten,
#lfts,
#groepen {
  border: 0px solid #3399cc;
  border-radius: 5px;
  border-collapse: collapse;
  display: inline-block;
  padding: 5px;
  margin-bottom: 2px;
  width: 100%;
  max-height: 150px;
  overflow: auto;
}

#tabellocatie {
  min-height: 100px;
  overflow: auto;
  background-color: #fff;
}
/*knoppen*/
.button4,
.button5,
.button6,
.button7 {
  width: 16.2%;
  min-width: 100px;
  margin-left: 5px;
  float: left;
  height: 65px;
  padding: 0;
  font-size: 1.4em;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #fff;
  background-color: #45b5e8;
}
.button7 {
  width: 13.65%;
  font-size: 1em;
}
.button5 {
  width: 19%;
}
.button4 {
  width: 22%;
}
svg {
  width: 100%;
  height: 380px;
}

#knop {
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: initial;
  white-space: normal;
}

/*checkboxes*/

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/ej_check.png) left top no-repeat;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span {
  background: url(../images/ej_check.png) -19px top no-repeat;
}

.rad {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rad input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.tsjekmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rad:hover input ~ .tsjekmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rad input:checked ~ .tsjekmark {
  background-color: #263061;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.tsjekmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rad input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rad .checkmark:after {
  top: 9px;
  left: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

/* Customize the label (the container) */
.tsjklabel {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-left: 5px;
  margin-bottom: 1.8px;
  cursor: pointer;
  font-size: 0.8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label {
  display: block;
  margin: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  color: #0a0a0a;
}
/* Hide the browser's default checkbox */
.tsjklabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.tsjklabel:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.tsjklabel input:checked ~ .checkmark {
  background-color: #263061;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.tsjklabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tsjklabel .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-accordion .ui-accordion-content {
  padding-bottom: 0px;
}

.doelenknoptt:hover {
  color: #3399cc;
  background-color: #000;
}

#tips a:hover,
a.toelichting:hover {
  /*background:rgba(148, 0, 211, 0.8);color: #000 ;font-size :120%;*/
  text-decoration: underline;
}
.VE_table {
  border: 1px solid #3399cc;
  font-size: 80%;
  width: 100%;
  margin-bottom: 10px;
}

.VE_rij {
  padding: 5px;
  color: #243061;
}
.rapport_table {
  border: 1px solid #cdcdcd;
  border-collapse: initial;
  font-size: 80%;
  width: 100%;
  margin-bottom: 10px;
}
.table:hover {
  background-color: #3399cc;
}

.rapport_table td {
  height: 20px;
  padding: 5px;
}
.rapport_table_links,
.opm {
  color: #28759c;
  font-style: italic;
}
.rapport_table_rechts {
  color: Black;
  font-weight: 300;
}
.posblok {
  background-color: #e3f4fc;
  color: #243061;
}
.remblok {
  background-color: #fff8e7;
  color: #ed615c;
}

#balk {
  width: 100%;
}

#toelichting {
  margin-top: 1em;
}

.toelichting_werking {
  font-size: 0.7rem;
  color: #6b6b6b;
}

#rapport,
#knoppenbalk,
#tips,
#toelichting {
  border: 0px solid #3399cc;
  border-radius: 5px;
  border-collapse: collapse;
  display: inline-block;
}

.tsjek {
  font-weight: 100;
}

#knoppenbalk {
  width: 100%;
  float: left;
}

#rapport {
  overflow: auto;
  width: 100%;
}
#rapport h2.hoofdkop {
  margin-bottom: 0.8rem;
  margin-top: 2rem;
}

.axis path,
.axis line {
  fill: none;
  stroke: #777;
  stroke-width: 0;
  shape-rendering: crispEdges;
}

.axis text {
  stroke-width: 0;
  font-weight: normal;
  color: #fff;

  font-size: 70%;
}

.toeltipgetal {
  line-height: 1;
  font-weight: normal;
  color: yellow;
  font-size: 100%;
}

.toeltip {
  line-height: 1;
  font-weight: normal;
  color: white;
  padding: 12px;
  font-size: 80%;

  background: rgba(16, 127, 145, 0.8);
  border-radius: 5px;
}

/* Creates a small triangle extender for the tooltip */
.toeltip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(16, 127, 145, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.toeltip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

/* rapport active header */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #e6f5fc;
  border-color: rgba(16, 127, 145);
}

#tekstkop {
  /*margin-bottom: 1rem;*/
  font-size: 1.8em;
  font-weight: bold;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #263061;
}
/* etc. */
.rap_kop_1 {
  /*margin-bottom: 1rem;*/
  font-size: 1.8em;
  font-weight: bold;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #263061;
}
#rap_kop_2a {
  /*margin-bottom: 1rem;*/
  font-size: 1.4em;
  font-weight: bold;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #263061;
  float: left;
}

#rap_kop_2b {
  /*margin-bottom: 1rem;*/
  font-size: 1.4em;
  font-weight: bold;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #45b5e8;
  float: left;
}
.h3kop {
  margin-top: 1rem;
  font-size: 1em;
  font-weight: bold;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #263061;
}
#rap_kop_2c {
  /*margin-bottom: 1rem;*/
  font-size: 1.4em;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #263061;
  float: left;
}
.active {
  background-color: #263061;
}

#datafilter {
  width: 1200px;
}
.output {
  color: rgb(4, 117, 80);
  width: 800px;
}

#checkBoxBlok {
  width: 200px;
  margin-bottom: 100px;
}
#regios,
#locaties,
#soorten,
#leeftijden,
#jaren {
  width: 195px;
}

.dropdown-check-list {
  display: inline-block;
  width: 100%;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #45b5e8;
  border-radius: 5px;
  color: #45b5e8;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 5px;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid #45b5e8;
  border-top: 2px solid #45b5e8;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
/*
.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
}

.dropdown-check-list ul.items li {
  list-style: none;
  cursor: pointer;
}
*/
.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .tsjklabel {
  display: block;
}

.filter-controls {
  margin-bottom: 0.5em;
}
.checkbox-lijst {
  display: flex;
  flex-direction: column;
}
.kleinknop {
  font-size: 0.8rem;
  padding: 2px 6px;
  margin-bottom: 6px;
}
.filtergroep {
  margin-bottom: 1rem;
}
.checkbox-lijst label {
  display: block;
}
#tabelcontainer {
  height: 300px;
  overflow: auto;
}
#tabelcontainer table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#tabelcontainer th,
#tabelcontainer td {
  border: 1px solid #ccc;
  padding: 6px;
  text-align: center;
  overflow-wrap: break-word;
}
#tabelcontainer th.locatie-col,
#tabelcontainer td.locatie-col {
  width: 20%;
  text-align: left;
}
#tabelcontainer th.data-col,
#tabelcontainer td.data-col {
  width: calc(80% / var(--kolommen));
}

/* kleurtjes */
.score-groen {
  background: #d4edda;
}
.score-oranje {
  background: #fff3cd;
}

/* tabs */
.tabs {
  margin-bottom: 12px;
}
.tabs button {
  width: 16.2%;
  cursor: pointer;
  min-width: 100px;
  margin-left: 5px;
  float: left;
  height: 30px;
  padding: 0;
  font-size: 1em;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #fff;
  background-color: #45b5e8;
}
.tabs button.active {
  color: #45b5e8;
  background: #ddd;
  font-weight: bold;
}
.loader-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: saturate(120%) blur(1px);
  z-index: 10;
}
.loader-text {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #333;
}

.spinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid #cfd8dc;
  border-top-color: #36949a;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Disabled state voor knoppen */
#knoppenbalk button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.item-pos {
  color: #777;
  font-size: 0.85em;
  margin-left: 6px;
}

.item-meta {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 10px;
}

.detail-list {
  margin: 0;
  padding-left: 20px;
}

/* ---- CONTAINER ---- */
.rapport-items {
  margin-top: 1.5rem;
}

.item-blok {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.item-details li {
  margin-left: 10px;
  font-size: 0.9rem;
}
.cat summary {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  padding: 8px 12px;
  background: #f4faff;
  border-radius: 6px;
  border: 2px solid #dcefff;
}

.cat summary:hover {
  background: #e8f4ff;
}

.itemblok {
  border-left: 3px solid #7bb6e8;
  padding: 10px 20px;
  margin-top: 12px;
}

.itemblok h4 {
  margin: 0 0 6px;
  font-size: 16px;
}

.meta {
  font-weight: normal;
  font-size: 12px;
  color: #666;
}

.obs li {
  margin-bottom: 3px;
}
.duim-icon {
  width: 22px;
  vertical-align: middle;
  margin-right: 8px;
}

.item-block {
  margin-bottom: 22px;
}

.item-pos {
  margin-bottom: 14px;
  font-style: italic;
  padding-left: 6px;
}

.obs-box {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 6px;
}
.duim-icon {
  height: 22px;
  width: auto;
  margin-right: 8px;
  vertical-align: middle;
  opacity: 0.9;
}
.duim-icon:hover {
  opacity: 1;
  transform: scale(1.05);
  transition: 0.15s ease;
}
.duim-mini {
  height: 16px;
  width: auto;
  margin-left: 8px;
  vertical-align: middle;
}
/* ============================================
   ACCORDION STYLES - Vue Compatible
   ============================================ */

/* Container voor alle accordions */
.rapport-items {
  display: block;
  margin-top: 1.5rem;
  width: 100%;
}

/* Elk accordion block (score groep) */
.acc-block {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

/* Accordion header (de klikbare knop) */
.acc-header {
  width: 100%;
  text-align: left;
  border: none;
  background: #f3f3f3;
  color: #243061;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  margin-bottom: 4px;
}

.acc-header:hover {
  background: #e8f1f1;
}

.acc-header:focus {
  outline: 2px solid #45b5e8;
  outline-offset: 2px;
}

/* Duim iconen in de header */
.duim-icon {
  height: 24px;
  width: auto;
  margin-right: 8px;
  vertical-align: middle;
  opacity: 0.9;
  flex-shrink: 0;
}

.duim-icon:hover {
  opacity: 1;
  transform: scale(1.05);
  transition: 0.15s ease;
}

/* Mini duim iconen in de lijst items */
.duim-mini {
  height: 16px;
  width: auto;
  margin-left: 8px;
  vertical-align: middle;
}

/* Accordion body (de uitklapbare content) */
.acc-body {
  /* Vue's v-show regelt display: none/block */
  border-left: 3px solid #5aa2a8;
  background: #fafafa;
  border-radius: 0 6px 6px 6px;
  margin: 0 0 1rem 0;
  padding: 12px 16px;
}

/* Item binnen de accordion */
.item-block {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.item-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Item titel */
.item-block h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #263061;
  font-family: "FilsonProBold", "Roboto", sans-serif;
}

/* Item positie/beschrijving */
.item-pos {
  color: #555;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.5;
  padding-left: 4px;
}

.item-pos strong {
  color: #263061;
  font-weight: 600;
}

/* Observatie box (details element) */
.obs-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 14px;
  border-radius: 6px;
  margin-top: 8px;
}

.obs-box summary {
  cursor: pointer;
  font-weight: 600;
  color: #263061;
  padding: 4px 0;
  user-select: none;
}

.obs-box summary:hover {
  color: #45b5e8;
}

/* Details marker (driehoekje) styling */
.obs-box summary::-webkit-details-marker {
  color: #45b5e8;
}

/* Tabel binnen observatie box */
.rapport_table {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  margin-top: 8px;
  background: #fff;
}

.rapport_table td {
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
}

.rapport_table td:first-child {
  font-weight: 600;
  color: #666;
  width: 120px;
  vertical-align: top;
}

.rapport_table tr:last-child td {
  border-bottom: none;
}

/* Positie blok (norm) */
.posblok {
  background-color: #e3f4fc;
  color: #243061;
  padding: 6px;
  border-radius: 4px;
}

/* Opmerking blok */
.remblok {
  background-color: #fff8e7;
  color: #ed615c;
  padding: 6px;
  border-radius: 4px;
  font-style: italic;
}

/* Observatie lijst (voor locatie rapporten) */
.obs-box ul {
  margin: 8px 0 0 0;
  padding-left: 20px;
  list-style: none;
}

.obs-box li {
  padding: 4px 0;
  color: #333;
  font-size: 14px;
}

/* Avoid page break inside accordion items (voor print) */
.avoid-break {
  page-break-inside: avoid;
  break-inside: avoid;
}

/* Section styling */
.rapport-block {
  margin-bottom: 2rem;
}

.rapport-block h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "FilsonProBold", "Roboto", sans-serif;
  color: #263061;
  margin-bottom: 1rem;
}

/* Responsive aanpassingen */
@media (max-width: 768px) {
  .acc-header {
    font-size: 14px;
    padding: 10px 12px;
  }

  .duim-icon {
    height: 20px;
  }

  .item-block h4 {
    font-size: 15px;
  }

  .rapport_table td:first-child {
    width: 100px;
  }
}

@media print {
  .acc-header {
    background: #fff;
    border: 1px solid #ddd;
  }

  .acc-body {
    display: block !important;
    border-left: 2px solid #999;
  }

  .item-block {
    page-break-inside: avoid;
  }
}
#groepen,
#soorten,
#leeftijden,
#jaren,
#locaties,
#regios,
#orglabels {
  display: none;
}
.observatie-tabel {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.observatie-tabel th,
.observatie-tabel td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.observatie-tabel th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.observatie-tabel tr:hover {
  background-color: #f9f9f9;
}

#observatie-momenten h3 {
  margin-top: 0;
  color: #333;
  font-size: 16px;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #006366;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Weergave wissel spinner - WIT met subtiele border */
.weergave-spinner-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.98);
  padding: 30px 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 9999;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 2px solid #006366;
}

.weergave-spinner-overlay .spinner {
  border: 4px solid #e0e0e0;
  border-top: 4px solid #006366;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.weergave-spinner-overlay .loading-text {
  color: #006366;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* Backdrop voor weergave wissel */
.weergave-spinner-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 9998;
}
.weergave-spinner-inline {
  width: 20px;
  height: 20px;
  border: 3px solid #e0e0e0;
  border-top: 3px solid #006366;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 10px;
}
