
/* h1, span, label, h4, p, input{
  font-weight: bold !important;
  color: black !important
}

a {
  font-weight: bold !important;
} */


.bg-grad-sidebar {
  background-image: linear-gradient(0deg, #fff, #fff);
}
.bg-grad-sidebar {
  background-color: #fff;
}

.sidebar-label {
  color: black;
}

.router-link-exact-active {
  color: grey;
}

.w-sidebar .h-header {
  background: white;
  color: black;
  border-bottom-width: 1px;

}

h1 {
  /* color: var(--90); */
  font-weight: bold !important;
  /* color: red !important; */
}
/* 
.content .h-header {
  background-color: transparent;
  box-shadow: none;
}
.content .h-header .form-global-search {
  background-color: #fff;
} */

