
span.badge.badge-swi.badge-pill {
  font-family: NunitoSans;
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-right: 15px;
  margin-bottom: 4px;
  margin-top: 4px;
  max-width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
}

span.badge.badge-swi.badge-pill.width_100p {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.badge.badge-swi.badge-pill.width_100p  > div {
  width: 100%;
  justify-content: center;
}

span.badge.badge-swi.badge-pill.bigger,span.badge.badge-swi.badge-pill.bigger > div {
  min-height: 35px;
}

span.badge.badge-swi.badge-pill span {
  margin: 0 5px;
}

span.badge.badge-swi.badge-pill .svg-container {
  display: flex;
}

span.badge.badge-swi.badge-pill svg {
  height: 18px;
  width: 18px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  span.badge.badge-swi.badge-pill.bigger > div {
    padding-top: 7px;
  }
}

/* Custom dark definition*/

span.badge.badge-swi.badge-pill.dark {
  color: #00ceff !important;
  background-color: #0c3949;/* needed if not a link*/
}
span.badge.badge-swi.badge-pill.dark:hover {
  color: #00ceff !important;
  background-color: #15252C;/* needed if not a link*/
}

span.badge.badge-swi.badge-pill.dark > a {
  color: #00ceff !important;
  text-decoration: none !important;
  text-overflow: ellipsis;
}

/* Custom white definition*/
span.badge.badge-swi.badge-pill.white {
  color: black !important;
  background-color: #ffffff;/* needed if not a link*/
}
span.badge.badge-swi.badge-pill.white:hover {
  color: black !important;
  background-color: #ffffff;/* needed if not a link*/
}

span.badge.badge-swi.badge-pill.white  a {
  color: black !important;
  text-decoration: none !important;
  text-overflow: ellipsis;
}

span.badge.badge-swi.badge-pill.white .svg-container path {
  fill: black;
}

/* Custom black definition*/
span.badge.badge-swi.badge-pill.black {
  color: white !important;
  background-color: black;/* needed if not a link*/
}

span.badge.badge-swi.badge-pill.black:hover {
  color: white !important;
  background-color: black;/* needed if not a link*/
}

span.badge.badge-swi.badge-pill.black  a {
  color: white !important;
  text-decoration: none !important;
  text-overflow: ellipsis;
}

span.badge.badge-swi.badge-pill.black .svg-container path {
  fill: black;
}

