.is-loading{position:relative;color:transparent!important}.is-loading>*{opacity:.2!important}.is-loading:after{position:absolute;top:calc(50% - 3.0rem/2);left:calc(50% - 3.0rem/2);content:''}
.is-loading:after{

	
	border: 3px solid #CB6736; animation: spin 1s linear infinite; background: transparent; display:block; width:3.0rem; height:3.0rem; border-radius: 50%; border-bottom-color: transparent;

	border: 3px solid #CB6736; animation: spin 1s linear infinite; background: #0C844600; display:block; width:3.0rem; height:3.0rem; border-radius: 50%; border-bottom-color: transparent;
	
	border: 3px solid #CB6736; animation: spin 1s linear infinite; background: #0C844600; display:block; width:3.0rem; height:3.0rem; border-radius: 50%; border-bottom-color: transparent;

}

@keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}

@keyframes circle {
	0%, 100% {
	  animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
	}
	0% {
	  transform: rotateY(0deg);
	}
	50% {
	  transform: rotateY(1800deg);
	  animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
	}
	100% {
	  transform: rotateY(3600deg);
	}
}