/* Estilo general de los contadores */
.bootstrap-maxlength {
  display: block;
  margin-top: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  color:ghostwhite;
  text-align: right;
}

/* Badge cuando se está acercando al límite */
.bootstrap-maxlength .badge-danger {
  background-color: #ffe5e5;
  color: #e02b2b;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
}

/* Badge cuando se alcanza el límite */
.bootstrap-maxlength .badge-success {
  background-color: #e5ffe8;
  color: #2d995b;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}