﻿.icon-circle-badge-wrapper {
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  height: 34px;
  position: relative;
  width: 34px;
  margin-top: 5px;
}

.icon-circle-badge-content {
  height: auto;
  line-height: 1;
}

.icon-circle-badge-wrapper span.icon-circle-badge-number {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  height: 18px;
  position: absolute;
  right: -2px;
  top: -7px;
  width: auto;
  min-width: 16px;
  padding: 0px 3px 3px 3px;
  border-radius: 100px;
}

.background-neutral-5 {
    background-color: #ced4da;
}

.background-orange {
    background-color: #f76707;   
}

.margin-right-s {
    margin-right: 8px;
}