* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
    line-height: normal;
    font-family: "Lato", sans-serif;
}

.report-wrapper-ru.A4.active {
    display: flex;
}

.report-wrapper-ru.A4 {
    background: white;
    display: none;
    width: 21cm;
    height: 29cm;
    padding: 6px 20px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.top-logo {
    width: 100%;
    height: max-content;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-logo p {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #1EBBEB;
}

.top-logo img {
    width: 40px;
    height: 40px;
}

.line {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #adadad;
}

.information-about-participants {
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.information-about-patient {
    width: 100%;
    margin-right: 6px;
}

.information-about-patient__sex,
.information-about-date {
    width: 100%;
    padding-top: 6px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.information-about-patient__sex p {
    margin: 0;
}

.information-about-date p {
    width: 130px;
    margin: 0;
}

.age-input-field {
    width: 50px;
    height: 20px;
    border-bottom: 1px solid #adadad;
}

.date-input-field {
    width: calc(100% - 130px);
    height: 20px;
    border-bottom: 1px solid #adadad;
}

.information-about-patient__check-box {
    width: 20px;
    height: 20px;
    border: 1px solid #adadad;
    border-radius: 5px;
}

.information-about-doctor {
    width: 100%;
    margin-left: 6px;
}

.information-about-participants__lable {
    width: 100%;
    padding: 3px 0;
    height: max-content;
    text-align: center;
    background-color: #CEECFC;
    font-weight: bold;
    border-radius: 3px;
    margin: 0;
}

.scan-slice-images {
    width: 100%;
    padding: 10px 0;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    grid-gap: 20px;
}

.scan-slice-images__left,
.scan-slice-images__center,
.scan-slice-images__right {
    width: 100%;
}

.scan-slice-images p {
    width: 100%;
    text-align: center;
    margin: 0;
}

.scan-slice-images img {
    height: 170px;
    width: 100%;
    object-fit: contain;
}

.table-analysis-single-image {
    padding: 10px 0;
}

.table-analysis-single-image ::-webkit-scrollbar {
    display: none;
}

.table-analysis-single-image p {
    margin: 0;
    margin-right: 15px;
}

.table-analysis-single-image table {
    width: 100%;
    border-collapse: collapse;
    padding: 0px;
    table-layout: fixed;
}

.table-analysis-single-image thead {
    font-size: 10px;
    font-weight: bold;
    border: none;
    background-color: #CEECFC;
}

.table-analysis-single-image thead th {
    text-align: center;
    padding: 12px 0;
    width: 100%
}

.table-analysis-single-image thead th:first-child {
    text-align: left;
    padding-left: 5px;
    width: 100%;
}

.table-analysis-single-image thead th:last-child {
    padding-right: 5px;
}

.table-analysis-single-image tbody {
    font-size: 12px;
}

.table-analysis-single-image tbody td {
    text-align: center;
    padding: 8px 0;
    width: 100%
}

.table-analysis-single-image tbody tr td:first-child {
    text-align: left;
    padding-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.table-analysis-single-image tbody tr:nth-child(2n) {
    background: #CEECFC;
}

.table-analysis-single-image tbody tr td:last-child {
    padding-right: 5px;
}

.table-analysis-single-image tbody tr td:last-child span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-analysis-single-image tbody tr td:last-child img {
    margin-left: 3px;
}

.name-feature {
    width: 100%;
    padding-left: 5px;
}

.color-feature {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.color-feature.subretinalFluid {
    background-color: #1cec00
}

.color-feature.intraretinalCyst {
    background-color: #00c8ff
}

.color-feature.DRPE {
    background-color: #ff6b00
}

.color-feature.SHRM {
    background-color: #a5cb51
}

.color-feature.epiretinalMembrane {
    background-color: #f31313
}

.color-feature.retinalDrusen {
    background-color: #ffeb68
}

.color-feature.FTMH {
    background-color: #4f3191
}

.color-feature.lamellarMacularHole {
    background-color: #0011ff
}

.color-feature.VMT {
    background-color: #e73dfd
}

.probable-pathology {
    padding-bottom: 20px;
}

.probable-pathology p {
    margin: 0;
    font-size: 12px;
    margin: 2px 0;
    text-align: justify;
    line-height: 1.4;
}

.probable-pathology p>span {
    text-decoration: underline;
    text-decoration-color: #D2D2D2;
}