[moe-video-backdrop] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 9999;
}
[moe-video-backdrop]>.card {
    width: 640px;
    max-width: calc(100% - 2rem);
    border-radius: 0.35rem;
    box-shadow: 0 0 1rem #aaa;
}
[moe-video-backdrop]>.card .card-header,
[moe-video-backdrop]>.card .card-footer{
    padding: 1rem;
}
[moe-video-backdrop]>.card .card-title {
    margin-bottom: 0;
    font-weight: bold;
}
[moe-video-backdrop] [moe-video-canvas] {
    width: 540px !important;
    max-width: 100% !important;
    height: 360px !important;
    background: #333;
    margin: 0 auto;
    border-radius: 0.20rem;
}
[moe-video-backdrop] [moe-video-player] {
    width: 540px !important;
    height: 360px !important;
    background: #333;
    margin: 0 auto;
    border-radius: 0.20rem;
    max-width: 100%;
}
[moe-wait],
[moe-upload-alert] {
    display: none;
    width: 100%;
}
[moe-wait] {
    font-size: 0.8rem;
    color: #888;
    height: 31px;
    line-height: 31px;
}
[moe-answer-video] {
    max-width: 450px;
    height: auto;
    border-radius: 5px;
}
.access-information {
    font-size: 13px;
}
[moe-video-progress] {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
[moe-video-progress]>img {
    width: 64px;
    height: 64px;
}
