    #ajpi-modal{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .1);
        pointer-events: none;
        z-index: 999999;
        top: 0;
        left: 0;
    }

    body.ajpi-loading #ajpi-modal{
        display: block;
    }

    body.ajpi-loading{
        pointer-events: none;
    }

        #ajpi-modal #ajpi-loader{
            position: fixed;
            background: rgba(0, 0, 0, .2) url(../img/loader.gif) no-repeat center center;
            border-radius: 20px;
            width: 100px;
            height: 100px;
            top: calc(50% - 50px);
            left: calc(50% - 50px);
        }