:root{
    /* --theme-color: #e41b23; */
    --theme-color: #D71313;
    /* --theme-color: linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,94,0,1) 35%, rgba(255,124,0,1) 100%); */
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: none;
  }