@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: 36%; position: fixed; top: calc(100% / 2 - 48px) !important; left: calc(100% / 2 - 48px) !important; width: 96px; height: 96px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: preloader-hue-rotate 10s linear infinite both;
	animation: preloader-hue-rotate 10s linear infinite both;
}
.pl-antcss .loading__square {
	position: absolute; top: 0; left: 0; width: 28px; height: 28px; margin: 2px;
	border-radius: 3px;
	
background: rgba(255,38,0,1);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,38,0,1)), color-stop(15%, rgba(255,153,0,1)), color-stop(30%, rgba(240,233,93,1)), color-stop(45%, rgba(55,209,4,1)), color-stop(61%, rgba(0,166,255,1)), color-stop(75%, rgba(0,64,255,1)), color-stop(88%, rgba(161,24,240,1)), color-stop(100%, rgba(255,184,236,1)));
background: -webkit-linear-gradient(left, rgba(255,38,0,1) 0%, rgba(255,153,0,1) 15%, rgba(240,233,93,1) 30%, rgba(55,209,4,1) 45%, rgba(0,166,255,1) 61%, rgba(0,64,255,1) 75%, rgba(161,24,240,1) 88%, rgba(255,184,236,1) 100%);
background: linear-gradient(to right, rgba(255,38,0,1) 0%, rgba(255,153,0,1) 15%, rgba(240,233,93,1) 30%, rgba(55,209,4,1) 45%, rgba(0,166,255,1) 61%, rgba(0,64,255,1) 75%, rgba(161,24,240,1) 88%, rgba(255,184,236,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2600', endColorstr='#ffb8ec', GradientType=1 );
	
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	-webkit-animation: preloader-square-animation 10s ease-in-out infinite both;
	animation: preloader-square-animation 10s ease-in-out infinite both;
}
.pl-antcss .loading__square:nth-of-type(0) { -webkit-animation-delay: 0s; animation-delay: 0s; }
.pl-antcss .loading__square:nth-of-type(1) { -webkit-animation-delay: -1.4285714286s; animation-delay: -1.4285714286s; }
.pl-antcss .loading__square:nth-of-type(2) { -webkit-animation-delay: -2.8571428571s; animation-delay: -2.8571428571s; }
.pl-antcss .loading__square:nth-of-type(3) { -webkit-animation-delay: -4.2857142857s; animation-delay: -4.2857142857s; }
.pl-antcss .loading__square:nth-of-type(4) { -webkit-animation-delay: -5.7142857143s; animation-delay: -5.7142857143s; }
.pl-antcss .loading__square:nth-of-type(5) { -webkit-animation-delay: -7.1428571429s; animation-delay: -7.1428571429s; }
.pl-antcss .loading__square:nth-of-type(6) { -webkit-animation-delay: -8.5714285714s; animation-delay: -8.5714285714s; }
.pl-antcss .loading__square:nth-of-type(7) { -webkit-animation-delay: -10s; animation-delay: -10s; }
@-webkit-keyframes preloader-square-animation {
	0% { left: 0; top: 0; }
	10.5% { left: 0; top: 0; }
	12.5% { left: 32px; top: 0; }
	23% { left: 32px; top: 0; }
	25% { left: 64px; top: 0; }
	35.5% { left: 64px; top: 0; }
	37.5% { left: 64px; top: 32px; }
	48% { left: 64px; top: 32px; }
	50% { left: 32px; top: 32px; }
	60.5% { left: 32px; top: 32px; }
	62.5% { left: 32px; top: 64px; }
	73% { left: 32px; top: 64px; }
	75% { left: 0; top: 64px; }
	85.5% { left: 0; top: 64px; }
	87.5% { left: 0; top: 32px; }
	98% { left: 0; top: 32px; }
	100% { left: 0; top: 0; }
}
@keyframes preloader-square-animation {
	0% { left: 0; top: 0; }
	10.5% { left: 0; top: 0; }
	12.5% { left: 32px; top: 0; }
	23% { left: 32px; top: 0; }
	25% { left: 64px; top: 0; }
	35.5% { left: 64px; top: 0; }
	37.5% { left: 64px; top: 32px; }
	48% { left: 64px; top: 32px; }
	50% { left: 32px; top: 32px; }
	60.5% { left: 32px; top: 32px; }
	62.5% { left: 32px; top: 64px; }
	73% { left: 32px; top: 64px; }
	75% { left: 0; top: 64px; }
	85.5% { left: 0; top: 64px; }
	87.5% { left: 0; top: 32px; }
	98% { left: 0; top: 32px; }
	100% { left: 0; top: 0; }
}
@-webkit-keyframes preloader-hue-rotate {
	0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg); }
	100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg); }
}
@keyframes preloader-hue-rotate {
	0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg); }
	100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg); }
}

/*============================================================================*/
