.agrupador {
    position: relative;
    top: 10px;
    left: 10px;
}
.tagify__input {
    padding: 0.8rem 0.75rem!important;
    font-size: 0.875rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    margin: 0rem!important;
    border: 0px!important;
}

.tagify{
    border-color: #bec8d0!important;
}

.tagify__tag {
  --tag-bg: #f8f9fa;
  --tag-hover: rgba(70, 128, 255, 0.3);
  --tag-remove-bg: rgba(220, 38, 38, 0.3);
  --tag-remove-btn-bg--hover: #dc2626;
}