/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

.loading{
    background-color: gray;
    color: white;
    text-align: center;
    font-size: 20px;
    position: absolute;
    width: 100%;
    z-index: 99999;
    height: 100%;
    padding-top: 25%;
    opacity: 0.7;
    display: none;
}