.no-select,.noselect{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.red{color:red;}
.loading {z-index:5000;width: 20px;height: 20px;display: inline-block;position: fixed;transform: rotate(45deg);top:50%;left: 50%;transform: translate(-50%,-50%) rotate(45deg);background: rgba(0, 195, 212, 0.85);animation: animloader 1.2s ease infinite;}
.loading::before {content: '';width: 20px;height: 20px;position: absolute;left: 0;top: -20px;background: rgba(0, 195, 212, 0.85);animation: animloader1 1.2s ease infinite;}
.loading::after {content: '';position: absolute;left: -20px;top: 0;width: 20px;height: 20px;background: rgba(0, 195, 212, 0.85);animation: animloader2 1.2s ease infinite;}
@keyframes animloader {
	0% {background: #00C3D4;}
	33% {background: #80E1E9;}
	66% {background: #CCF3F6;}
	100% {background: #00C3D4;}
}
@keyframes animloader1 {
	0% {background: #80E1E9;}
	33% {background: #CCF3F6;}
	66% {background: #00C3D4;}
	100% {background: #80E1E9;}
}
@keyframes animloader2 {
	0% {background: #CCF3F6;}
	33% {background: #00C3D4;}
	66% {background: #80E1E9;}
	100% {background: #CCF3F6;}
}