.sidebar-nav .nav-icon {
    height: 29px;}

    .sidebar{
        --cui-sidebar-bg: #051729;
    }
    .sidebar-nav .nav-link.active {
        background: rgb(13 202 240 / 30%);
    }

/* Reset some default margin and padding for the body */
body {
    margin: 0;
    padding: 0;
  }
  
  /* Apply basic styles to the top navigation bar */
  .top-navbar {
    position: fixed;
    top: 0;
    left: 0;    
    width: 100%;
    background-color: #333; /* Change the background color as needed */
    color: #fff; /* Change the text color as needed */
    padding: 10px 0;
    z-index: 1000; /* Ensure it's above other content */
  }
  
  /* Style the navigation links */
  .top-navbar nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
  }
  
  .top-navbar nav ul li {
    display: inline;
    margin-right: 20px;
  }
  
  .top-navbar nav ul li a {
    text-decoration: none;
    color: #fff; /* Change link color as needed */
    font-weight: bold;
  }
  
.chart-heading{
  background: #002248;
  color: #FF8766;
}

.chart-heading-kpi{
  background: #002248;
  color: #ffffff;
  padding: 5px;
}

