/* CENTRAL_DOC_MOBILE_V67_CSS */
@media(max-width:900px){

  .fatura-v27b-actions .doc-mobile-wrap-v67,
  .pay-v23-actions .doc-mobile-wrap-v67,
  .future-fatura-v28-actions .doc-mobile-wrap-v67,
  .future-pay-actions-v24 .doc-mobile-wrap-v67{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    width:100%!important;
  }

  .doc-mobile-print-v67,
  .doc-mobile-down-v67{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    color:transparent!important;
    text-decoration:none!important;
    font-weight:950!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:46px!important;
    height:46px!important;
    border-radius:14px!important;
    padding:0 10px!important;
    font-size:0!important;
    line-height:1!important;
    text-align:center!important;
    box-sizing:border-box!important;
    white-space:nowrap!important;
    position:relative!important;
    overflow:hidden!important;
  }

  .doc-mobile-print-v67{
    background:#0f172a!important;
    border:1px solid #020617!important;
  }

  .doc-mobile-down-v67{
    background:#334155!important;
    border:1px solid #1e293b!important;
  }

  .doc-mobile-print-v67::before{
    content:"Imprimir boleto"!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:100%!important;
    color:#ffffff!important;
    font-size:13px!important;
    font-weight:950!important;
    line-height:1!important;
    text-align:center!important;
  }

  .doc-mobile-down-v67::before{
    content:"Baixar boleto"!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:100%!important;
    color:#ffffff!important;
    font-size:13px!important;
    font-weight:950!important;
    line-height:1!important;
    text-align:center!important;
  }
}

@media(max-width:380px){
  .doc-mobile-print-v67::before,
  .doc-mobile-down-v67::before{
    font-size:12px!important;
  }
}
