#printPdf .areaLogoTop {
    padding-top: 23px;
    padding-bottom: 20px;
    padding-right: 10px;
    background-color: #DC5626;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}
#printPdf .areaLogoTop .logo-inner-txt{
    font-size: 27px;
    font-weight: bold;
    color: white;
    padding-bottom: 5px;
}

#printPdf .areaLogoTop .logo-img {
    position: absolute;
    right: 36px;
    width: 80px;
}