@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 - 50px) !important; left: calc(100% / 2 - 50px) !important; }

.pl-antcss .loading-content { display: flex; position: relative; width: 100%; height: 100%; min-width: 100px; min-height: 100px; max-width: 100px; max-height: 100px; align-items: center; justify-content: center; }

.pl-antcss .loading-circle {
	position: absolute; top: 0; width: 100px; height: 50px;
	border: 1px solid rgba(0, 0, 0, .85);
	border-bottom: 0;
	background-color: transparent;
	border-top-left-radius: 110px;
	border-top-right-radius: 110px;
	
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	
	animation: preloader-loading 1.5s linear infinite;
	-webkit-animation: preloader-loading 1.5s linear infinite;
}

.pl-antcss .loading-name {
	position: relative;
	color: rgba(0, 0, 0, .85);
	cursor: default;
	
	display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}

/*----------------------------------------------------------------------------*/

/*¬õ red rgba(244, 67, 54, .85)*/
.pl-antcss.red .loading-circle { border: 1px solid rgba(244, 67, 54, .85); border-bottom: 0; }
.pl-antcss.red .loading-name { color: rgba(244, 67, 54, .85); }

/*¯» pink rgba(255, 150, 220, .85)*/
.pl-antcss.pink .loading-circle { border: 1px solid rgba(255, 150, 220, .85); border-bottom: 0; }
.pl-antcss.pink .loading-name { color: rgba(255, 150, 220, .85); }

/*µµ purple rgba(156, 39, 176, .85)*/
.pl-antcss.purple .loading-circle { border: 1px solid rgba(156, 39, 176, .85); border-bottom: 0; }
.pl-antcss.purple .loading-name { color: rgba(156, 39, 176, .85); }

/*²`µµ deeppurple rgba(103, 58, 183, .85)*/
.pl-antcss.deeppurple .loading-circle { border: 1px solid rgba(103, 58, 183, .85); border-bottom: 0; }
.pl-antcss.deeppurple .loading-name { color: rgba(103, 58, 183, .85); }

/*ÀQ«C indigo rgba(63, 81, 181, .85)*/
.pl-antcss.indigo .loading-circle { border: 1px solid rgba(63, 81, 181, .85); border-bottom: 0; }
.pl-antcss.indigo .loading-name { color: rgba(63, 81, 181, .85); }

/*ÂÅ blue rgba(33, 150, 243, .85)*/
.pl-antcss.blue .loading-circle { border: 1px solid rgba(33, 150, 243, .85); border-bottom: 0; }
.pl-antcss.blue .loading-name { color: rgba(33, 150, 243, .85); }

/*²LÂÅ lightblue rgba(3, 169, 244, .85)*/
.pl-antcss.lightblue .loading-circle { border: 1px solid rgba(3, 169, 244, .85); border-bottom: 0; }
.pl-antcss.lightblue .loading-name { color: rgba(3, 169, 244, .85); }

/*«C¦â cyan rgba(0, 188, 212, .85)*/
.pl-antcss.cyan .loading-circle { border: 1px solid rgba(0, 188, 212, .85); border-bottom: 0; }
.pl-antcss.cyan .loading-name { color: rgba(0, 188, 212, .85); }

/*ÂÅºñ¦â teal rgba(0, 150, 136, .85)*/
.pl-antcss.teal .loading-circle { border: 1px solid rgba(0, 150, 136, .85); border-bottom: 0; }
.pl-antcss.teal .loading-name { color: rgba(0, 150, 136, .85); }

/*ºñ green rgba(76, 175, 80, .85)*/
.pl-antcss.green .loading-circle { border: 1px solid rgba(76, 175, 80, .85); border-bottom: 0; }
.pl-antcss.green .loading-name { color: rgba(76, 175, 80, .85); }

/*²Lºñ lightgreen rgba(139, 195, 74, .85)*/
.pl-antcss.lightgreen .loading-circle { border: 1px solid rgba(139, 195, 74, .85); border-bottom: 0; }
.pl-antcss.lightgreen .loading-name { color: rgba(139, 195, 74, .85); }

/*ÂfÂcºñ lime rgba(205, 220, 57, .85)*/
.pl-antcss.lime .loading-circle { border: 1px solid rgba(205, 220, 57, .85); border-bottom: 0; }
.pl-antcss.lime .loading-name { color: rgba(205, 220, 57, .85); }

/*¶À¦â yellow rgba(255, 235, 59, .85)*/
.pl-antcss.yellow .loading-circle { border: 1px solid rgba(255, 235, 59, .85); border-bottom: 0; }
.pl-antcss.yellow .loading-name { color: rgba(255, 235, 59, .85); }

/*µ[¬Ä¦â amber rgba(255, 193, 7, .85)*/
.pl-antcss.amber .loading-circle { border: 1px solid rgba(255, 193, 7, .85); border-bottom: 0; }
.pl-antcss.amber .loading-name { color: rgba(255, 193, 7, .85); }

/*¾í¦â orange rgba(255, 152, 0, .85)*/
.pl-antcss.orange .loading-circle { border: 1px solid rgba(255, 152, 0, .85); border-bottom: 0; }
.pl-antcss.orange .loading-name { color: rgba(255, 152, 0, .85); }

/*²`¾í deeporange rgba(255, 87, 34, .85)*/
.pl-antcss.deeporange .loading-circle { border: 1px solid rgba(255, 87, 34, .85); border-bottom: 0; }
.pl-antcss.deeporange .loading-name { color: rgba(255, 87, 34, .85); }

/*´Ä¦â brown rgba(121, 85, 72, .85)*/
.pl-antcss.brown .loading-circle { border: 1px solid rgba(121, 85, 72, .85); border-bottom: 0; }
.pl-antcss.brown .loading-name { color: rgba(121, 85, 72, .85); }

/*¦Ç¦â grey rgba(158, 158, 158, .85)*/
.pl-antcss.grey .loading-circle { border: 1px solid rgba(158, 158, 158, .85); border-bottom: 0; }
.pl-antcss.grey .loading-name { color: rgba(158, 158, 158, .85); }

/*¦ÇÂÅ bluegrey rgba(96, 125, 139, .85)*/
.pl-antcss.bluegrey .loading-circle { border: 1px solid rgba(96, 125, 139, .85); border-bottom: 0; }
.pl-antcss.bluegrey .loading-name { color: rgba(96, 125, 139, .85); }


.pl-antcss.white .loading-circle { border: 1px solid rgba(255, 255, 255, .85); border-bottom: 0; }
.pl-antcss.white .loading-name { color: rgba(255, 255, 255, .85); }

.pl-antcss.black .loading-circle { border: 1px solid rgba(0, 0, 0, .85); border-bottom: 0; }
.pl-antcss.black .loading-name { color: rgba(0, 0, 0, .85); }


/*----------------------------------------------------------------------------*/

@-webkit-keyframes preloader-loading {
	from { -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes preloader-loading {
	from { -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/*============================================================================*/
