/* ################################################################# */
/* css for navigation bar   */
.nav1-link.active{
    color: blue;
  }
  .table tbody tr td {
    padding: 20px 10px;
  }
  .table thead th {
    padding: 20px 10px;
  }
  .nav-link-custom{
    font-size: 9px;
}
.tabledashboard{
  margin-bottom: 500px;
}
.buttonnav {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin-right: auto;
  margin-top: 30px;
}

/* ################################################################# */

/* for dashboard page increasing height of the page */
.tabledashboard{
  margin-bottom: 500px;
}
/* ################################################################# */

/* navbar shop name centre css   */

 
.navbar-brand1 { 
  font-family: 'Pacifico', cursive; 
  font-size: 1.5rem; color: #ec1010 !important; 
  } 
  
  /* .navbar-center {
    
position: absolute; 
left: 50%; 
transform: translateX(-50%); 
} */
.navbar-center {
  text-align: center;
  border: 3px solid green;
  
}
/* ################################################################# */



