.doctorlistview {
	padding: 13px 10px;
}
.wrapper-loader{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999999999;
	background: #ffffffc9;
	backdrop-filter: blur(5px);

}
.loader {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader img{
	width:100px;
	height:100px;
}
#doctorlistviewtable{
	display:none;
}
#doctorlistviewtable caption {
	padding: 14px 20px;
	font-size: 20px;
	font-weight: 700;
	background: #e7ad41;
	margin: 33px auto;
}