/* Lokale subset van de Bootstrap 5 utilities die deze app gebruikt.
   Zelfde klassenamen, dus vervang dit bestand door de volledige
   bootstrap.min.css als je de rest van Bootstrap erbij wilt. */
.d-flex{display:flex !important}
.d-block{display:block !important}
.d-none{display:none !important}
.flex-column{flex-direction:column !important}
.flex-wrap{flex-wrap:wrap !important}
.align-items-start{align-items:flex-start !important}
.align-items-center{align-items:center !important}
.align-items-end{align-items:flex-end !important}
.justify-content-start{justify-content:flex-start !important}
.justify-content-center{justify-content:center !important}
.justify-content-between{justify-content:space-between !important}
.justify-content-end{justify-content:flex-end !important}
.text-center{text-align:center !important}
.text-end{text-align:right !important}
.w-100{width:100% !important}
.gap-1{gap:.25rem !important}
.gap-2{gap:.5rem !important}
.gap-3{gap:1rem !important}
.gap-4{gap:1.5rem !important}
.mt-0{margin-top:0 !important}
.mb-0{margin-bottom:0 !important}
