#elementor-panel-categories
{
   display: flex;
   flex-direction: column;
}

#elementor-panel-category-resox
{
    order:-1;
}
#elementor-panel-category-basic
{
    order:-1;
}

#elementor-panel-category-resox .elementor-element .icon::before{
    content:"";
    background-image: url(icon.svg);position: absolute;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    right: 10px;
    top: 10px;
    width: 14px; 
    height: 14px;
}

.sds-widget-ico:before {
    content: "";
    background-image: url(favicon.ico);
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}