.dao-iframe {
  background-color: transparent;
}
.dao-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.dao-iframe .dao-iframe__no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--dao-gray-blue-080);
}
.dao-iframe .dao-iframe__no-data .dao-empty {
  background-color: transparent;
}