@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; top: calc(100% / 2 - 10px) !important; left: calc(100% / 2 - 10px) !important; margin: auto; text-align: center; }

.pl-antcss .ballpl {
	display: inline-block; width: 20px; height: 20px;
	border-radius: 100%;
	
	box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(0, 0, 0, .85);
	background-color: rgba(0, 0, 0, .85);
	
	-webkit-animation: preloader-motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: preloader-motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

/*----------------------------------------------------------------------------*/

/*¬õ red rgba(244, 67, 54, .85)*/
.pl-antcss.red .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(244, 67, 54, .85); background-color: rgba(244, 67, 54, .85); }

/*¯» pink rgba(255, 150, 220, .85)*/
.pl-antcss.pink .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(255, 150, 220, .85); background-color: rgba(255, 150, 220, .85); }

/*µµ purple rgba(156, 39, 176, .85)*/
.pl-antcss.purple .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(156, 39, 176, .85); background-color: rgba(156, 39, 176, .85); }

/*²`µµ deeppurple rgba(103, 58, 183, .85)*/
.pl-antcss.deeppurple .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(103, 58, 183, .85); background-color: rgba(103, 58, 183, .85); }

/*ÀQ«C indigo rgba(63, 81, 181, .85)*/
.pl-antcss.indigo .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(63, 81, 181, .85); background-color: rgba(63, 81, 181, .85); }

/*ÂÅ blue rgba(33, 150, 243, .85)*/
.pl-antcss.blue .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(33, 150, 243, .85); background-color: rgba(33, 150, 243, .85); }

/*²LÂÅ lightblue rgba(3, 169, 244, .85)*/
.pl-antcss.lightblue .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(3, 169, 244, .85); background-color: rgba(3, 169, 244, .85); }

/*«C¦â cyan rgba(0, 188, 212, .85)*/
.pl-antcss.cyan .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(0, 188, 212, .85); background-color: rgba(0, 188, 212, .85); }

/*ÂÅºñ¦â teal rgba(0, 150, 136, .85)*/
.pl-antcss.teal .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(0, 150, 136, .85); background-color: rgba(0, 150, 136, .85); }

/*ºñ green rgba(76, 175, 80, .85)*/
.pl-antcss.green .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(76, 175, 80, .85); background-color: rgba(76, 175, 80, .85); }

/*²Lºñ lightgreen rgba(139, 195, 74, .85)*/
.pl-antcss.lightgreen .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(139, 195, 74, .85); background-color: rgba(139, 195, 74, .85); }

/*ÂfÂcºñ lime rgba(205, 220, 57, .85)*/
.pl-antcss.lime .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(205, 220, 57, .85); background-color: rgba(205, 220, 57, .85); }

/*¶À¦â yellow rgba(255, 235, 59, .85)*/
.pl-antcss.yellow .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(255, 235, 59, .85); background-color: rgba(255, 235, 59, .85); }

/*µ[¬Ä¦â amber rgba(255, 193, 7, .85)*/
.pl-antcss.amber .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(255, 193, 7, .85); background-color: rgba(255, 193, 7, .85); }

/*¾í¦â orange rgba(255, 152, 0, .85)*/
.pl-antcss.orange .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(255, 152, 0, .85); background-color: rgba(255, 152, 0, .85); }

/*²`¾í deeporange rgba(255, 87, 34, .85)*/
.pl-antcss.deeporange .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(255, 87, 34, .85); background-color: rgba(255, 87, 34, .85); }

/*´Ä¦â brown rgba(121, 85, 72, .85)*/
.pl-antcss.brown .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(121, 85, 72, .85); background-color: rgba(121, 85, 72, .85); }

/*¦Ç¦â grey rgba(158, 158, 158, .85)*/
.pl-antcss.grey .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(158, 158, 158, .85); background-color: rgba(158, 158, 158, .85); }

/*¦ÇÂÅ bluegrey rgba(96, 125, 139, .85)*/
.pl-antcss.bluegrey .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(96, 125, 139, .85); background-color: rgba(96, 125, 139, .85); }


.pl-antcss.white .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(255, 255, 255, .85); background-color: rgba(255, 255, 255, .85); }


.pl-antcss.black .ballpl { box-shadow: 0 0 3px 1px rgba(255, 255, 255, .5), 0 0 5px 0 rgba(0, 0, 0, .85); background-color: rgba(0, 0, 0, .85); }


/*----------------------------------------------------------------------------*/

@-webkit-keyframes preloader-motion {
	0% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
	25% { -webkit-transform: translateX(-50px) scale(0.5); transform: translateX(-50px) scale(0.5); }
	50% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
	75% { -webkit-transform: translateX(50px) scale(0.5); transform: translateX(50px) scale(0.5); }
	100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}

@keyframes preloader-motion {
	0% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
	25% { -webkit-transform: translateX(-50px) scale(0.5); transform: translateX(-50px) scale(0.3); }
	50% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
	75% { -webkit-transform: translateX(50px) scale(0.5); transform: translateX(50px) scale(0.5); }
	100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}

/*============================================================================*/
