@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(50% - 0px) !important; left: 0 !important; right: 0 !important; width: 100%; text-align: center; }
.pl-antcss span { color: color: rgba(0, 0, 0, .85); text-shadow: 0 0 1px rgba(0, 0, 0, .35); font-size: 20px; }
.pl-antcss .animate { position: absolute; top: 0; }
.pl-antcss span:nth-child(1) { margin-right: 0px; }
.pl-antcss span:nth-child(2) { margin-left: 2px; color: rgba(244, 67, 54, .85); text-shadow: 0 0 1px rgba(244, 67, 54, .35); animation: preloader-spin 1.5s linear infinite; -webkit-animation: preloader-spin 1.5s linear infinite; }
.pl-antcss span:nth-child(3) { margin-left: 19px; color: rgba(255, 193, 7, .85); text-shadow: 0 0 1px rgba(255, 193, 7, .35); animation: preloader-spin 1s linear infinite; -webkit-animation: preloader-spin 1s linear infinite; }
.pl-antcss span:nth-child(4) { margin-left: 36px; color: rgba(205, 220, 57, .85); text-shadow: 0 0 1px rgba(205, 220, 57, .35); animation: preloader-spin 1.25s linear infinite; -webkit-animation: preloader-spin 1.25s linear infinite; }
.pl-antcss span:nth-child(5) { padding-left: 56px; }
@keyframes preloader-spin {
	0% { top: 0; }
	50% { top: 100%; opacity: 0; }
	51% { top: -100%; }
	100% { top: 0; opacity: 1; }
}
@-webkit-keyframes preloader-spin {
	0% { top: 0; }
	50% { top: 100%; opacity: 0; }
	51% { top: -100%; }
	100% { top: 0; opacity: 1; }
}

/*============================================================================*/
