@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 - 15px) !important; left: calc(100% / 2 - 25px) !important; width: 100vw; max-width: 1920px; }

.pl-antcss .container { text-align: center; }

.pl-antcss .container span {
	display: block; margin-top: 3px; width: 50px; height: 3px;
	border-radius: 5px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .15);
	background-color: rgba(0, 0, 0, .85);
	animation: preloader-load 2s infinite;
}
.pl-antcss .container span:nth-child(2) { animation-delay: 100ms; }
.pl-antcss .container span:nth-child(3) { animation-delay: 210ms; }
.pl-antcss .container span:nth-child(4) { animation-delay: 330ms; }
.pl-antcss .container span:nth-child(5) { animation-delay: 450ms; }

.pl-tx { display: flex; justify-content: center; align-items: center; position: fixed; margin: 40px 0 0 0; width: 100vw; max-width: 1920px; height: 100vh; color: rgba(0, 0, 0, .85); font-size: 14px; /*text-align: center;*/ }


/*----------------------------------------------------------------------------*/

/*¬õ red rgba(244, 67, 54, .85)*/
.pl-antcss.red .container span { box-shadow: 0 0 1px 1px rgba(244, 67, 54, .15); background-color: rgba(244, 67, 54, .85); }
.pl-tx.red { color: rgba(244, 67, 54, .85); }

/*¯» pink rgba(255, 150, 220, .85)*/
.pl-antcss.pink .container span { box-shadow: 0 0 1px 1px rgba(255, 150, 220, .15); background-color: rgba(255, 150, 220, .85); }
.pl-tx.pink { color: rgba(255, 150, 220, .85); }

/*µµ purple rgba(156, 39, 176, .85)*/
.pl-antcss.purple .container span { box-shadow: 0 0 1px 1px rgba(156, 39, 176, .15); background-color: rgba(156, 39, 176, .85); }
.pl-tx.purple { color: rgba(156, 39, 176, .85); }

/*²`µµ deeppurple rgba(103, 58, 183, .85)*/
.pl-antcss.deeppurple .container span { box-shadow: 0 0 1px 1px rgba(103, 58, 183, .15); background-color: rgba(103, 58, 183, .85); }
.pl-tx.deeppurple { color: rgba(103, 58, 183, .85); }

/*ÀQ«C indigo rgba(63, 81, 181, .85)*/
.pl-antcss.indigo .container span { box-shadow: 0 0 1px 1px rgba(63, 81, 181, .15); background-color: rgba(63, 81, 181, .85); }
.pl-tx.indigo { color: rgba(63, 81, 181, .85); }

/*ÂÅ blue rgba(33, 150, 243, .85)*/
.pl-antcss.blue .container span { box-shadow: 0 0 1px 1px rgba(33, 150, 243, .15); background-color: rgba(33, 150, 243, .85); }
.pl-tx.blue { color: rgba(33, 150, 243, .85); }

/*²LÂÅ lightblue rgba(3, 169, 244, .85)*/
.pl-antcss.lightblue .container span { box-shadow: 0 0 1px 1px rgba(3, 169, 244, .15); background-color: rgba(3, 169, 244, .85); }
.pl-tx.lightblue { color: rgba(3, 169, 244, .85); }

/*«C¦â cyan rgba(0, 188, 212, .85)*/
.pl-antcss.cyan .container span { box-shadow: 0 0 1px 1px rgba(0, 188, 212, .15); background-color: rgba(0, 188, 212, .85); }
.pl-tx.cyan { color: rgba(0, 188, 212, .85); }

/*ÂÅºñ¦â teal rgba(0, 150, 136, .85)*/
.pl-antcss.teal .container span { box-shadow: 0 0 1px 1px rgba(0, 150, 136, .15); background-color: rgba(0, 150, 136, .85); }
.pl-tx.teal { color: rgba(0, 150, 136, .85); }

/*ºñ green rgba(76, 175, 80, .85)*/
.pl-antcss.green .container span { box-shadow: 0 0 1px 1px rgba(76, 175, 80, .15); background-color: rgba(76, 175, 80, .85); }
.pl-tx.green { color: rgba(76, 175, 80, .85); }

/*²Lºñ lightgreen rgba(139, 195, 74, .85)*/
.pl-antcss.lightgreen .container span { box-shadow: 0 0 1px 1px rgba(139, 195, 74, .15); background-color: rgba(139, 195, 74, .85); }
.pl-tx.lightgreen { color: rgba(139, 195, 74, .85); }

/*ÂfÂcºñ lime rgba(205, 220, 57, .85)*/
.pl-antcss.lime .container span { box-shadow: 0 0 1px 1px rgba(205, 220, 57, .15); background-color: rgba(205, 220, 57, .85); }
.pl-tx.lime { color: rgba(205, 220, 57, .85); }

/*¶À¦â yellow rgba(255, 235, 59, .85)*/
.pl-antcss.yellow .container span { box-shadow: 0 0 1px 1px rgba(255, 235, 59, .15); background-color: rgba(255, 235, 59, .85); }
.pl-tx.yellow { color: rgba(255, 235, 59, .85); }

/*µ[¬Ä¦â amber rgba(255, 193, 7, .85)*/
.pl-antcss.amber .container span { box-shadow: 0 0 1px 1px rgba(255, 193, 7, .15); background-color: rgba(255, 193, 7, .85); }
.pl-tx.amber { color: rgba(255, 193, 7, .85); }

/*¾í¦â orange rgba(255, 152, 0, .85)*/
.pl-antcss.orange .container span { box-shadow: 0 0 1px 1px rgba(255, 152, 0, .15); background-color: rgba(255, 152, 0, .85); }
.pl-tx.orange { color: rgba(255, 152, 0, .85); }

/*²`¾í deeporange rgba(255, 87, 34, .85)*/
.pl-antcss.deeporange .container span { box-shadow: 0 0 1px 1px rgba(255, 87, 34, .15); background-color: rgba(255, 87, 34, .85); }
.pl-tx.deeporange { color: rgba(255, 87, 34, .85); }

/*´Ä¦â brown rgba(121, 85, 72, .85)*/
.pl-antcss.brown .container span { box-shadow: 0 0 1px 1px rgba(121, 85, 72, .15); background-color: rgba(121, 85, 72, .85); }
.pl-tx.brown { color: rgba(121, 85, 72, .85); }

/*¦Ç¦â grey rgba(158, 158, 158, .85)*/
.pl-antcss.grey .container span { box-shadow: 0 0 1px 1px rgba(158, 158, 158, .15); background-color: rgba(158, 158, 158, .85); }
.pl-tx.grey { color: rgba(158, 158, 158, .85); }

/*¦ÇÂÅ bluegrey rgba(96, 125, 139, .85)*/
.pl-antcss.bluegrey .container span { box-shadow: 0 0 1px 1px rgba(96, 125, 139, .15); background-color: rgba(96, 125, 139, .85); }
.pl-tx.bluegrey { color: rgba(96, 125, 139, .85); }


.pl-antcss.white .container span { box-shadow: 0 0 1px 1px rgba(255, 255, 255, .15); background-color: rgba(255, 255, 255, .85); }
.pl-tx.white { color: rgba(255, 255, 255, .85); }


.pl-antcss.black .container span { box-shadow: 0 0 1px 1px rgba(0, 0, 0, .15); background-color: rgba(0, 0, 0, .85); }
.pl-tx.black { color: rgba(0, 0, 0, .85); }


/*----------------------------------------------------------------------------*/


@keyframes preloader-load {
	50% { width: 5px; margin-right: 45px; opacity: .1; }
}

/*============================================================================*/
