@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 - 50px) !important; left: calc(100% / 2 - 50px) !important; }

.pl-antcss .antcss { padding: 45px 0; }

.pl-antcss .antcss span { display: inline-block; position: relative; color: rgba(0, 0, 0, .85); text-shadow: 0 0 1px rgba(0, 0, 0, .35); font-size: 16px; letter-spacing: 3px; text-transform: uppercase; }

.pl-antcss .antcss span.loading.spin > * { animation-name: preloader-letter-spin; animation-duration: 1s; animation-iteration-count: infinite; animation-timing-function: ease-in; }
.pl-antcss .antcss span.loading.spin > *:nth-child(1) { animation-delay: .1s; }
.pl-antcss .antcss span.loading.spin > *:nth-child(2) { animation-delay: .2s; }
.pl-antcss .antcss span.loading.spin > *:nth-child(3) { animation-delay: .3s; }
.pl-antcss .antcss span.loading.spin > *:nth-child(4) { animation-delay: .4s; }
.pl-antcss .antcss span.loading.spin > *:nth-child(5) { animation-delay: .5s; }
.pl-antcss .antcss span.loading.spin > *:nth-child(6) { animation-delay: .6s; }
.pl-antcss .antcss span.loading.spin > *:nth-child(7) { animation-delay: .7s; }

@keyframes preloader-letter-spin {
	from { transform: rotate(0deg); }
	50% { transform: rotate(360deg); }
	to { transform: rotate(360deg); }
}

/*============================================================================*/
