.continer{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
} 
.icon{
	width: 100%;
  	max-width: 75px;
  	position: absolute;
  	left: 50%;
  	transform: translate(-50%);
  	top: -45%;
  	margin-top: -15px;
}
.navbar span{
	color: #fff;
	font-size: 25px;
}
.t{
	position: relative;
  	left: 50%;
  	transform: translate(-50%);
}
.text{
	direction: rtl;
	color: #70828a;
}
button{
	direction: ltr;
}
.remove{
	display: none;
}