@charset "utf-8";
/* CSS Document
   Owen kalungwe
   v 1.0
   Notifications
*/

#toast{
  position:fixed;
  text-align: center;
  visibility: hidden;
  background-color: #262626;
  color: #fff; 
  z-index: 2000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  border-radius:5px;
  padding:16px;
  width:250px;
  margin-left:10px;
}

.translate{
  transform:translate(-50%,0);	
}

.loading{
	position:fixed !important;
	width:100%;
	height:100% !important;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:200 !important;
	background:transparent;
}


