/* .vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
  }
  
  .page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
  }
  
  for toggle behavior
  
  #sidebar.active {
    margin-left: -17rem;
  }
  
  #content.active {
    width: 100%;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    #sidebar {
      margin-left: -17rem;
    }
    #sidebar.active {
      margin-left: 0;
    }
    #content {
      width: 100%;
      margin: 0;
    }
    #content.active {
      margin-left: 17rem;
      width: calc(100% - 20rem);
    }
  } */

  /* #sidebar{
    height: 100%;
  } */
  
  /*
  *
  * ==========================================
  * FOR DEMO PURPOSE
  * ==========================================
  *
  */

  .page-item.active .page-link {
    background-color: #c21c1c;
    border-color: #c21c1c;
  }
  
  .page-link {
    color:#c21c1c ;
  }
  
  .card-title {
    color: #c21c1c;
  }
  
 .login-user-board{
   margin-bottom: 10px;
 } 

 

 #contentTab{
   
     background: #599fd9;
    background: -webkit-linear-gradient(to right, #599fd9, #c2e59c);
    background: linear-gradient(to right, #599fd9, #c2e59c); 
    min-height: 90vh;
    overflow-x: hidden;
    margin-top: 5em;
    padding-top:2em;
    padding-bottom: 40px;
    
   
 
   
  }

  /* #contentTab:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
  
    display: block;
    background: url('http://192.168.1.78/grihaprabeshv2/storage/noimage.jpg');

    background-size:cover;
    width: 100%;
    height: 100%;
  
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
  } */

  #sidebar{
    padding-bottom: 40px;
    position: fixed;
    margin-top: 6em;
    /* width:24%; */
    width: 23.85%;
    height: 80%;
    overflow: auto;
  }

  
@media (max-width:767px)
{
  #sidebar{
    position: sticky;
    width:100%;
    overflow: visible ;
  }
}


