span.rrdevs-addons-badge {
    position: relative;
  }
  
  span.rrdevs-addons-badge {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    top: 7px;
    right: 20px;
    background-image: url("../img/addons-logo.png");
    background-position: center center;
    background-size: cover;
    z-index: 1;
  }
  
  #elementor-panel-category-rrdevs-addons .elementor-panel .elementor-element .icon{
    position: relative;
  }
  #elementor-panel-category-rrdevs-addons .elementor-panel .elementor-element .icon:after {
    content: "FD";
    font-size: 10px;
    opacity: 0.4;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 10px;
    text-transform: capitalize;
    line-height: 22px;
    background-color: #675f73;
    color: #fff;
  }