@charset "utf-8";

/*¬õ red rgba(244, 67, 54, .85)*/ /*¯» pink rgba(255, 150, 220, .85)*/

/*µµ purple rgba(156, 39, 176, .85)*/ /*²`µµ deeppurple rgba(103, 58, 183, .85)*/

/*ÀQ«C indigo rgba(63, 81, 181, .85)*/ /*ÂÅ blue rgba(33, 150, 243, .85)*/ /*²LÂÅ lightblue rgba(3, 169, 244, .85)*/

/*«C¦â cyan rgba(0, 188, 212, .85)*/ /*ÂÅºñ¦â teal rgba(0, 150, 136, .85)*/

/*ºñ green rgba(76, 175, 80, .85)*/ /*²Lºñ lightgreen rgba(139, 195, 74, .85)*/ /*ÂfÂcºñ lime rgba(205, 220, 57, .85)*/

/*¶À¦â yellow rgba(255, 235, 59, .85)*/ /*µ[¬Ä¦â amber rgba(255, 193, 7, .85)*/ /*¾í¦â orange rgba(255, 152, 0, .85)*/ /*²`¾í deeporange rgba(255, 87, 34, .85)*/

/*´Ä¦â brown rgba(121, 85, 72, .85)*/ /*¦Ç¦â grey rgba(158, 158, 158, .85)*/ /*¦ÇÂÅ bluegrey rgba(96, 125, 139, .85)*/

/*============================================================================*/

.pl-antcss { position: fixed; position: absolute; top: calc(100% / 2 - 0px) !important; left: calc(100% / 2 - 62.5px) !important; width: 125px; height: 25px; }

.pl-antcss .cbball {
	position: absolute; margin: 3px; margin-top: 0px; width: 12px; height: 12px;
	background-color: red;
	border-radius: 100%;
}

.pl-antcss #preloader-cb1 {
	margin-left: 5px;
	background-color: rgba(244, 67, 54, .85);
	animation: preloader-ball1A 3s;
	-webkit-animation: preloader-ball1A 3s infinite; 
}
.pl-antcss #preloader-cb2 {
	margin-left: 30px;
	background-color: rgba(156, 39, 176, .85);
	animation: preloader-ball2A 3s;
	-webkit-animation: preloader-ball2A 3s infinite; 
}
.pl-antcss #preloader-cb3 {
	margin-left: 55px;
	background-color: rgba(63, 81, 181, .85);
	animation: preloader-ball3A 3s;
	-webkit-animation: preloader-ball3A 3s infinite;
}
.pl-antcss #preloader-cb4 {
	margin-left: 80px;
	background-color: rgba(3, 169, 244, .85);
	animation: preloader-ball4A 3s;
	-webkit-animation: preloader-ball4A 3s infinite;
}
.pl-antcss #preloader-cb5 {
	margin-left: 105px;
	background-color: rgba(0, 150, 136, .85);
	animation: preloader-ball5A 3s;
	-webkit-animation: preloader-ball5A 3s infinite;
}



@-webkit-keyframes preloader-ball1A {
	0% { margin-top: 0px; background-color: #e86e6e;}
	10% { margin-top: -30px;  background-color: #e84646;}
	20% { margin-top: 0px; background-color: #e86e6e;}
}


@-webkit-keyframes preloader-ball2A {
	10% { margin-top: 0px;  background-color: #6eaae8;}
	20% { margin-top: -30px;  background-color: #4697e8; }
	30% { margin-top: 0px;  background-color: #6eaae8; }
}


@-webkit-keyframes preloader-ball3A {
	20% { margin-top: 0px; background-color: #e86ebe;}
	30% { margin-top: -30px; background-color: #e846af;}
	40% { margin-top: 0px; background-color: #e86ebe;}
}


@-webkit-keyframes preloader-ball4A {
	30% { margin-top: 0px; background-color: #e89c6e;}
	40% { margin-top: -30px; background-color: #e88446;}
	50% { margin-top: 0px; background-color: #e89c6e;}
}


@-webkit-keyframes preloader-ball5A {
	40% { margin-top: 0px; background-color: #9fe86e;}
	50% { margin-top: -30px; background-color: #87e846; }
	60% { margin-top: 0px; background-color: #9fe86e;}
}







.pl-antcss-tx {
	position: absolute; top: 50%; left: 50%; margin: 30px auto 0 -150px; width: 300px; text-align: center;
	/*font-family: 'Dosis', sans-serif;*/ color: rgba(33, 150, 243, .8); font-size: 16px;
	animation: preloader-spinner-loading-text 30s;
	-webkit-animation: preloader-spinner-loading-text 30s infinite;
}
@-webkit-keyframes preloader-spinner-loading-text {
	10% { color: #e86e6e; }
	20% { color: #6eaae8; }
	30% { color: #e86ebe; }
	40% { color: #e89c6e; }
	50% { color: #9fe86e; }
	60% { color: #c16ee8; }
	70% { color: #e8d046; }
	80% { color: #6ee8e1; }
	90% { color: #e86ea2; }
	100% { color: #e86e6e; }
}

/*============================================================================*/
