/*--import variables here--*/
 

.cc-spinner-border {
	color: var(--secondary-light-color);
}

.cc-spinner-border.cc-spinner-border-sm {
	height: 1rem;
	width: 1rem;
}

.cc-spinner-border.cc-spinner-border-md {
	border-width: .5em;
	height: 4rem;
	width: 4rem;
}

.cc-feedback-banner-overlay .cc-spinner-border {
	margin-right: 15px;
}

.cc-spinner-container-md.cc-spinner-full-body {
	height: 85px;
	margin: auto;
	/*margin-top: 5rem;*/
	margin-top: 20rem;
	width: 85px;
}

.cc-backdrop {
	background-color: #f9f9fa;
	height: 80%;
	position: absolute;
	top: 60px;
	width: 93%;
	z-index: 999;
}