.loaderImg{
	width:15%;
	display:none;
}
.mytable{
	overflow-y: scroll; 
	max-height:410px;
}

 .providerImage{
     cursor: pointer; 
      }

.imageLogo{
    height:70%;
    width:80%;
  }    
.textheader:hover {
  background-color: red;
  color: black;
}
.Success{
background-color:green;
}
.Failure{
background-color:red;
}
.Pending{
background-color:yellow;
} 
.Refunded{
		    background-color: skyblue;
	}
.RefundSuccess{
		background-color:#23fdf3;
	}
.SuccessfullySubmitted{
		   background-color: lightgreen;
	}
