.agora-stream-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    color: $black;
    z-index: 20;

    img {
        width: 80px;
        height: 80px;
    }
}
