@charset "utf-8";
@import url('../../_bk_plugin_css/gFontEN/EmilysCandy.css'); /*date*/
/*¬õ 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 - 10px) !important; left: calc(100% / 2 - 125px) !important; }

.pl-antcss .container { width: 100vw; height: 100vh; }

.pl-antcss .loader { position: absolute; margin: auto; width: 250px; height: 10px; }

.pl-antcss .loader--dot {
	position: absolute; width: 10px; height: 10px;
	border-radius: 100%;
	background-color: rgba(3, 169, 244, .85);
	animation-name: preloader-loader;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.pl-antcss .loader--dot:first-child { box-shadow: 0 0 3px 0 rgba(156, 39, 176, .35); background-color: rgba(156, 39, 176, .85); animation-delay: 0.5s;  }
.pl-antcss .loader--dot:nth-child(2) { box-shadow: 0 0 3px 0 rgba(3, 169, 244, .35); background-color: rgba(3, 169, 244, .85); animation-delay: 0.4s; }
.pl-antcss .loader--dot:nth-child(3) { box-shadow: 0 0 3px 0 rgba(63, 81, 181, .35); background-color: rgba(63, 81, 181, .85); animation-delay: 0.3s; }
.pl-antcss .loader--dot:nth-child(4) { box-shadow: 0 0 3px 0 rgba(205, 220, 57, .35); background-color: rgba(205, 220, 57, .85); animation-delay: 0.2s; }
.pl-antcss .loader--dot:nth-child(5) { box-shadow: 0 0 3px 0 rgba(255, 152, 0, .35); background-color: rgba(255, 152, 0, .85); animation-delay: 0.1s; }
.pl-antcss .loader--dot:nth-child(6) { box-shadow: 0 0 3px 0 rgba(244, 67, 54, .35); background-color: rgba(244, 67, 54, .85); animation-delay: 0s; }




.pl-antcss .loader--text { position: absolute; top: 20px; left: 0; right: 0; margin: auto; width: 100px; color: rgba(0, 0, 0, .85); font-size: 20px; /*font-weight: 500;*/ }
.pl-antcss .loader--text:after {
	content: "Loading"; font-family: 'EmilysCandy';
	animation-name: preloader-loading-text;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

@keyframes preloader-loader {
	15% { transform: translateX(0); }
	45% { transform: translateX(230px); }
	65% { transform: translateX(230px); }
	95% { transform: translateX(0); }
}
@keyframes preloader-loading-text {
	0% { content: "Loading"; }
	20% { content: "Loading ."; }
	40% { content: "Loading .."; }
	60% { content: "Loading ..."; }
	80% { content: "Loading ...."; }
	100% { content: "Loading ....."; }
}

/*============================================================================*/
