// TODO: Remove?
//.yuv-busy-overlay {
//  position: absolute;
//  transition: opacity 200ms;
//  opacity: 0;
//  top: 0;
//  bottom: 0;
//  left: 0;
//  right: 0;
//  background-color: rgba(255, 255, 255, 0.8);
//  display: flex;
//  flex-flow: column;
//  align-items: center;
//  z-index: 5;
//  justify-content: center;
//
//  // dark mode
//  .dark & {
//    background-color: rgba(var(--color-primary-rgb), 0.85);
//  }
//}

