/*
 * bootstrap4-compat.css
 * Bootstrap 4 → 5 Compatibility Layer voor WeCamgirls
 * Laad dit NA bootstrap.min.css
 * ============================================================
 */


/* ============================================================
   1. TYPOGRAFIE & BODY
   ============================================================ */

/* BS5 schakelt RFS in waardoor font-sizes meeschalen met viewport.
   Dit zet de vaste BS4 groottes terug. */
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1, .h1 { font-size: 2.5rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.5rem; }
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1rem; }

p  { margin-top: 0; margin-bottom: 1rem; }

small, .small { font-size: 80%; font-weight: 400; }
.lead         { font-size: 1.25rem; font-weight: 300; }

/* Display headings */
.display-1 { font-size: 6rem;   font-weight: 300; line-height: 1.2; }
.display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.2; }
.display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.2; }
.display-4 { font-size: 3.5rem; font-weight: 300; line-height: 1.2; }

/* Labels hadden in BS4 standaard margin-bottom */
label { margin-bottom: 0.5rem; }

/* BS5 underlines links standaard — BS4 deed dat niet */
a             { text-decoration: none; }
a:hover       { text-decoration: underline; }

/* Blockquote */
.blockquote         { font-size: 1.25rem; }
.blockquote-footer  { font-size: 80%; color: #6c757d; }
.blockquote-footer::before { content: "\2014\00A0"; }


/* ============================================================
   2. SPACING — GUTTERS & CONTAINERS
   ============================================================ */

/* BS4: gutters 30px (15px per kant). BS5: 1.5rem (24px).
   Dit herstelt de BS4 breedte. */
.row {
  --bs-gutter-x: 1.875rem;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-right: 15px;
  padding-left: 15px;
}


/* ============================================================
   3. SPACING UTILITIES — RICHTING (ml/mr/pl/pr)
   ============================================================ */

/* Margin left */
.ml-0    { margin-left: 0 !important; }
.ml-1    { margin-left: .25rem !important; }
.ml-2    { margin-left: .5rem !important; }
.ml-3    { margin-left: 1rem !important; }
.ml-4    { margin-left: 1.5rem !important; }
.ml-5    { margin-left: 3rem !important; }
.ml-auto { margin-left: auto !important; }

/* Margin right */
.mr-0    { margin-right: 0 !important; }
.mr-1    { margin-right: .25rem !important; }
.mr-2    { margin-right: .5rem !important; }
.mr-3    { margin-right: 1rem !important; }
.mr-4    { margin-right: 1.5rem !important; }
.mr-5    { margin-right: 3rem !important; }
.mr-auto { margin-right: auto !important; }

/* Padding left */
.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: .25rem !important; }
.pl-2 { padding-left: .5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }

/* Padding right */
.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: .25rem !important; }
.pr-2 { padding-right: .5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }

