body{background-color: #fff; background-image: none;}
a{color:#124369!important;}
/* CHANGES IN BOOTSTRAP */
/* .navbar { justify-content: start; } */
#header{height:max-content; z-index: 2;}
#header #userName{display:flex; align-self:center;}
.dropdown-toggle::after {content: none;}
.clearfix{clear: both;}
/* .navbar-nav .dropdown-menu {position: absolute;} */

/* NAVIGATION */
#adminBtn.focus, #adminBtn:focus {box-shadow: none!important;}
#navIcons{width: max-content; float: right;}
/* #downloadAppBtn:hover i{color: #007bd9} */

/* LEFT SECTION */
#leftCategory{box-shadow: 0.125rem 0 0.75rem rgba(0,0,0,.50) !important; border-right:1px solid #efefef}
#dashboardHeading, #dashboardBtn{border-radius: 6% / 0 50% 50% 0!important; 
/* background-color: #124369!important; */
 cursor: pointer; color: #fff!important;}
.categoryBtn, .categoryNames{border-radius: 6% / 0 50% 50% 0!important; color: #343a40!important;}
.categoryNames:not(.no-hover):hover .nav-link{border-radius: 6% / 0 50% 50% 0!important; 
/* background-color: #ebe9e9!important; */
}
.categoryBtn:not(.no-hover):hover, .categoryNames:not(.no-hover):hover{border-radius: 6% / 0 50% 50% 0!important; 
/* background-color: #ebe9e9!important; */
}
.categoryBtn:focus, #dashboardBtn:focus{ box-shadow: none; }
.activeGroup{border-radius: 6% / 0 50% 50% 0!important; background-color: #ebe9e9!important;}
a.text-dark:focus, a.text-dark:hover { color: #fff !important; }
.tab-content>.active {display: flex!important;}
/* LEFT SECTION ENDS */

/*RIGHT PANNEL*/
#middleContainer{position: relative; z-index: 1;}


/* MEDIA QUERY */
@media screen and (max-width: 767px) {
  #dropdown button, #dashboardHeading{display: none;}
  #dropdown div{display: flex;}
  #downloadMobileAppTxt{display: inline!important;}
  }
  /* MEDIA QUERY ENDS*/
  
  
  .divSeal{
  	padding: 0.5rem .8rem;
    font-weight: bold;
    color: #124369!important;
    font-size: 1.5rem;
    }
    
    

#footerDiv{position:fixed!important;}    