.icon-side {
  position: fixed;
  left: 10px;
  bottom: 5%;
  background-color: #0bbb0b;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.icon-side a i {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}


.append-badge{
    background-color: #0bbb0b;
    margin-left: 30px;
    color: #fff;
    margin-top: -22px;
    font-weight: 500;
}