@import 'VoiceWeb.Client.apv8tjodhu.bundle.scp.css';

/* _content/VoiceWeb/Components/Shared/SetupVideoPlayer.razor.rz.scp.css */
.setup-video-wrapper[b-ib53jxljvc] {
    max-width: 640px;
    margin-bottom: 1rem;
}

.setup-video-wrapper.top-padding[b-ib53jxljvc] {
    margin-bottom: 0;
    padding-top: 1rem;
}
/* _content/VoiceWeb/Components/Shared/SetupVideoPlayerDialog.razor.rz.scp.css */
.setup-video-dialog[b-bmqjp9w76w] {
    width: min(90vw, 960px);
}

.setup-video-content[b-bmqjp9w76w] {
    padding: 0;
}

.setup-video-frame[b-bmqjp9w76w] {
    width: 100%;
    background: #000;
}

.setup-video-frame .setup-video[b-bmqjp9w76w] {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 220px);
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.setup-video-tab-title[b-bmqjp9w76w] {
    min-width: 0;
}

.setup-video-tab-title span[b-bmqjp9w76w] {
    white-space: nowrap;
}

@media (max-width: 640px) {
    .setup-video-tab-title[b-bmqjp9w76w] {
        justify-content: center;
    }

    .setup-video-tab-title span[b-bmqjp9w76w] {
        display: none;
    }

    .setup-video-tab-icon[b-bmqjp9w76w] {
        width: 18px !important;
        height: 18px !important;
    }
}
