/*BOOTSTRAP OVERRIDES*/
/* Fix Bootstrap Tags Input "x" alignment */
.bootstrap-tagsinput .tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem;
  line-height: 1 !important;
  vertical-align: middle; }

/* Style the 'x' remove element */
.bootstrap-tagsinput .tag [data-role="remove"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  opacity: 0.7;
  cursor: pointer;
  margin-left: 0 !important;
  margin-bottom: 6px;
  padding: 0 8px;
  /* to make the button area bigger */ }

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  opacity: 1; }

/*# sourceMappingURL=style-overrides.css.map */
