
.roi-pdf {
    font-size: 24px;
}

.roi-pdf .title {
    font-size: 35px;
    line-height: 48px;
    padding-bottom: 35px;
}

.roi-pdf .date {
}

.roi-pdf .data-table {}

.roi-pdf .date-result {}

.roi-pdf .different {
    font-size: 20px;
}

.roi-pdf .pdf-footer {}

.data-table {

}
.data-table img {
    z-index: -1;
    position: absolute;
    top: 66px;
    right: 20%;
    height: 280px;
    width: 350px;
}

.data-table {
    position: relative;
    padding: 100px 0;
}
.data-table table {
    background-color: rgba(231 223 226 / 0%) !important;
}
tbody, td, tfoot, th, thead, tr {
    border: 0;
}
.data-table tbody tr {
    border-bottom: 1px solid white;
    background-color: white;
}
.data-table tbody tr:first-child td:first-child {
    border-radius: 28px 0 0 0;
}
.data-table tbody tr:first-child td:last-child {
    border-radius: 0 28px 0 0;
}
.data-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 28px;
}
.data-table tbody tr:last-child td:last-child {
    border-radius: 0 0 28px 0;
}

.data-table tbody tr td:first-child  {
    text-align: left;
    padding-left: 30px;
}
.data-table tbody tr td {
    padding: 10px 0;
    background-color: #eef1f6;
    text-align: right;
    padding-right: 30px;
}
.data-table tfoot {
    margin-top: 100px;
    justify-content: space-between;
    display: table-caption;
}
.data-table tfoot tr:last-child {
    border-bottom: 4px solid #00aeef;
    display: table;
    width: 100%;
}

.data-table tfoot tr td {
    text-align: right;
    padding-right: 30px;
    font-weight: 800;
}
.data-table tfoot tr td:first-child {
    text-align: left;
    padding-left: 30px;
}
.data-table tfoot tr {
    display: flex;
    justify-content: space-between;

}
.pdf-footer_mail a{
    text-decoration: none;
    color: black;
}
.pdf-footer_logo img {
    width: 50px;
}
.pdf-footer_mail {
    font-weight: 500;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}