<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ajax-loading-main{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../../images/loader.gif') center center/250px 250px no-repeat rgba(138, 134, 134, 0.4);
		  
}


.ajax-loading-main-visa{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../../images/loader.gif') center center/250px 250px no-repeat rgba(138, 134, 134, 0.4);
		  
}</pre></body></html>