:root {
    --navBg: #060b26;
  }
  
  .toolbar {
    align-items: center;
    /* background: #0f6720; */
    background: linear-gradient(180deg, #1dad39, #0f6720);
    justify-content: space-between;
    padding: 12px;
  }
  
  .menu-bars {
    margin-left: 2rem;
    font-size: 2rem;
    background: none;
  }
  
 .nav-menu {
  transition-duration: 500ms;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  background: linear-gradient(to left, #8c1922, #07998c);
  overflow-y: auto;
  width: 240px;
  z-index: 999999;
}

.nav-menu.active {
  left: 0;
  transition: 350ms;
}

.sidenav-profile {
  padding: 20px;
  text-align: center;
  position: relative;
}


.user-profile {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}

.user-profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.user-profile::before {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -15px;
  left: -15px;
  background-image: url("http://1in13good.com/user/img/core-img/dot.png");
  content: "";
  z-index: -10;
  opacity: 0.2;
  border-radius: 50%;
}

.user-info h6,
.user-info p {
  margin: 0;
  color: #fff;
}

.user-info h6 {
  font-size: 18px;
  font-weight: 600;
}

.available-balance {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}



.nav-item img {
  width: 20px;
  height: 20px;
}

.nav-item span {
  margin-left: 16px;
}
  
  .nav-text {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 8px 0 8px 16px;
    list-style: none;
    height: 60px;
  }
  
  .nav-text a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 18px;
    width: 95%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 4px;
  }
  
  .nav-text a:hover {
    background-color: #1a83ff;
  }
  
  .nav-menu-items {
    width: 100%;
    padding: 0;
  }
  
  .navbar-toggle {
    /* background-color: #0f6720; */
    width: 100%;
    height: 130px;
    text-align: center;
    align-items: center;
    color: #fff;
    padding: 21px;
  }
  
  span {
    margin-left: 16px;
  }
  
  .toolbar img {
    height: 32px;
}

.profile-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* margin-right: 10px; */
  }
  
  .profile-info h2 {
    color: white;
    margin: 0;
    font-size: 16px;
  }

  .nav-item {
    display: flex;
    padding: 14px;
}

.sidenav-profile .user-profile::before {
    position: absolute;
    width: 110px;
    height: 110px;
    top: -15px;
    left: -15px;
    background-image: url(http://1in13good.com/user/img/core-img/dot.png);
    content: "";
    z-index: -10;
    opacity: 0.2;
    border-radius: 50%;
}