@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; position: absolute; top: 0px !important; left: calc(100% / 2 - 50px) !important; min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: nowrap column;
	flex-flow: nowrap column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pl-antcss .loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 24px 0;
}
.pl-antcss .loading__element { color: rgba(0, 0, 0, .9); font-size: 20px; letter-spacing: 1px; text-shadow: 0 0 3px rgba(0, 0, 0, .35); }
[class*="preloaderel"] { -webkit-animation: preloader-bouncing 1.5s infinite ease; animation: preloader-bouncing 1.5s infinite ease; }

.pl-antcss .preloaderel1 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }
.pl-antcss .preloaderel2 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.pl-antcss .preloaderel3 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
.pl-antcss .preloaderel4 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.pl-antcss .preloaderel5 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.pl-antcss .preloaderel6 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.pl-antcss .preloaderel7 { -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }
.pl-antcss .preloaderel8 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.pl-antcss .preloaderel9 { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }

/*
.pl-antcss .preloaderel1 { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }
.pl-antcss .preloaderel2 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.pl-antcss .preloaderel3 { -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }
.pl-antcss .preloaderel4 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.pl-antcss .preloaderel5 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.pl-antcss .preloaderel6 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.pl-antcss .preloaderel7 { -webkit-animation-delay: 0.3s; animation-delay: 0.2s; }
.pl-antcss .preloaderel8 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.pl-antcss .preloaderel9 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }
*/

@-webkit-keyframes preloader-bouncing {
	0%, 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); }
}

@keyframes preloader-bouncing {
	0%, 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); }
}


/*============================================================================*/
