body {
    background: #F4F7FA !important;
    min-height: inherit;
}
.content {
    background: #F4F7FA !important;
    min-height: inherit;
}
::-webkit-scrollbar-track{
    background: #F4F7FA !important;
}
.bg-brand-color-3 {
    background: linear-gradient(207.92deg, #0398f2 11.42%, #38b9e7 106.55%);
}
.dash-widget{
    height: 125px;
    cursor: pointer;
    box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12) !important;
}
.header {
    background: transparent !important;
    box-shadow: none;
}
.broadc {
    padding: 0 50px;
  }
  @media (max-width: 991px) {
    .broadc {
      padding: 10px;
    }
  }

  .sidebar .sidebar-menu > ul > li.active a{
    background: #04a9f52e;
  }
  .sidebar .sidebar-menu > ul > li.active a span {
    color: #04a9f5;
}

.sidebar .sidebar-menu > ul > li.active a{
    color: #04a9f5;
}
.sidebar .sidebar-menu > ul > li > a.active{
    background: #04a9f52e;
}
.sidebar .sidebar-menu > ul > li > a.active{
    color: #04a9f5;
}
.sidebar .sidebar-menu > ul > li > a.active span {
    color: #04a9f5;
}
.sidebar .sidebar-menu > ul > li.submenu ul li a.active {
    color: #04a9f5;
}
.sidebar .sidebar-menu > ul > li.submenu ul li a.active:after {
    background: #04a9f5;
    border: 1px solid #04a9f5;
}
.newcolor{
    color: #04a9f5;
}