#printPdf .areaResultHeader {
    margin-top: 20px !important;
}

#printPdf .areaResultHeader > div {
    display: flex;
    flex-direction: column;
}

#printPdf .areaResultHeader .header-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #F4B183;
    height: 50px;
    padding-left: 35px;
}

#printPdf .areaResultHeader .header-space {
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: space-between;
    height: 55px;
}

#printPdf .areaResultHeader .header-space > div:first-child {
    height: 7px;
    background-color: #F4B183;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#printPdf .areaResultHeader .header-space .button {
    height: 40px;
    width: 85%;
    background-color: #F4B183;
    border-radius: 50px;
    align-self: center;
    display: flex;
    justify-content: center;
    font-size: 20.5px;
    font-weight: bold;
    color: white;
    align-items: center;
    margin-top: 8px;
    align-self: end;
}

#printPdf .areaResultHeader .header-label .label-inner-txt {
    align-self: center;
    font-size: 27px;
    font-weight: bold;
    color: white;
    padding-left: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
    #printPdf .areaResultHeader .header-label {
        justify-content: center;
        height: 70px;
        padding-left: 0px;
    }

    #printPdf .areaResultHeader .header-space > div:first-child {
        display: none;
    }

    #printPdf .areaResultHeader .header-space .button {
        align-self: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #printPdf .areaResultHeader .header-label .label-inner-txt {
        font-size: 21px;
    }
}

@media print {
    #printPdf .areaResultHeader {
        margin-top: 10px !important;
    }

    #printPdf .areaResultHeader .header-label {
        justify-content: space-between;
        height: inherit;
        padding-left: 35px;
    }

    #printPdf .areaResultHeader .header-space > div:first-child {
        display: block;
    }

    #printPdf .areaResultHeader .header-space .button {
        align-self: end;
    }
}
#printPdf .areaResultHeader > div{
    display: flex;
    flex-direction: column;
}
#printPdf .areaResultHeader .header-label{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #F4B183;
    height: 50px;
    padding-left: 35px;
}
#printPdf .areaResultHeader .header-space{
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: space-between;
    height: 55px;
}
#printPdf .areaResultHeader .header-space > div:first-child{
    height: 7px;
    background-color: #F4B183;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#printPdf .areaResultHeader .header-space .button{
    height: 40px;
    width: 85%;
    background-color: #F4B183;
    border-radius: 50px;
    align-self: center;
    display: flex;
    justify-content: center;
    font-size: 20.5px;
    font-weight: bold;
    color: white;
    align-items: center;
    margin-top: 8px;
    align-self: end;
}