.feed-import-extend-loader{
	position: fixed;
	width: 100%;
	display: none;
	height: 100%;
	background-color: rgba(224, 224, 224, 0.61);
	z-index: 9;
}

.feed-import-extend-loader .text{
	text-align: center;
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -110px;
}

.feed-import-extend-loader .text img{
	width: 35px;
}