.tags_card {
  background-color: #fff;
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}
.tags-card-content {
  background-color: transparent;
  padding: 1.5rem;
}
.tags_card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tags-card-content {
  background-color: transparent;
  padding: 1.5rem;
}
.tags_field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tags_field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.tags_field.has-addons.has-addons-centered {
  justify-content: center;
}
.tags_field.has-addons.has-addons-right {
  justify-content: flex-end;
}

.tags_field.tag_is-grouped {
  display: flex;
  justify-content: flex-start;
}

.tags_field.tag_is-grouped > .t_tags:not(:last-child) {
  margin-bottom: 10px;
  margin-right: 1rem;
}

.tags_field.tag_is-grouped.is-grouped-centered {
  justify-content: center;
}
.tags_field.tag_is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.tags_field.tag_is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

.tags_field.tag_is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.tags_field.tag_is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
.t_tags{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.t_tags.t_tag{
  margin-bottom: 0.5rem;
}
.t_tags.t_tag:not(:last-child) {
  margin-right: 0.5rem;
}
.t_tags:last-child {
  margin-bottom: -0.5rem;
}
.t_tags:not(:last-child) {
  margin-bottom: 1rem;
}
.t_tags.are-medium .t_tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.t_tags.are-large .t_tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.t_tags.is-centered {
  justify-content: center;
}
.t_tags.is-centered .t_tag{
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.t_tags.is-right {
  justify-content: flex-end;
}
.t_tags.is-right .t_tag:not(:first-child) {
  margin-left: 0.5rem;
}
.t_tags.is-right .t_tag:not(:last-child) {
  margin-right: 0;
}
.t_tags.has-addons .t_tag{
  margin-right: 0;
}
.t_tags.has-addons .t_tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.t_tags.has-addons .t_tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.t_tag:not(body) {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.t_tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.t_tag:not(body).is-white {
  background-color: #fff;
  color: #0a0a0a;
}
.t_tag:not(body).is-black {
  background-color: #0a0a0a;
  color: #fff;
}
.t_tag:not(body).is-light {
  background-color: #f5f5f5;
  color: rgba(0,0,0,0.7);
}
.t_tag:not(body).is-dark {
  background-color: #363636;
  color: #fff;
}
.t_tag:not(body).is-primary {
  background-color: #3273dc;
  color: #fff;
}
.t_tag:not(body).is-primary.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}
.t_tag:not(body).is-link {
  background-color: #3273dc;
  color: #fff;
}
.t_tag:not(body).is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}
.t_tag:not(body).is-info {
  background-color: #3298dc;
  color: #fff;
}
.t_tag:not(body).is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
.t_tag:not(body).is-success {
  background-color: #48c774;
  color: #fff;
}
.t_tag:not(body).is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}
.t_tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0,0,0,0.7);
}
.t_tag:not(body).is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}
.t_tag:not(body).is-danger {
  background-color: #f14668;
  color: #fff;
}
.t_tag:not(body).is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.t_tag:not(body).is-grey-lightest {
  background-color: #ededed;
  color: #363636;
}
.t_tag:not(body).is-normal {
  font-size: 0.75rem;
}
.t_tag:not(body).is-medium {
  font-size: 1rem;
}
.t_tag:not(body).is-large {
  font-size: 1.25rem;
}
.t_tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.t_tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.t_tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.t_tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.t_tag:not(body).is-delete::before,
.t_tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.t_tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.t_tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.t_tag:not(body).is-delete:hover,
.t_tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
.t_tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.t_tag:not(body).is-rounded {
  border-radius: 290486px;
}
.tag_widget a.t_tag:hover {
  text-decoration: underline;
}

.tag_widget .t_tags .t_tag:first-child {
  background: #3273dc;
  color: #fff;
}
.tags_card div {
  display: block;
  unicode-bidi: isolate;
}