header {
  position: relative;
}
header .background {
  bottom: -225px;
}
header .background:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 5.49%, #f4f4f4 100%);
  z-index: 1;
}
@media (min-width: 991px) {
  header .stats .value {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 991px) and (min-width: 1200px) {
  header .stats .value {
    font-size: 1.5rem;
  }
}
@media (max-width: 360px) {
  header .stats .col-icon {
    display: none !important;
  }
}
header .col-summary {
  position: relative;
}
header .col-summary .arrow {
  position: absolute;
  top: calc(var(--bs-gutter-y) * -1);
  bottom: calc(var(--bs-gutter-y) * -1);
  left: calc(100% - 1rem);
  z-index: -1;
  pointer-events: none;
}
header .col-summary .arrow svg {
  height: 100%;
}
@media (max-width: 1200px) {
  header .col-summary .arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  header .col-summary {
    order: 1;
  }
}

@media (max-width: 576px) {
  section.facturen .table:not(.table-bordered) tr:has(th) {
    display: none;
  }
  section.facturen .table:not(.table-bordered) td {
    display: block;
  }
  section.facturen .table:not(.table-bordered) tr, section.facturen .table:not(.table-bordered) {
    display: flex;
    flex-wrap: wrap;
  }
  section.facturen .table:not(.table-bordered) tr:not(:has(th)) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ECECEC;
  }
  section.facturen .table:not(.table-bordered) td {
    flex: 0 0 100%;
    padding: 0;
  }
  section.facturen .table:not(.table-bordered) td.date + *, section.facturen .table:not(.table-bordered) td.date {
    flex: 0 0 50%;
    align-content: flex-end;
  }
  section.facturen .table:not(.table-bordered) td.buttons {
    padding-top: 1rem;
  }
  section.facturen .table:not(.table-bordered) td.total {
    font-size: 1.25rem;
  }
  section.facturen .table:not(.table-bordered) td .badge {
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 420px) {
  section.facturen .table:not(.table-bordered) td.buttons {
    white-space: normal;
  }
  section.facturen .table:not(.table-bordered) td.buttons .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
@media (max-width: 576px) {
  .offcanvas-body section.incassokosten .responsive-table {
    margin-left: calc(var(--bs-offcanvas-padding-x) * -1);
    margin-right: calc(var(--bs-offcanvas-padding-x) * -1);
    padding-left: calc(var(--bs-offcanvas-padding-x));
    padding-right: calc(var(--bs-offcanvas-padding-x));
  }
  .offcanvas-body section.incassokosten .table:not(.table-bordered) tr {
    margin-left: calc(var(--bs-offcanvas-padding-x) * -1);
    margin-right: calc(var(--bs-offcanvas-padding-x) * -1);
    padding-left: calc(var(--bs-offcanvas-padding-x));
    padding-right: calc(var(--bs-offcanvas-padding-x));
  }
  section.incassokosten .table:not(.table-bordered) tr:has(th) {
    display: none;
  }
  section.incassokosten .table:not(.table-bordered) td {
    display: flex;
  }
  section.incassokosten .table:not(.table-bordered) tr:first-child:not(:has(tr)),
section.incassokosten .table:not(.table-bordered) tr:first-child:has(th) + tr {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ECECEC;
  }
  section.incassokosten .table:not(.table-bordered) tr:not(:has(th)) + tr {
    margin-top: 1rem;
    border-top: 20px solid #ECECEC;
  }
  section.incassokosten .table:not(.table-bordered) tr, section.incassokosten .table:not(.table-bordered) {
    display: flex;
    flex-wrap: wrap;
  }
  section.incassokosten .table:not(.table-bordered) td {
    flex: 0 0 100%;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }
  section.incassokosten .table:not(.table-bordered) td:before {
    content: attr(data-cell);
    margin-right: auto;
    padding-right: 0.2rem;
  }
}
/*# sourceMappingURL=facturen-dashboard.css.map */
