*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}

:host {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.duet-empty-state {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 48px;
  color: rgb(8, 42, 77);
  text-align: center;
  background: rgb(245, 248, 250);
  border-radius: 4px;
}
.duet-empty-state.duet-theme-turva {
  color: rgb(23, 28, 58);
  background: rgb(245, 247, 250);
}

:host(.duet-theme-turva2) .duet-empty-state.duet-theme-turva {
  color: rgb(23, 42, 59);
  background: rgb(245, 246, 247);
}