
/* ============================================================
   v25 report flow visible everywhere
   ============================================================ */

.flow-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  max-width:100%!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
  border:1px solid transparent!important;
}

.flow-badge.flow-return{
  color:#1f4fd8!important;
  background:#eef4ff!important;
  border-color:#dbe7ff!important;
}

.flow-badge.flow-direct{
  color:#0f7a55!important;
  background:#eafaf3!important;
  border-color:#cceedd!important;
}

.report-table td,
.report-table th{
  vertical-align:middle!important;
}

.admin-comment-cell{
  max-width:260px!important;
  white-space:normal!important;
  word-break:break-word!important;
  color:#667085!important;
  font-size:12px!important;
  line-height:1.4!important;
}

@media(max-width:760px){
  .flow-badge{
    width:max-content!important;
    max-width:100%!important;
    font-size:11px!important;
    padding:6px 9px!important;
  }

  .admin-comment-cell{
    max-width:100%!important;
  }
}
