@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	background-color: white;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
#page-wrapper{
	padding-top:20px;
	/* background-color:#F6F6F6; */
	background-color: #fff
}

@media screen and (min-width: 480px) {
.mysidebar{
	background-color: #ffffff  ;
	/* border: 2px solid red; */
	/*  position:fixed;  */
/* 	height: 100%; */
	/* overflow-x:scroll; */
	scrollbar-width:none; 
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	border-right:0.7px solid silver;
	/* border:1px solid red; */
}}
	
.mysidebar{
background-color: #ffffff  ;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

.sidebar ul li a.active {
	/* background-color: #1CB6A6 !important; */ 
	background-color: #457b9d;
	color: white;
}

.nav>li>a{
 color :#677389; 
/* color:#0000; */
font-weight: 500 !important;
}
.nav>li>a:hover{
	color: #677389;
	background-color:#F0F2F5;
	font-size:12px;
	}
#side-menu>li>a.active:hover{
	background-color: #457b9d;
}
#side-menu>li>a:hover{
	font-size: 13px;
	font-style: normal;
	background-color: #e7efef;
	/* background-color:#F0F2F5; */
}	
.navbar-top-links li a:hover{
	color: white;
}
.dropdown-toggle > strong:hover{
	color: white;
}

.sidebar .nav-second-level li a:hover{
	font-size: 13px;
}


.navbar-inverse {
	/* background-color: #3D3B51; */
	/* background-color:#1CB6A6; */
	background-color:#457b9d;
	color:white;
} 
 .navbar-top-links li a{
 color: white;
 } 
 .navbar-inverse .navbar-nav>li>a {
 	color: white;
 }
 .cmpny-name>a:hover{
 /* background-color: black !important; */
 font-size: 15px !important;
 color: white !important;
 }
 ul.nav li.dropdown.open > a{
 color: #ffff;
 }
 .dropdown-menu > li > a:hover{
 color: black;
 }
 .badge{
 	background-color: #fb5607;
 	}
.navbar-top-links li a:hover{
	background-color: transparent !important;
	font-size: 13px;
}
.dropdown-menu li a{
	color : black;
}
.dropdown-menu li a:hover{
	 font-size: 12px ;
}

.nav>li>a:hover, .navbar-top-links>li>a:hover, .navbar-top-links>li>a:focus, .navbar-top-links>.open>a, .navbar-top-links>.open>a:hover, .navbar-top-links>.open>a:focus {
	background-color: transparent;
	/* color: #1CB6A6; */
}