@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 - 0px) !important; left: calc(100% / 2 - 50px) !important; }

.pl-antcss .quiver { position: absolute; bottom: 50%; left: 0; right: 0; width: 100px; }

.pl-antcss .arrows {
	display: inline-block;  width: 0; height: 0; vertical-align: baseline;
	border-style: solid;
	border-width: 0 10px 1px 10px;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(0, 0, 0, .85) rgba(255, 255, 255, 0);
	
	-webkit-animation: preloader-equalizor cubic-bezier(0.77, 0, 0.175, 1) 0.5s alternate-reverse infinite;
	animation: preloader-equalizor cubic-bezier(0.77, 0, 0.175, 1) 0.5s alternate-reverse infinite;
}

.pl-antcss .st { border-bottom-color: rgba(244, 67, 54, .85); }
.pl-antcss .nd { border-bottom-color: rgba(255, 193, 7, .85); }
.pl-antcss .rd { border-bottom-color: rgba(205, 220, 57, .85); }
.pl-antcss .th { border-bottom-color: rgba(3, 169, 244, .85); }
.pl-antcss .fth { border-bottom-color: rgba(156, 39, 176, .85); }
.pl-antcss span:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s; }
.pl-antcss span:nth-child(2) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }
.pl-antcss span:nth-child(3) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.pl-antcss span:nth-child(4) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
.pl-antcss span:nth-child(5) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }


.pl-antcss .loading { display: flex; position: fixed; margin: 10px 0 0 0; width: 100vw; color: rgba(0, 0, 0, .85); font-size: 14px; }



@-webkit-keyframes preloader-equalizor {
	from { border-bottom-width: 36px; }
	to { border-bottom-width: 1px; }
}

@keyframes preloader-equalizor {
	from { border-bottom-width: 36px; }
	to { border-bottom-width: 1px; }
}

/*============================================================================*/
