.onboard-container {
    width: 500px;
    max-width: 90%;
    display: flex;
    height: 100vh;
    margin: auto;
    flex-direction: column;
    justify-content: center;
}

.report {
    width: 800px;
    max-width: 100%;
    margin: auto;
}
.report .outer {
    border: 1px solid #000;
    padding: 20px;
}

.report .separator {
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #000;
}

.report .report-table td {
    /* border: 1px solid #eee; */
    vertical-align: top;
    color: #000;
}
.report .report-table.nowrap td {
    white-space: nowrap;
}
.has-top-border {
    border-top: 1px solid #000;
}
.has-right-border {
    border-right: 1px solid #000;
}
.report .sign {
    color: #000;
}
.report .sign-box {
    min-height: 100px;
}
.report .sign-name {
    font-weight: bold;
    border-bottom: 1px solid #000;
}
.marker,
.report .marker {
    font-size: 12px;
    font-weight: bold;
    color: var(--bs-primary);
}
