.preloader-modal{
	position: fixed;
	display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 999;
}

.flex{
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	justify-content: center;
    align-items: center;
}

.preloader-img{
	background: url(/assets/images/preloader.svg);
    width: 100px;
    height: 100px;
}

.success-text{
	color: #6ac73a !important;
}

.sending-status-free-using{
	display: inline-block;
    text-align: center;
    width: 100%;
}


@media (max-width: 991px){
	.success-text{
		color: #c5f5ac !important;
	}
}
