/* CENTRAL_CONTRATO_STATUS_V80 */

.contrato-card-v80{
  position:relative!important;
}

.contrato-badge-v80{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:26px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  margin-left:6px!important;
  vertical-align:middle!important;
}

.contrato-badge-v80.ok{
  background:#dcfce7!important;
  color:#166534!important;
  border:1px solid #86efac!important;
}

.contrato-badge-v80.warn{
  background:#fef3c7!important;
  color:#92400e!important;
  border:1px solid #fde68a!important;
}

.contrato-badge-v80.bad{
  background:#fee2e2!important;
  color:#991b1b!important;
  border:1px solid #fca5a5!important;
}

.contrato-badge-v80.neutral{
  background:#f1f5f9!important;
  color:#475569!important;
  border:1px solid #cbd5e1!important;
}

@media(max-width:760px){
  .contrato-badge-v80{
    margin-left:0!important;
    margin-top:8px!important;
    width:max-content!important;
    max-width:100%!important;
  }
}

/* CENTRAL_CONTRATO_STATUS_V80_FIM */
