@font-face {
	font-family: Vazir;
	src: url(font/Vazir.woff) format('woff');
}

body{
	font-family: 'Vazir', Arial, sans-serif !important;
	font-weight:normal !important;
}
.overflow-options{
	width: 100% !important;
	padding: 5 0;
	border: none;
	background-color: white;
	text-align: right;
}
.overflow-options:hover{
	background-color: #ccc;
	cursor: pointer;
}
.overflow-box {
	width: 200px;
	position: absolute;
	max-height: 25vh;
	z-index: 2;
	overflow: auto;
	border: 0.5px solid #ccc;
	background-color: white;
}
.table-height-response {
    max-height: 900px;
    overflow: auto;
}