/*
Plugin:		     Nisar-Themes
Plugin URI:		 https://www.nisar.it/
Description:	 Wp-Admin style added by Nisar-Themes for WP Bootstrap Starter Child theme page.
Author:			 Nisar Abed
Author URI:		 https://www.nisar.it/
Version:		 1.0.0
*/
/* ----------------------------------------------------------------------- 
Menu Progress Indicator */

.n_progress_indicator {
  position: absolute;
  width: 100%;
  height: 8px;
  top:auto;
  left: 0px;
  right: 0px;
  bottom: -8px;
  background-color: #505050;
  overflow: hidden;}

.n_progress_indicator .progress_bar {
    position: relative;
    height: 100%;
    width: 0%;
    background-color: #40b6ff;}