/* Responsive spacing — left */
@media (min-width: 576px) {
  .ml-sm-0 { margin-left: 0 !important; } .ml-sm-1 { margin-left: .25rem !important; } .ml-sm-2 { margin-left: .5rem !important; } .ml-sm-3 { margin-left: 1rem !important; } .ml-sm-4 { margin-left: 1.5rem !important; } .ml-sm-5 { margin-left: 3rem !important; } .ml-sm-auto { margin-left: auto !important; }
  .mr-sm-0 { margin-right: 0 !important; } .mr-sm-1 { margin-right: .25rem !important; } .mr-sm-2 { margin-right: .5rem !important; } .mr-sm-3 { margin-right: 1rem !important; } .mr-sm-4 { margin-right: 1.5rem !important; } .mr-sm-5 { margin-right: 3rem !important; } .mr-sm-auto { margin-right: auto !important; }
  .pl-sm-0 { padding-left: 0 !important; } .pl-sm-1 { padding-left: .25rem !important; } .pl-sm-2 { padding-left: .5rem !important; } .pl-sm-3 { padding-left: 1rem !important; } .pl-sm-4 { padding-left: 1.5rem !important; } .pl-sm-5 { padding-left: 3rem !important; }
  .pr-sm-0 { padding-right: 0 !important; } .pr-sm-1 { padding-right: .25rem !important; } .pr-sm-2 { padding-right: .5rem !important; } .pr-sm-3 { padding-right: 1rem !important; } .pr-sm-4 { padding-right: 1.5rem !important; } .pr-sm-5 { padding-right: 3rem !important; }
}
@media (min-width: 768px) {
  .ml-md-0 { margin-left: 0 !important; } .ml-md-1 { margin-left: .25rem !important; } .ml-md-2 { margin-left: .5rem !important; } .ml-md-3 { margin-left: 1rem !important; } .ml-md-4 { margin-left: 1.5rem !important; } .ml-md-5 { margin-left: 3rem !important; } .ml-md-auto { margin-left: auto !important; }
  .mr-md-0 { margin-right: 0 !important; } .mr-md-1 { margin-right: .25rem !important; } .mr-md-2 { margin-right: .5rem !important; } .mr-md-3 { margin-right: 1rem !important; } .mr-md-4 { margin-right: 1.5rem !important; } .mr-md-5 { margin-right: 3rem !important; } .mr-md-auto { margin-right: auto !important; }
  .pl-md-0 { padding-left: 0 !important; } .pl-md-1 { padding-left: .25rem !important; } .pl-md-2 { padding-left: .5rem !important; } .pl-md-3 { padding-left: 1rem !important; } .pl-md-4 { padding-left: 1.5rem !important; } .pl-md-5 { padding-left: 3rem !important; }
  .pr-md-0 { padding-right: 0 !important; } .pr-md-1 { padding-right: .25rem !important; } .pr-md-2 { padding-right: .5rem !important; } .pr-md-3 { padding-right: 1rem !important; } .pr-md-4 { padding-right: 1.5rem !important; } .pr-md-5 { padding-right: 3rem !important; }
}
@media (min-width: 992px) {
  .ml-lg-0 { margin-left: 0 !important; } .ml-lg-1 { margin-left: .25rem !important; } .ml-lg-2 { margin-left: .5rem !important; } .ml-lg-3 { margin-left: 1rem !important; } .ml-lg-4 { margin-left: 1.5rem !important; } .ml-lg-5 { margin-left: 3rem !important; } .ml-lg-auto { margin-left: auto !important; }
  .mr-lg-0 { margin-right: 0 !important; } .mr-lg-1 { margin-right: .25rem !important; } .mr-lg-2 { margin-right: .5rem !important; } .mr-lg-3 { margin-right: 1rem !important; } .mr-lg-4 { margin-right: 1.5rem !important; } .mr-lg-5 { margin-right: 3rem !important; } .mr-lg-auto { margin-right: auto !important; }
  .pl-lg-0 { padding-left: 0 !important; } .pl-lg-1 { padding-left: .25rem !important; } .pl-lg-2 { padding-left: .5rem !important; } .pl-lg-3 { padding-left: 1rem !important; } .pl-lg-4 { padding-left: 1.5rem !important; } .pl-lg-5 { padding-left: 3rem !important; }
  .pr-lg-0 { padding-right: 0 !important; } .pr-lg-1 { padding-right: .25rem !important; } .pr-lg-2 { padding-right: .5rem !important; } .pr-lg-3 { padding-right: 1rem !important; } .pr-lg-4 { padding-right: 1.5rem !important; } .pr-lg-5 { padding-right: 3rem !important; }
}
@media (min-width: 1200px) {
  .ml-xl-0 { margin-left: 0 !important; } .ml-xl-1 { margin-left: .25rem !important; } .ml-xl-2 { margin-left: .5rem !important; } .ml-xl-3 { margin-left: 1rem !important; } .ml-xl-4 { margin-left: 1.5rem !important; } .ml-xl-5 { margin-left: 3rem !important; } .ml-xl-auto { margin-left: auto !important; }
  .mr-xl-0 { margin-right: 0 !important; } .mr-xl-1 { margin-right: .25rem !important; } .mr-xl-2 { margin-right: .5rem !important; } .mr-xl-3 { margin-right: 1rem !important; } .mr-xl-4 { margin-right: 1.5rem !important; } .mr-xl-5 { margin-right: 3rem !important; } .mr-xl-auto { margin-right: auto !important; }
  .pl-xl-0 { padding-left: 0 !important; } .pl-xl-1 { padding-left: .25rem !important; } .pl-xl-2 { padding-left: .5rem !important; } .pl-xl-3 { padding-left: 1rem !important; } .pl-xl-4 { padding-left: 1.5rem !important; } .pl-xl-5 { padding-left: 3rem !important; }
  .pr-xl-0 { padding-right: 0 !important; } .pr-xl-1 { padding-right: .25rem !important; } .pr-xl-2 { padding-right: .5rem !important; } .pr-xl-3 { padding-right: 1rem !important; } .pr-xl-4 { padding-right: 1.5rem !important; } .pr-xl-5 { padding-right: 3rem !important; }
}


/* ============================================================
   4. FLOAT & TEXT RICHTING
   ============================================================ */

.float-left  { float: left !important; }
.float-right { float: right !important; }

.text-left   { text-align: left !important; }
.text-right  { text-align: right !important; }

