#popup1__document_preview .ui-ldr .ldrb:before {
    background-color: white;
}

body .document-preview * {
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}

body .doc-preview--A4-wrap {
    max-width: 21cm;
    margin: auto;
}

body .doc-preview--A4-header {
    background-color: #bfbfbf;
    padding: 4px 6px
}

body .doc-preview--A4-header,
body .doc-preview--A4-header * {
    font-size: 0.9rem;
}

body .doc-preview--A4 {
    margin: auto;
    min-height: 29.7cm;
    background-color: white;
    padding: 1.8cm 1.6cm 1.8cm 1.6cm;
    box-shadow: 0px 0px 1px 0px rgba(50, 80, 118, 0.3), 0px 2px 6px 2px rgba(50, 80, 118, 0.15);
    margin-bottom: 36px;
}

body .doc-view--document-title {
    font-size: 20pt;
    margin-bottom: 0.5cm;
    font-weight: bold;
    font-weight: 800;
}

body .doc-view--section {
    margin-top: 0.5cm;
    margin-bottom: 0.2cm;
}

body .doc-view--section-title {
    font-size: 13.5pt;
    margin-bottom: 0.2cm;
    font-weight: bold;
    font-weight: 800;
}
body .doc-view--section-no-content{
        min-height: 24px;
}
body .doc-view--text,
body .doc-view--text p {
    padding-top: 0cm;
    padding-bottom: 0cm;
    margin-top: 0.1cm;
    margin-bottom: 0.1cm;
}

body .doc-view--text > p > p {
    margin-top: 0.1cm;
    margin-bottom: 0.1cm;
}

body .doc-view--text,
body .doc-view--text * {
    font-size: 11pt;
    line-height: 1.3em;
}

body .doc-view--text b {
    font-weight: bold;
}