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

body .data-preview * {
    font-family: "Roboto", "Segoe UI", "Helvetica Neue", Arial, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    font-size: 11pt;
    line-height: 1.3em;
}

body .data-preview {
    box-shadow: 0px 0px 1px 0px rgba(50, 80, 118, 0.3), 0px 2px 6px 2px rgba(50, 80, 118, 0.15);
    margin: auto;
    margin-bottom: 24px;
    background-color: white;
}

body .data-preview,
body .data-preview *:before,
body .data-preview *:after {
    box-sizing: border-box;
}


body .data-preview-filter {
    margin-right: 16px;
    margin-bottom: 8px;
    text-align: left;
}

body .data-preview-filter>div {
    padding-left: 2px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

body .data-preview-filter select {
    padding: 4px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    outline: none;
}

/* ---- ---- Themes ---- ---- */
body .data-preview-font-Poppins * {
    font-family: "Poppins", sans-serif;
}

body .data-preview-font-Roboto * {
    font-family: "Roboto", sans-serif;
}

body .data-preview-font-Arial * {
    font-family: "Arial", sans-serif;
}

body .data-preview-font-Verdana * {
    font-family: "Verdana", sans-serif;
}

body .data-preview-font-MSSansSerif * {
    font-family: "MS Sans Serif", sans-serif;
}

body .data-preview-font-Times * {
    font-family: "Times New Roman", Times, serif;
}

body .data-preview-font-Georgia * {
    font-family: "Georgia", Times, serif;
}

/* ---- ---- Sizes ---- ---- */
body .data-preview-fontSize-10 * {
    font-size: 10pt;
}

body .data-preview-fontSize-10 .data-preview--title {
    font-size: 18pt;
}

body .data-preview-fontSize-11 * {
    font-size: 11pt;
}

body .data-preview-fontSize-11 .data-preview--title {
    font-size: 20pt;
}

body .data-preview-fontSize-12 * {
    font-size: 12pt;
}

body .data-preview-fontSize-12 .data-preview--title {
    font-size: 22pt;
}

body .data-preview-fontSize-13 * {
    font-size: 13pt;
}

body .data-preview-fontSize-13 .data-preview--title {
    font-size: 23pt;
}

body .data-preview-fontSize-14 * {
    font-size: 14pt;
}

body .data-preview-fontSize-14 .data-preview--title {
    font-size: 24pt;
}

body .data-preview-fontSize-15 * {
    font-size: 15pt;
}

body .data-preview-fontSize-15 .data-preview--title {
    font-size: 25pt;
}

body .data-preview-A4-vertical {
    max-width: 21cm;
    min-height: 29.7cm;
}

body .data-preview-A4-horizontal {
    max-width: 29.7cm;
    min-height: 21cm;
}

body .data-preview-A3-vertical {
    max-width: 29.7cm;
    min-height: 42cm;
}

body .data-preview-A3-horizontal {
    max-width: 42cm;
    min-height: 29.7cm;
}

body .data-preview-full-vertical {
    width: 100%;
    min-height: 29.7cm;
}

body .data-preview-full-horizontal {
    width: 100%;
    min-height: 29.7cm;
}

body .data-preview-wrp {
    margin: auto;
    /* padding: 1.3cm 1.3cm 1.8cm 1.3cm; For print */
    padding: clamp(15px, 5%, 1.3cm);
    text-align: left;
}

body .data-preview--title {
    font-size: 1.8rem;
    margin-bottom: 0.6cm;
    font-weight: bold;
}

body .data-preview-header {
    display: inline-grid;
    width: 100%;
    grid-template-columns: minmax(4cm, 30%) auto;
    /* flex-flow: row wrap; */
    margin-bottom: 0.2cm;
}

body .data-preview-header-wrp {
    margin-bottom: 0.6cm;
}

body .data-preview-header-left {
    font-weight: bold;
    min-width: 0;
    padding-right: 8px;
}

body .data-preview-header-right {
    min-width: 0;
}

/* ---- ---- Template chart style ---- ---- */

.data-preview--table-wrap {
    overflow-x: auto;
}

.data-preview--table {
    border-collapse: collapse;
    display: table;
    width: 99%;
}

.data-preview--table-row {
    display: table-row;
}




.data-preview--table-row-header .data-preview--table-cell {
    font-weight: bold;
}

.data-preview--table-cell {
    display: table-cell;
    padding: 0.1cm 0.1cm 0.1cm 0.1cm;
    /* overflow-wrap: anywhere; */
    min-width: 40px;
}


.data-preview--table-cell-right {
    text-align: right;
}

.data-preview--table-cell .data-preview--table-cell-score {
    font-size: 0.8rem;
    font-weight: normal;
    color: var(--neutralsSecondaryColor);
    margin-top: 4px;
}




.data-preview--data-chart-entry-header .data-preview--data-box {
    font-weight: bold;
    align-self: flex-end;
}

.data-preview--data-box {
    display: flex;
    padding: 0.2cm;
}

.data-preview--data-question {
    align-self: flex-end;
    padding: 0.2cm 0.1cm 0.2cm 0;
    display: table-row;
    font-weight: bold;
}


.data-preview-theme-chart_header-visible {
    display: block;
}

.data-preview-theme-chart_header-hidden {
    display: none;
}



.data-preview--table-cell-deleted {
    text-decoration: line-through;
    opacity: 0.5;
}



/* ---- ---- Template themes ---- ---- */
.data-preview-theme-classic .data-preview--table-cell {
    border: 1px solid rgba(0, 0, 0, 0.5);
}




/* .data-preview-theme-classic .data-preview--table-row-header .data-preview--table-cell {} */
.data-preview-theme-modern .data-preview--table-cell {
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.data-preview-theme-modern .data-preview--chart-header .data-preview-header-right {
    font-weight: bold;
    font-size: 1.3em;
    margin-top: -3px;
}

/* .data-preview-theme-modern .data-preview--table-cell:last-child {
    background-color: rgba(0, 0, 0, 0.06);
} */

/* .data-preview-theme-classic .data-preview--table-cell:last-child,
.data-preview-theme-modern .data-preview--table-cell:last-child {
    min-width: 5cm;
    max-width: 6cm;
} */

.data-preview-theme-modern .data-preview--table-row-header .data-preview--table-cell {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    /* vertical-align: bottom; */
}

/* ---- ---- Theme for Form Preview ---- ---- */
.data-preview-document-simple .data-preview-table {
    margin-top: 28px;
}

.data-preview-document-simple .data-preview-table-wrp {
    width: 100%;
    margin-bottom: 0.4cm;
    border-bottom: 1px solid var(--primaryColorLineGray);
}

.data-preview-document-simple .data-preview-table-row-full {
    margin-top: 0.1cm;
    margin-bottom: 0.2cm;
}

.data-preview-document-simple .data-preview-table-row-full-success {
    background-color: var(--statusSuccessColorTint);
    padding: 0.3cm 0.3cm 0.1cm 0.3cm;
}

.data-preview-document-simple .data-preview-table-row-full-warning {
    background-color: var(--statusWarningColorTint);
    padding: 0.3cm 0.3cm 0.1cm 0.3cm;
}

.data-preview-document-simple .data-preview-table-row-full-alert {
    background-color: var(--statusAlertColorTint);
    padding: 0.3cm 0.3cm 0.1cm 0.3cm;
}


.data-preview-document-simple .data-preview-table-row {
    display: inline-grid;
    width: 100%;
    grid-template-columns: 65% 35%;
}

.data-preview-document-simple .data-preview-table-row {
    display: inline-grid;
    width: 100%;
    grid-template-columns: 65% 35%;
}

.data-preview-document-simple .data-preview-table-column-1 {
    font-weight: bold;
    padding-bottom: 4px;
    padding-right: 4px;

}

.data-preview-document-simple .data-preview-table-column-2 {
    padding-bottom: 4px;
}

.data-preview-document-simple .data-preview-input {
    padding: 0px 8px;
    margin-bottom: 2px;
}

.data-preview-document-simple .data-preview-input-option {
    padding: 6px 8px;
    color: white;
    font-weight: 500;
    margin-bottom: 2px;
    border-radius: 4px;
}

.data-preview-document-simple .data-preview-input-option-gray {
    background-color: var(--dataPreviewFormInputHGray);
}

.data-preview-document-simple .data-preview-input-option-green {
    background-color: var(--dataPreviewFormInputGreen);
}

.data-preview-document-simple .data-preview-input-option-score {
    font-size: 0.85rem;
    font-weight: normal;
    color: var(--neutralsSecondaryColor);
    margin-top: -2px;
}

.data-preview-document-simple .data-preview-input-option-red {
    background-color: var(--dataPreviewFormInputRed);
}

.data-preview-theme-classic .data-preview--table-cell-deleted,
.data-preview-theme-modern .data-preview--table-cell-deleted,
.data-preview-document-simple .data-preview--table-cell-deleted {
    font-size: 0.8rem;
}

@media screen and (max-width: 1000px) {
    .data-preview-document-simple .data-preview-table-row {
        grid-template-columns: 60% 40%;
    }
}

@media screen and (max-width: 700px) {
    .data-preview-document-simple .data-preview-table-row {
        grid-template-columns: 50% 50%;
    }
}

@media screen and (max-width: 500px) {
    .data-preview-document-simple .data-preview-table-row {
        grid-template-columns: 100%;
    }
}