@media (min-width: 576px) {
  .float-sm-left { float: left !important; } .float-sm-right { float: right !important; }
  .text-sm-left { text-align: left !important; } .text-sm-right { text-align: right !important; }
}
@media (min-width: 768px) {
  .float-md-left { float: left !important; } .float-md-right { float: right !important; }
  .text-md-left { text-align: left !important; } .text-md-right { text-align: right !important; }
}
@media (min-width: 992px) {
  .float-lg-left { float: left !important; } .float-lg-right { float: right !important; }
  .text-lg-left { text-align: left !important; } .text-lg-right { text-align: right !important; }
}
@media (min-width: 1200px) {
  .float-xl-left { float: left !important; } .float-xl-right { float: right !important; }
  .text-xl-left { text-align: left !important; } .text-xl-right { text-align: right !important; }
}


/* ============================================================
   5. FONT UTILITIES
   ============================================================ */

.font-weight-bold    { font-weight: 700 !important; }
.font-weight-bolder  { font-weight: bolder !important; }
.font-weight-normal  { font-weight: 400 !important; }
.font-weight-light   { font-weight: 300 !important; }
.font-weight-lighter { font-weight: lighter !important; }
.font-italic         { font-style: italic !important; }
.text-monospace      { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }


/* ============================================================
   6. TEXT UTILITIES
   ============================================================ */

