@media (max-width: 991.98px){
.dataset_menu {
	height: 72px;
        display: block !important;
        justify-content: flex-end;
        margin-bottom: 20px;
	white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	
	
    }

.dataset_menu	form {
    margin: 0px;
    display: inline-block !important;
}


	.nav-tabs-custom{
		        height: 70px;
	display: -webkit-box;
    /* justify-content: flex-end; */
    margin-bottom: 20px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	
	}	
	
	
.nav-tabs-custom .nav-item {
    display: inline-block !important;
}
	


	
}
