.payment_reminder{
	height: 60px;
	width: 50%;
	background-color: #fff;
	z-index: 1000;
	position: fixed;
	margin-left:350px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.close_btn{
	height: 90%;
	padding: 10px;
	width: 50px;
	float: left;
	margin-top: 2px;
	cursor: pointer;
}
.Main_text_of_reminder{
	height: 90%;
	padding: 15px;
	width: 600px;
	overflow: hidden;
	float: left;
}
.information_details{
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 3px;
	margin-top: 3px;

}
.pay_now_redirect{
	color: #5e72e4;
	text-decoration: underline;
}

@media (max-width: 600px) {
  /* Styles for screens with a maximum width of 600px */
  .chart_responsive {
    width: 100%;
    margin-top: 15px;
  }

}

.chart_responsive {
  margin-top: 15px;
  width: 50%;
}
.select_option_all_outlets{
	border: 1px solid white;
	padding: 3px;
	outline: none;
	background: transparent;
	color: white;	
}
.select_option_all_outlets:focus{
	color: black;
}
.load_datas_icn{
	background-color: #2dce89;
	border-radius: 5px;
	margin-left: 10px;
	border: none;
	color: white;
	padding: 5px;
	min-width: 60px;
}