@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
* {
  font-family: 'Lato', sans-serif;
}

.trfilter{
    background: #5fbd74 !important;
}

.wrapper {
  background-color: white !important;
}

.sidebar[data-background-color=black] .sidebar-background:after {
  background: linear-gradient(180deg,rgba(255,255,255,0.75) 0%,rgba(21,40,26,0.95) 100px) !important;
  opacity: .8 !important;
}

.sidebar-wrapper div button[mat-button] {
  color: #fff !important;
  background: #398249!important;
}

/* fichero de login */
.header-filter::before {
  background: linear-gradient(180deg,rgba(21,40,26,0.25) 0%,rgba(21,40,26,0.95) 100px) !important;
  opacity: .8 !important;
}