.u-tagsinput--v1 .bootstrap-tagsinput {
  width: 100%;
  padding: 0.57143rem 0.64286rem; 
  border: 1px solid #e1eaea;
  border-radius: 4px;
  box-shadow: none;
}

.u-tagsinput--v1 [data-role="remove"] {
  font-size: 0.85714rem;
  font-family: "hs-admin-icons", sans-serif;
  color: #fff;
  margin-left: 1rem;
}

.u-tagsinput--v1 [data-role="remove"]::after {
  content: "\e939" !important;
  padding: 0 !important;
}

/*------------------------------------
  Tagsinput v2
------------------------------------*/
[class*="u-tagsinput--v2"] .bootstrap-tagsinput {
  width: 100%;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  margin-bottom: -5px;
}

[class*="u-tagsinput--v2"] .bootstrap-tagsinput::before {
  content: "|";
  display: inline-block;
  width: 1px;
  line-height: 1;
  font-size: 14px;
  opacity: 0;
  padding: 0.57143rem 0;
  margin-bottom: 5px;
  margin-left: -1px;
}

[class*="u-tagsinput--v2"] .bootstrap-tagsinput input[type="text"] {
  width: 100%;
}

[class*="u-tagsinput--v2"] .bootstrap-tagsinput .tag + input[type="text"] {
  width: 40px;
}

[class*="u-tagsinput--v2"] .bootstrap-tagsinput .tag {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  color: #41464B;
  border: 1px solid #1cc9e4;
  border-radius: 16px;
  /*padding: 0.57143rem 1.78571rem 0.57143rem 2.85714rem;*/
  margin-bottom: 5px;
  padding:8px;
}

[class*="u-tagsinput--v2"] .bootstrap-tagsinput .tag [data-role="remove"] {
  position: absolute;
  top: 50%;
  left: 18px;
  font-size: 10px;
  font-family: "hs-admin-icons", sans-serif;
  color: #e62154;
  margin-left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[class*="u-tagsinput--v2"] .bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "\e939";
  padding: 0;
}

.u-tagsinput--v2--gray .bootstrap-tagsinput .tag {
  background-color: #f5f9f9;
  border-color: #f5f9f9;
}

.u-tagsinput--v2--gray-dark .bootstrap-tagsinput .tag {
  background-color: #e1eaea;
  border-color: #e1eaea;
  color: #53585e;
}

.u-tagsinput--v2--blue .bootstrap-tagsinput .tag.label.label-warning {
  background-color:#f0ad4e;
  border-color:#f0ad4e;
  display:inline-flex;
  font-weight:400;
  border-radius:5px;
  height: 25px !important; 
  justify-content: center;
  align-items: center;

}

.u-tagsinput--v2--blue .bootstrap-tagsinput .tag {
  background-color: #1cc9e4;
  color: #fff;
  border-color: #1cc9e4;
}

.u-tagsinput--v2--blue .bootstrap-tagsinput .tag [data-role="remove"] {
  color: #fff;
}

.u-tagsinput--v2--right .bootstrap-tagsinput .tag {
  padding: 0.57143rem 2.85714rem 0.57143rem 1.42857rem;
}

.u-tagsinput--v2--right .bootstrap-tagsinput .tag [data-role="remove"] {
  left: auto;
  right: 18px;
}

ul {
  padding: 0;
  list-style-type: none
}
.tag.label.label-info {
  display:inline-flex;
  font-weight:400;
  border-radius:5px;
  height: 25px !important; 
  justify-content: center;
  align-items: center;
}

.delete-skill {
  color:white;
  font-size: 25px;
  font-weight: 100 !important;
}