.body {
    font-family: 'Arial', sans-serif;
    margin: 20px;
    padding: 10px;
    background-color: #fff;
    width: 25cm;
    height: 29.7cm;
    margin-bottom: 30px;
}
.printableContent {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
}
.col_sm {
    width: 100%;
}

.hedertext {
    padding: 0 64px;
}
.hedertextCompanyName {
    font-size: 27px;
    color: #2961af;
    display: inline-block;
    margin: 0;
}
.headersmalltext {
    display: inline;
    margin: 0;
    font-size: 16px;
    color: #969997;
}
.headerlogo {
    float: right;
    width: 150px;
    height: 80px;
    top: 0;
    position: static;
    object-fit: contain;
}
.headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title {
    font-size: 37px;
    color: #2961af;
    font-weight: 700;
}
.text1 {
    font-size: 20px !important ;
}
.tabletext {
    width: '100%';
    margin-top: 20px;
    border-collapse: collapse;
}
.tableTrborder {
    border-bottom: 1px solid #ccc;
}
.th1 {
    width: 20%;
}
.th2 {
    width: 40%;
}
.th3 {
    width: 10%;
}
.th4 {
    width: 15%;
}
.th5 {
    width: 15%;
}
.trbrorder {
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.tdstyle {
    text-align: center;
}
.tableBottomtext {
    margin-top: 20px;
    font-size: 18px;
    position: relative;
    left: 70%;
    margin-bottom: 20px;
    right: 0;
}
.footer {
    margin-top: 180px;
    color: #969997;
}
.button {
    margin-top: 30px;
}
@media print {
    body,
    div[data-size='A4'] {
        margin: 0;
        box-shadow: 0;
    }
}
