
@charset "UTF-8";

.tagify.tagify--focus {
    border-color: rgba(145, 200, 200, 0.8) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 105, 105, 0.6) !important;	
}

.tagify__tag {
  margin: 2px 0px 5px 5px !important;	
}


