
    (function(){
        console.log("259");
        var head = document.head;
        var link1 = document.createElement("link");
        link1.type = "text/css";
        link1.rel = "stylesheet";
        link1.id = "idxapps-idxcolors-css";
        link1.href = "https://idxapps.com/storage/idxcolors/5ef059938ba799aaa845e1c2e8a762bd/file.css";

        const shadowRoot = document.querySelector('.ihf-container').shadowRoot;

        const idxcolorsCss = shadowRoot.querySelector('#idxapps-idxcolors-css');
        if (!idxcolorsCss) {

            shadowRoot.querySelector('.shadow-root').prepend(link1);
        }

    })();

