
#pdf-cart-door {
    width: 100%;
}
#printPdf #cart_item_water_area {
    width: 93%;
}
#pdf-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pdf-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Start printPdf*/
.un_cartResult--result:nth-child(2){
    width: 300px !important;
}
.label_year_construction{
    flex-direction: row;
    justify-content: center;
}
.border-radius-15 {
    border-radius: 15px !important;
}
#printPdf {
    font-weight: 500;
}
#printPdf .un_printPdfWrap{
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    width: auto;
}
.btn_printdPdf{
    cursor: pointer;
    background-color: #e75400 !important;
    color: white !important;
}
#printPdf .pdf-body{
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; */
    background-color: white;
    position: relative;
}

#printPdf .areaResult {
    width: 97%;
}

#printPdf .areaResultHeader,
#printPdf .areaContentHeader,
#printPdf .areaContent
{
    width: 93%;
    height: 100%;
}

#printPdf .triangle-orange{
    width: 0;
    /* height: 0; */
    border-right: 29px solid transparent;
    border-top: 50px solid #F4B183; /* Màu của tam giác */
    background-color: white;
    margin-right: -4px;
}
#printPdf .triangle-gray{
    width: 0;
    height: 0;
    background-color: transparent;
    margin-left: 5px;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 30px solid #7F7F7F
}
#printPdf .triangle{
    width: 0;
    /* height: 0; */
    border-right: 29px solid transparent;
    border-top: 50px solid #92D050; /* Màu của tam giác */
    border-left: none;
    background-color: white;
    margin-right: -4px;

}

@media screen and (max-width: 767px) {
    #printPdf #cart_item_water_area {
        width: 97%;
    }

    section {
        min-height: unset;
    }
}