html {
    background-color: white;
}

#main-body {
    background-color: white;
    width: 1200px!important;
}

.page {
    width: 1200px!important;
    height: 1697px!important;
}

.print-header-container {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.print-header-logo {
    height: 30px;
    object-fit: contain;
}

.print-subtitle {
    font-size: 15px;
}

.print-center-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.print-section-container {

}

#main-result {
    width: 100%;
}

.table-print td {
    padding: 10px;
}

.table-print td:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    font-weight: bold;
}

#km-chart-container {
    width: 100%;
    max-width: 400px;
}

.search-result-container {
    min-height: 0;
}

#print-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: whitesmoke;
    z-index: 999;
}

#print-loading > span {
    margin: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #0D47A1;
}