@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 {
	/*zoom: 80%;*/ position: fixed; top: calc(100% / 2 - 0px) !important; left: calc(100% / 2 - 0px) !important; width: 1px; height: 1px;
	/*
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	
	-webkit-animation: preloader-rotate 4s linear 0s infinite;
	animation: preloader-rotate 4s linear 0s infinite;
	*/
	-webkit-filter: url("#ppgoo");
	filter: url("#ppgoo");
}

.pl-antcss .dot { position: absolute; top: 50%; left: 50%; margin-top: -12px; margin-left: -12px; }
.pl-antcss .dot:nth-child(1) { -webkit-transform: translate(12px) rotate(135deg); transform: translate(12px) rotate(135deg); }
.pl-antcss .dot:nth-child(1) span { background-color: rgba(244, 67, 54, .85); }
.pl-antcss .dot:nth-child(2) { -webkit-transform: translate(12px) rotate(180deg); transform: translate(12px) rotate(180deg); }
.pl-antcss .dot:nth-child(2) span { background-color: rgba(255, 152, 0, .85); }
.pl-antcss .dot:nth-child(3) { -webkit-transform: translate(12px) rotate(225deg); transform: translate(12px) rotate(225deg); }
.pl-antcss .dot:nth-child(3) span { background-color: rgba(205, 220, 57, .85); }
.pl-antcss .dot:nth-child(4) { -webkit-transform: translate(12px) rotate(270deg); transform: translate(12px) rotate(270deg); }
.pl-antcss .dot:nth-child(4) span { background-color: rgba(3, 169, 244, .85); }
.pl-antcss .dot:nth-child(5) { -webkit-transform: translate(12px) rotate(315deg); transform: translate(12px) rotate(315deg); }
.pl-antcss .dot:nth-child(5) span { background-color: rgba(0, 188, 212, .85); }
.pl-antcss .dot:nth-child(6) { -webkit-transform: translate(12px) rotate(360deg); transform: translate(12px) rotate(360deg); }
.pl-antcss .dot:nth-child(6) span { background-color: rgba(156, 39, 176, .85); }
.pl-antcss .dot:nth-child(7) { -webkit-transform: translate(12px) rotate(405deg); transform: translate(12px) rotate(405deg); }
.pl-antcss .dot:nth-child(7) span { background-color: rgba(0, 150, 136, .85); }
.pl-antcss .dot:nth-child(8) { -webkit-transform: translate(12px) rotate(450deg); transform: translate(12px) rotate(450deg); }
.pl-antcss .dot:nth-child(8) span { background-color: rgba(255, 150, 220, .85); }
.pl-antcss .dot span {
	position: absolute; width: 24px; height: 24px; border-radius: 100%;
	-webkit-animation: 1s preloader-pop 0s ease-out infinite;
	animation: 1s preloader-pop 0s ease-out infinite;
}


/*
@-webkit-keyframes preloader-rotate {
	0% { -webkit-transform: translate(-50%, -50%) rotate(0); transform: translate(-50%, -50%) rotate(0); }
	100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes preloader-rotate {
	0% { -webkit-transform: translate(-50%, -50%) rotate(0); transform: translate(-50%, -50%) rotate(0); }
	100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); }
}
*/
@-webkit-keyframes preloader-rotate {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes preloader-rotate {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes preloader-pop {
	0% { -webkit-transform: translateX(0); transform: translateX(0); }
	50% { -webkit-transform: translateX(50px); transform: translateX(50px); }
	75% { -webkit-transform: translateX(75px); transform: translateX(75px); }
}
@keyframes preloader-pop {
	0% { -webkit-transform: translateX(0); transform: translateX(0); }
	50% { -webkit-transform: translateX(50px); transform: translateX(50px); }
	75% { -webkit-transform: translateX(75px); transform: translateX(75px); }
}

/*============================================================================*/
