@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)*/

/*靛青 indigo rgba(63, 81, 181, .85)*/ /*藍 blue rgba(33, 150, 243, .85)*/ /*淺藍 lightblue rgba(3, 169, 244, .85)*/

/*青色 cyan rgba(0, 188, 212, .85)*/ /*藍綠色 teal rgba(0, 150, 136, .85)*/

/*綠 green rgba(76, 175, 80, .85)*/ /*淺綠 lightgreen rgba(139, 195, 74, .85)*/ /*檸檬綠 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 - 25px) !important; left: calc(100% / 2 - 25px) !important; }

.pl-antcss .loader  { width: 50px; height: 50px; animation: preloader-rotate 1s infinite; }

.pl-antcss .loader:before,
.pl-antcss .loader:after { content: ''; display: block; width: 20px; height: 20px; border-radius: 50%; }

.pl-antcss .loader:before {
	margin-bottom: 10px;
	box-shadow: 30px 0 0 rgba(205, 220, 57, .85), 0 0 3px rgba(205, 220, 57, .85);
	background-color: rgba(3, 169, 244, .8);
	animation: preloader-ball-1 1s infinite;
}

.pl-antcss .loader:after {
	box-shadow: 30px 0 0 rgba(255, 193, 7, .85), 0 0 3px rgba(255, 193, 7, .85);
	background-color: rgba(244, 67, 54, .85);
	animation: preloader-ball-2 1s infinite; 
}

@keyframes preloader-rotate {
	0% { -webkit-transform: rotate(0deg) scale(0.8); }
	50% { -webkit-transform: rotate(360deg) scale(1.2); }
	100% { -webkit-transform: rotate(720deg) scale(0.8); }
}

@keyframes preloader-ball-1 {
	0% { box-shadow: 30px 0 0 rgba(205, 220, 57, .85), 0 0 3px rgba(205, 220, 57, .85); }
	50% { box-shadow: 0 0 0 rgba(205, 220, 57, .85), 0 0 3px rgba(205, 220, 57, .85); margin-bottom: 0; -webkit-transform: translate(15px,15px); -moz-transform: translate(15px, 15px); }
	100% { box-shadow: 30px 0 0 rgba(205, 220, 57, .85), 0 0 3px rgba(205, 220, 57, .85); margin-bottom: 10px; }
}

@keyframes preloader-ball-2 {
	0% { box-shadow: 30px 0 0 rgba(255, 193, 7, .85), 0 0 3px rgba(255, 193, 7, .85); }
	50% { box-shadow: 0 0 0 rgba(255, 193, 7, .85), 0 0 3px rgba(255, 193, 7, .85); margin-top: -20px; -webkit-transform: translate(15px,15px); -moz-transform: translate(15px, 15px); }
	100% { box-shadow: 30px 0 0 rgba(255, 193, 7, .85), 0 0 3px rgba(255, 193, 7, .85); margin-top: 0; }
}

/*----------------------------------------------------------------------------*/

/*不支援 自選顏色*/

/*----------------------------------------------------------------------------*/

/*============================================================================*/
