.table-striped .views-field  {
    --bs-table-color-type: #ffffff!important;
    --bs-table-bg-type: #212529!important;
}

.webform-scale-options input:checked + label {
  color: #ffffff;
  border-color: #0074bd;
  background:#0074bd!important;
}
.webform-scale-options input + label {
    width: 40px;
    height: 40px;
    background:linear-gradient(to right, #00c1cf, #d61cff) !important;
    line-height: 40px;
    color:#ffffff;
}