/* text-muted is deprecated in BS5.3 maar werkt nog — voor zekerheid: */
.text-muted { color: #6c757d !important; }

/* BS4 had geen text-decoration utilities — BS5 voegt die toe.
   Maar de volgende bestonden in BS4 en zijn hernoemd: */
/* (geen actie nodig — text-decoration-none werkt nog in BS5) */


/* ============================================================
   7. BORDERS
   ============================================================ */

.border-left  { border-left: 1px solid #dee2e6 !important; }
.border-right { border-right: 1px solid #dee2e6 !important; }

/* BS4 rounded varianten */
.rounded-sm { border-radius: 0.2rem !important; }
.rounded-lg { border-radius: 0.3rem !important; }


/* ============================================================
   8. BADGES
   ============================================================ */

.badge-primary   { background-color: #0d6efd !important; color: #fff !important; }
.badge-secondary { background-color: #6c757d !important; color: #fff !important; }
.badge-success   { background-color: #198754 !important; color: #fff !important; }
.badge-danger    { background-color: #dc3545 !important; color: #fff !important; }
.badge-warning   { background-color: #ffc107 !important; color: #000 !important; }
.badge-info      { background-color: #0dcaf0 !important; color: #000 !important; }
.badge-light     { background-color: #f8f9fa !important; color: #000 !important; }
.badge-dark      { background-color: #212529 !important; color: #fff !important; }
.badge-pill      { border-radius: 50rem !important; padding-right: .6em !important; padding-left: .6em !important; }

/* BS4 badge had kleinere padding */
.badge { padding: .25em .4em; font-size: 75%; }


/* ============================================================
   9. BUTTONS
   ============================================================ */

/* btn-block bestond in BS4 */
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: .5rem;
}


/* ============================================================
   10. FORMS
   ============================================================ */

.form-group   { margin-bottom: 1rem; }

.form-row     { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }

.form-inline  { display: flex; flex-flow: row wrap; align-items: center; }

/* form-text was in BS4 display:block by default */
.form-text    { display: block; margin-top: .25rem; font-size: 80%; color: #6c757d; }

/* custom-select (vervangen door gewone select in BS5) */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  appearance: none;
}
.custom-select:focus { border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 .2rem rgba(13,110,253,.25); }

/* custom-control (checkboxes/radios BS4 stijl) */
.custom-control { position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem; }
.custom-control-inline { display: inline-flex; margin-right: 1rem; }
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; }
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: .25rem;
}
.custom-checkbox .custom-control-label::before { border-radius: .25rem; }
.custom-radio .custom-control-label::before { border-radius: 50%; }

/* custom-file */
.custom-file { position: relative; display: inline-block; width: 100%; height: calc(1.5em + .75rem + 2px); margin-bottom: 0; }
.custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(1.5em + .75rem + 2px); margin: 0; opacity: 0; }
.custom-file-label {
  position: absolute;
  top: 0; right: 0; left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0; right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

/* custom-range */
.custom-range { width: 100%; height: 1.4rem; padding: 0; background-color: transparent; appearance: none; }


/* ============================================================
   11. INPUT GROUP
   ============================================================ */

.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn {
  margin-left: -1px;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


/* ============================================================
   12. GUTTERS (no-gutters)
   ============================================================ */

.no-gutters {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}


/* ============================================================
   13. MEDIA OBJECT (verwijderd in BS5)
   ============================================================ */

.media      { display: flex; align-items: flex-start; }
.media-body { flex: 1; }


/* ============================================================
   14. JUMBOTRON (verwijderd in BS5)
   ============================================================ */

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}
@media (min-width: 576px) {
  .jumbotron { padding: 4rem 2rem; }
}
.jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; }


/* ============================================================
   15. EMBED RESPONSIVE (hernoemd naar ratio in BS5)
   ============================================================ */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before      { display: block; content: ""; }
.embed-responsive-21by9::before { padding-top: 42.857143%; }
.embed-responsive-16by9::before { padding-top: 56.25%; }
.embed-responsive-4by3::before  { padding-top: 75%; }
.embed-responsive-1by1::before  { padding-top: 100%; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  height: 100%; width: 100%;
  border: 0;
}


/* ============================================================
   16. SCREEN READER / VISUALLY HIDDEN
   ============================================================ */

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}


/* ============================================================
   17. CLOSE BUTTON
   ============================================================ */

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
}
.close:hover { color: #000; opacity: .75; text-decoration: none; }


/* ============================================================
   18. TOAST (BS4 API — data-autohide etc)
   ============================================================ */

/* BS5 toast heeft iets andere standaard padding */
.toast { font-size: .875rem; }
.toast-header { padding: .25rem .75rem; }
.toast-body   { padding: .75rem; }


/* ============================================================
   19. CARD
   ============================================================ */

/* BS5 heeft border-radius op cards iets vergroot.
   Dit zet ze terug naar BS4 waarden. */
.card { border-radius: .25rem; }
.card-header:first-child { border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }
.card-footer:last-child  { border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }
.card-img-top    { border-top-left-radius: calc(.25rem - 1px); border-top-right-radius: calc(.25rem - 1px); }
.card-img-bottom { border-bottom-right-radius: calc(.25rem - 1px); border-bottom-left-radius: calc(.25rem - 1px); }

/* card-deck (verwijderd in BS5) */
.card-deck {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0;
  }
}

/* card-columns (verwijderd in BS5) */
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card { display: inline-block; width: 100%; }
}


/* ============================================================
   20. BREADCRUMB
   ============================================================ */

/* BS5 verwijderde de standaard separator via CSS.
   Dit zet de BS4 slash-separator terug. */
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
}


/* ============================================================
   21. LIST GROUP
   ============================================================ */

/* BS5 heeft action items iets andere hover kleur */
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  background-color: #f8f9fa;
}


/* ============================================================
   22. MODAL
   ============================================================ */

/* BS4 modal-dialog-scrollable bestond maar werkt anders */
.modal-dialog-scrollable { max-height: calc(100% - 1rem); }
.modal-dialog-scrollable .modal-content { overflow: hidden; }
.modal-dialog-scrollable .modal-body { overflow-y: auto; }


/* ============================================================
   23. NAVBAR
   ============================================================ */

/* BS5 navbars hebben altijd een container erin.
   BS4 navbar-brand had specifieke margin. */
.navbar-brand { margin-right: 1rem; }

/* navbar-toggler-icon kleur was anders in BS4 dark/light */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ============================================================
   24. PAGINATION
   ============================================================ */

/* BS5 pagination heeft iets grotere border-radius */
.page-link  { padding: .375rem .75rem; }
.page-item:first-child .page-link { border-top-left-radius: .25rem; border-bottom-left-radius: .25rem; }
.page-item:last-child .page-link  { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; }


/* ============================================================
   25. PROGRESS
   ============================================================ */

/* BS4 progress had afgeronde hoeken aan beide zijden */
.progress      { border-radius: .25rem; }
.progress-bar  { border-radius: 0; }
.progress > .progress-bar:first-child { border-top-left-radius: .25rem; border-bottom-left-radius: .25rem; }
.progress > .progress-bar:last-child  { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; }


/* ============================================================
   26. TABLES
   ============================================================ */

/* BS5 tables hebben dunnere borders dan BS4 */
.table th,
.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* table-hover — BS5 gebruikt een opacity-based systeem */
.table-hover tbody tr:hover {
  color: inherit;
  background-color: rgba(0, 0, 0, .075);
}


/* ============================================================
   27. SIZING UTILITIES
   ============================================================ */

/* mw-100, mh-100 bestonden in BS4 en werken ook in BS5
   maar voor zekerheid: */
.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }
.min-vw-100 { min-width: 100vw !important; }
.min-vh-100 { min-height: 100vh !important; }
.vw-100  { width: 100vw !important; }
.vh-100  { height: 100vh !important; }


/* ============================================================
   28. SPINNER
   ============================================================ */

/* BS5 spinners hebben iets andere border-width */
.spinner-border { border-width: .25em; }
.spinner-border-sm { border-width: .2em; }


/* ============================================================
   29. SHADOW UTILITIES
   ============================================================ */

/* BS4 waarden — BS5 heeft subtiel andere shadows */
.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; }
.shadow    { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important; }
.shadow-none { box-shadow: none !important; }


/* ============================================================
   30. OVERFLOW UTILITIES
   ============================================================ */

.overflow-auto   { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }