.nav button{
    width: 270px;
    padding: 20px;
    text-align: left;
    color: white;
    opacity: 0.7;
    outline: none;
  }
  .nav button:hover{
    color: white;
    background: rgba(64, 64, 66, 0.2);
    opacity: 1;
  }
  .nav button.active{
    opacity: 1;
  }
  .nav-bar{
    display: none;
    z-index: 9999999999;
    min-height: 120vh;
    margin-top: -70px;
    position: fixed;
    background: #2B3141 !important;
  }
  .nav-bar p{
    margin: -17px 0 0 23.5px;
    position: absolute;
  }
  .nav-bar span{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-top: -70px;
    font-weight: bold;
    font-size: 20px;
  }
  .navbar-brand-parent img{
    background-color: transparent !important;
  }
  
  .nav-content{
    width: 100%;
    margin-left: 280px;
  }
  .nav-content{
    background: #f6f9fa!important;
  }

.navLogo{
  width: 380px;
  height: 300px;
  background: transparent;
  position: absolute;
  bottom: 2.5%;
  left: -60px;
  opacity: 0.15;
  pointer-events: none;
}


  /* @media only screen and (max-width: 1100px) {
    .nav-bar, .nav-bar button{
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 70px;
    }
    .nav-bar button{
      border-radius: 50px;
    }
    .nav-bar p{
      display: none;
    }
    .nav-bar a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
  }
   .nav-bar a i{
     position: absolute;
     padding: 20px;
  }
    
    a[data-tool-tip]{
    position: relative;
    transition: 0.4s;
    z-index: 99999;
  }
  
  a[data-tool-tip]::after{
    content: attr(data-tool-tip);
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 14px;
    white-space: nowrap;
    bottom: -5px;
    left: 155%;
    padding: 5px 10px;
    border-radius: 5px;
  }
  a[data-tool-tip]:hover::after{
    display: block;  
  }
  } */

  .nav > .nav-link{
    position: relative;
    
  }
  .nav-link > .dropdown-toggle{
    width: 100%;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 20px 15px;
    text-align: right;
    color: white;
  }
  
  #home-tab.active,
  #inventory-tab.active,
  #charts-tab.active,
  #loan-tab.active,
  #payment-tab.active,
  #employee-tab.active,
  #notes-tab.active,
  #company-tab.active
  {
    background: rgba(159, 159, 185, 0.2);
  }
.nav-link{
  border-left: 5px solid transparent !important;
}
.nav-bar .nav-link.active{
  border-radius: none !important;
  border-left: 5px solid #128df1 !important;
}
  .nav-link ul{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    background: transparent;
  }
  .nav-link ul li{
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background:rgba(90, 90, 100, 0.5);
    border-left: 5px solid transparent !important;
  }
  .nav-link ul > .bg-secondary{
    background:rgba(130, 130, 146, 0.8) !important;
  }
  .nav-link ul li:hover{
    background:rgba(105, 105, 117, 0.5);
  }
  .nav-link ul li:first-child{
    margin-top: 15px;
  }
  .nav-link ul li:last-child{
    margin-bottom: 0px;
  }    
  .nav-link ul li a{
    color: white;
    font-size: 14px;
    fill-opacity: 0.8;
    margin-left: 20%;
    text-decoration: none;
  }
  .nav-link ul li a:hover, .nav-link > .dropdown-toggle:hover{
    color: white;
  }

