Here is the problem:
public function enqueue_requeried_scripts(){
396 wp_enqueue_style("jquery-ui-style");
397 wp_enqueue_script("jquery-ui-slider");
398 }
You are enqueue your registered style in every single admin page. You should check and do this only on you admin page.