/******************************************************

    ██╗███╗   ███╗ █████╗  ██████╗ ███████╗███████╗
    ██║████╗ ████║██╔══██╗██╔════╝ ██╔════╝██╔════╝
    ██║██╔████╔██║███████║██║  ███╗█████╗  ███████╗
    ██║██║╚██╔╝██║██╔══██║██║   ██║██╔══╝  ╚════██║
    ██║██║ ╚═╝ ██║██║  ██║╚██████╔╝███████╗███████║
    ╚═╝╚═╝     ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚══════╝

 ******************************************************/



    /* Import main theme images CSS. */
    
    @import url("../../../css/theme.images.css");



     /* Make links non clickable in backend. */

     .is-root-container .nvm-image-link {
        pointer-events: none;
    }

