@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
 header.header_dashboard .header-data .navigation .nav > li > a {
			color:white !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px){
 header.header_dashboard .header-data .navigation .nav > li > a {
			color:white !important;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px){
 header.header_dashboard .header-data .navigation .nav > li > a {
			color:white !important;
	}
}

@media only screen and (min-device-width: 411px) and (max-device-width: 731px){
 header.header_dashboard .header-data .navigation .nav > li > a {
			color:white !important;
	}
}
