[data-bs-theme="dark"] {
    --bs-body-bg: #fff;
    --bs-body-color: #212529;
    --bs-tertiary-bg: #f8f9fa;
    --bs-border-color: #dee2e6;
}

[data-bs-theme="dark"] table {
    --bs-table-color: #212529 !important;
    --bs-table-color-type: #212529 !important;
    --bs-table-bg: #fff !important;
    --bs-table-bg-type: #fff !important;
    --bs-table-striped-color: #000 !important;
    --bs-table-striped-bg: #f2f2f2 !important;
}

body * {
    visibility: hidden;
}

.printable,
.printable * {
    visibility: visible;
    overflow: visible;
}

.printable-only {
    display: block;
}

span.printable-only {
    display: inline;
}

.printable-only .device-icon {
    font-size: 80px;
}

.printable-expand {
    flex: auto !important;
    margin-bottom: 20px !important;
}

.printable-page {
    break-after: page;
    page-break-after: always;
}

.sidebar {
    display: none !important;
}

.page-container {
    overflow: visible;
    height: auto;
}

.timeline,
.timeline * {
    display: none !important;
}

#topbar {
    display: none;
}

.brand-name {
    width: 15em !important;
}