/* 
* =============================================
* Tag  
* http://v.bootstrapmb.com/2019/4/r1x3t4187/
* http://www.bootstrapmb.com/item/1474/preview
* =============================================
*/
[class*='tag-'] {
  color: #222;
  background: #ddd;
  font-size: 0.875rem;
  padding: 0.2rem 0.5rem 0.3rem 1.5rem;
  margin-right: 0.5rem;
  position: relative;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, 100% 100%, 0.5rem 100%, 0 50%);
  clip-path: polygon(0.5rem 0%, 100% 0%, 100% 100%, 0.5rem 100%, 0 50%);
}
[class*='tag-']:after {
  content: '';
  cursor: pointer;
  position: absolute;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  top: calc(50% - 4px);
  left: 0.5rem;
  z-index: 2;
  -webkit-box-shadow: 1px 1px 1px;
          box-shadow: 1px 1px 1px;
}

.tag-primary {
  color: #ffffff;
  background: #1b9af7;
}

.tag-secondary {
  color: #ffffff;
  background: #6c757d;
}

.tag-success {
  color: #ffffff;
  background: #48c78e;
}

.tag-warning {
  color: #212529;
  background: #ffe08a;
}

.tag-danger {
  color: #ffffff;
  background: #f14668;
}

.tag-info {
  color: #ffffff;
  background: #3e8ed0;
}

.tag-dark {
  color: #ffffff;
  background: #555;
}

.tag-light {
  color: #212529;
  background: #f7f8fa;
}

.tag-white {
  color: #000000;
  background: #ffffff;
}

.tag-black {
  color: #ffffff;
  background: #000;
}

.tag-transparent {
  color: #212529;
  background: transparent;
}

.tag-blue {
  color: #ffffff;
  background: #0000ff;
}

.tag-brown {
  color: #ffffff;
  background: #a52a2a;
}

.tag-cyan {
  color: #212529;
  background: #00ffff;
}

.tag-fuchsia {
  color: #ffffff;
  background: #ff00ff;
}

.tag-gray {
  color: #ffffff;
  background: #808080;
}

.tag-green {
  color: #ffffff;
  background: #008000;
}

.tag-indigo {
  color: #ffffff;
  background: #4b0082;
}

.tag-lime {
  color: #212529;
  background: #00ff00;
}

.tag-orange {
  color: #ffffff;
  background: #ffa500;
}

.tag-pink {
  color: #ffffff;
  background: #ffc0cb;
}

.tag-purple {
  color: #ffffff;
  background: #800080;
}

.tag-red {
  color: #ffffff;
  background: #ff0000;
}

.tag-teal {
  color: #ffffff;
  background: #008080;
}

.tag-yellow {
  color: #212529;
  background: #ffff00;
}

/*# sourceMappingURL=tag.css.map */