

<style scope="">
    .share-content-box iframe {
        height: 70px !important;
        margin-bottom: 0;
    }

    @media only screen and (max-width: 770px) {
        .mobile_view {
            display: flex;
            flex-direction: column;
        }

        .share-content-box {
            gap: 5px;
            padding: 10px 0;
            justify-content: space-between;
        }
    }
</style>






<style>
#example1  td:nth-child(1){
	width: 5%;
    text-align: left;
}
#example1  td:nth-child(2){
	width: 75%;
    text-align: left;
}
#example1  td:nth-child(3){
  	width: 10%;
    text-align: left;
}
#example1  td:nth-child(4){
	width: 10%;
    text-align: left;
}
.psc_button {
    padding: 5px 11px;
    background: #609513;
    color: #fff !important;
	font-size: 30px; 
	line-height: 40px;
}
select {
    width: 220px;
    display: block;
    margin-bottom: 0px;
}
.dataTables_length {
    margin-bottom: 10px!important;
}
</style>
<script>$(document).ready(function() {
	var domainId = '6932';
	var subdomain = 'bnmc.portal.gov.bd';
	var contentType = 'notices';
	var cur_lang = 'bn';
	console.log('///api/datatable/notices_view.php?domain_id='+domainId+'&lang='+cur_lang+'&subdomain='+subdomain+'&content_type='+contentType);
    $('#example1').DataTable({
        "lengthMenu": [[20, 40, 60, 80, 100], [20, 40, 60, 80, 100]],
        /*"bPaginationType": "full_numbers",*/
        "bProcessing": true,
        "bServerSide": true,
		"ordering": false,
		"sAjaxSource": '//bnmc.gov.bd/api/datatable/notices_view.php?domain_id='+domainId+'&lang='+cur_lang+'&subdomain='+subdomain+'&content_type='+contentType,
        "sServerMethod": "POST"
    });
});</script></div></div> 