.loading-ajax{
	background: #65867b6b;
	display: none;
    position: absolute;
    width: 100%;
    z-index: 9999;
    height: 100%;
    left: 0;
    top: 0px;
}
.loading-text{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #382b6f;
    font-size: 20px;
}