/*
Theme Name: Askka Child
Theme URI: https://askka.qodeinteractive.com
Description: A child theme of Askka
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: askka
Template: askka
*/




.payment_page_loader{
	position: fixed;	
	background: #00000059;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
	transform: none;
}

.payment_page_loader img{
	max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
}