
    (function(){
        console.log("223");
        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/069059b7ef840f0c74a814ec9237b6ec/file.css";

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

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

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

    })();

