.linha {
    padding-top: 7px !important;
}
.alinha-direita {
    text-align: right;
}
.alinha-esquerda {
    text-align: left;
}
.lineBreak {
    line-break: anywhere;
}
.centraliza-container{
    width: 100%;
}
.centraliza-comprovante{
    margin-left: auto;
    margin-right: auto;
}
.comprovante-pagamento {
  display: inline-block !important;
  width: 100%;
}
.comprovante {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 2%;
    opacity: 1;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    width: 560px;
    padding: 10px;
    margin-top: 10px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

.comprovante>span {
    padding-top: 10px;
    font-size: 15px;
    color: #b2bdc0;
    text-align: center;
    /* width: 560px; */
    height: 37px;
    border-bottom: 2px solid #E6E6E6;
}

.linha {
    font-size: 12px;
    color: #000000;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 7px;
    border-bottom: 2px solid #FFFFFF;
}

/* .linha:last-child{
    border-bottom: none;
    padding: 25px 10px 10px 10px;
} */
.linha-last-child{
    border-bottom: none;
    padding: 25px 10px 10px 10px;
}

.titulo {
    color: #00498E;
    border-bottom-color: #00498E;
}
#botao_rodape_comprovante_pix{
    margin-top: 2%;
}
@media print {
    @page {
        margin: 0mm 0mm 0mm 0mm;
        size: auto !important;
    }
    div.row.text-center {
        text-align: left !important;
    }
      
    pre {
        overflow: visible;
        border: none;
        margin-left: 20px!important;
        padding: 0px !important;
        font-size: 11px !important;
    }
}