*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

#header {
    background-color: #F5F5F5;
    
}


.container {
    padding-top: 97px;
    padding-bottom: 213px;
}

#footer {
    background-color: black;
    padding-bottom: 10px;
    padding-top: 20px;

}

/*-----------------------start login----------------------------*/
/* #login {
    background-color:#e3dddd;
    height: 400px;
    width: 500px;
    margin-top: 60px;
    padding-top: 60px;
    border-radius: 10px;
}

#h2 {
    text-align: center;
    padding-top: 20px;
}

#crm {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #97D2FF;
    
}

#login-btn {
    background-color: #97D2FF;
    padding: 10px;
    border: none;
}

#login-btn:hover {
    background-color: #80A7E4;
}

#forgot {
    color: #80A7E4;
    padding-top: 20px;
} */




/*-----------------------endlogin----------------------------*/

/*-------------------------start footer----------------------------------*/
/*#footer {
    background-color: black;
    padding-bottom: 10px;
    padding-top: 20px;

}

p{
    text-align: center;
    color: white;
}

#footer-hover {
    text-decoration: none;
}*/
/*-------------------------end footer----------------------------------*/

/*-----------------------------start general manager----------------------------------------*/
#profile-box {
    padding-left: 1000px;
}

#profile {
    background-color: rgb(227, 227, 228);
    padding-right: 200px;
    padding-bottom: 30px;
    margin-right: 0px;
    width: 50px;
}

#profile2 {
    background-color: rgb(227, 227, 228);
    padding: 20px;

}

#profile-name {
    padding-left: 400px;
}


#navbar a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

#navbar {
    
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 200px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #97D2FF; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
  }

  #general {
    padding-top: 647px;
  }
/*-----------------------------end general manager----------------------------------------*/

/*-------------------------------start manage admin---------------------------------------------------*/
#admin-container {
    background-color: #F5F5F5;
    width: 400px;
    height: 350px;
    margin-bottom: 50px;
    margin-top: 150px;
    border-radius: 30px;
}

.upload{
    width: 125px;
    position: relative;
    margin: auto;
  }
  
  .upload img{
    border-radius: 50%;
    border: 8px solid #DCDCDC;
  }
  
  .upload #round{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00B4FF;
    width: 32px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .upload #round input[type = "file"]{
    position: absolute;
    transform: scale(2);
    opacity: 0;
  }
  
  input[type=file]::-webkit-file-upload-button{
      cursor: pointer;
  }
/*-------------------------------end manage admin---------------------------------------------------*/

/* Floating Back Icon */
.floating-button  i{
    /* position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px; */
    height: 50px;
    color: #0dcaf0; 
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    text-decoration: none;
    z-index: 9999;
  }
/* Floating Back Icon */

/* Price List Page - Faint Grey Line between columns */

th.weight-column, td.weight-column {
    border-right: 1px solid #ddd;
}
/* Price List Page - Faint Grey Line between columns */


  
  
  
  
  