#pageLoader{
    position:fixed;
    top:0;
    left:0;
    width:0%;
    height:4px;
    background:#22c55e;
    z-index:9999;
    transition:width .4s ease;
}

#overlayLock{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
    display:none;
    z-index:9998;
    cursor:wait;
}