/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
/*div#load_screen {
  background: #ecefff;
  opacity: 1;
  position: fixed;
  z-index: 999999;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }  loader-content = screenCenter*/
div#load_screen .loader {
	display: flex;
	justify-content: center;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2000;
	color: white;
	display: inline-block;
}
div#load_screen .loader-content {
	right: 0;
	align-self: center;
	height: 14px;
	width: 14px;
	border-radius: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.spinner-grow {
  color: #CB0036; }
