body{
    background-image:url(../../style/images/background-userpanel.jpg) !important;
    background-size:cover;
    background-repeat: no-repeat;
    background-color:#1f232e !important;
}
.text-slate-600 {
  color: #c1c1c1;
}
.text-slate-800 {
  color: #d3d7dd;
}
.dark .dark\:bg-navy-900 {
  background-color: transparent;
}
.bg-slate-50 {
  background-color: transparent;
}
.gridjs-table .gridjs-td {
  padding: 0.25rem 1rem;
  white-space: nowrap;
}
.dark .gridjs-table .gridjs-th {
  background-color: #1f242c;
  color: #c2c9d6;
}