@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 - 20px) !important; left: calc(100% / 2 - 20px) !important; }

.pl-antcss .group { display: inline-block; position: relative; line-height: 16px; }

.pl-antcss .bigSqr {
	display: inline-block; position: relative; width: 40px; height: 40px; overflow: hidden;
	border-radius: 3px;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-animation: preloader-bigSqrShrink 1s linear infinite;
	animation: preloader-bigSqrShrink 1s linear infinite;
}

.pl-antcss .bigSqr .square { position: absolute; width: 20px; height: 20px; background-color: rgba(244, 67, 54, .85); box-shadow: 0 0 3px 1px rgba(244, 67, 54, .35); }

.pl-antcss .bigSqr .first { left: 0px; top: 20px; background-color: rgba(244, 67, 54, .85); box-shadow: 0 0 3px 1px rgba(244, 67, 54, .35); }

.pl-antcss .bigSqr .second { left: 20px; top: 20px; background-color: rgba(205, 220, 57, .85); box-shadow: 0 0 3px 1px rgba(205, 220, 57, .35); -webkit-animation: preloader-drop2 1s linear infinite; animation: preloader-drop2 1s linear infinite; }

.pl-antcss .bigSqr .third { left: 0px; top: 0px; background-color: rgba(255, 193, 7, .85); box-shadow: 0 0 3px 1px rgba(255, 193, 7, .35); -webkit-animation: preloader-drop3 1s linear infinite; animation: preloader-drop3 1s linear infinite; }

.pl-antcss .bigSqr .fourth { left: 20px; top: 0px; background-color: rgba(85, 195, 235, .85); box-shadow: 0 0 3px 1px rgba(85, 195, 235, .35); -webkit-animation: preloader-drop4 1s linear infinite; animation: preloader-drop4 1s linear infinite; }

.pl-antcss .tx {
	position: fixed; left: 0; display: flex; justify-content: center; margin: 5px auto; width: 100vw; line-height: 16px; text-align: center;
	color: rgba(85, 195, 235, .9); /*font-family: "Open Sans", "Roboto", Arial, sans-serif;*/ font-size: 14px;
	
}



@-webkit-keyframes preloader-bigSqrShrink {
	0% { -webkit-transform: scale(1); transform: scale(1); }
	90% { -webkit-transform: scale(1); transform: scale(1); }
	100% { -webkit-transform: scale(0.5); transform: scale(0.5); }
}

@keyframes preloader-bigSqrShrink {
	0% { -webkit-transform: scale(1); transform: scale(1); }
	90% { -webkit-transform: scale(1); transform: scale(1); }
	100% { -webkit-transform: scale(0.5); transform: scale(0.5); }
}

@-webkit-keyframes preloader-drop2 {
	0% { -webkit-transform: translateY(-50px); transform: translateY(-50px); }
	25% { -webkit-transform: translate(0); transform: translate(0); }
	100% { -webkit-transform: translate(0); transform: translate(0); }
}

@keyframes preloader-drop2 {
	0% { -webkit-transform: translateY(-50px); transform: translateY(-50px); }
	25% { -webkit-transform: translate(0); transform: translate(0); }
	100% { -webkit-transform: translate(0); transform: translate(0); }
}

@-webkit-keyframes preloader-drop3 {
	0% { -webkit-transform: translateY(-50px); transform: translateY(-50px); }
	50% { -webkit-transform: translate(0); transform: translate(0); }
	100% { -webkit-transform: translate(0); transform: translate(0); }
}

@keyframes preloader-drop3 {
	0% { -webkit-transform: translateY(-50px); transform: translateY(-50px); }
	50% { -webkit-transform: translate(0); transform: translate(0); }
	100% { -webkit-transform: translate(0); transform: translate(0); }
}

@-webkit-keyframes preloader-drop4 {
	0% { -webkit-transform: translateY(-50px); transform: translateY(-50px); }
	75% { -webkit-transform: translate(0); transform: translate(0); }
	100% { -webkit-transform: translate(0); transform: translate(0); }
}

@keyframes preloader-drop4 {
	0% { -webkit-transform: translateY(-50px); transform: translateY(-50px); }
	75% { -webkit-transform: translate(0); transform: translate(0); }
	100% { -webkit-transform: translate(0); transform: translate(0); }
}

/*============================================================================*/
