@import 'VoiceWeb.Client.w7xjubswzu.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* _content/VoiceWeb/Components/Shared/CallForwarding/CallIntroRoutingDiagram.razor.rz.scp.css */
.call-intro-diagram__canvas[b-nw9s1g1tpv] {
    width: 100%;
    position: relative;
}

.call-intro-diagram__canvas--loading[b-nw9s1g1tpv] {
    opacity: 0;
}

.call-intro-diagram__canvas--ready[b-nw9s1g1tpv] {
    opacity: 1;
    transition: opacity 0.18s ease-in;
}
/* _content/VoiceWeb/Components/Shared/Inputs/PhoneNumberInput.razor.rz.scp.css */
.phone-number-input-field[b-g27hzrbl4m] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: min(100%, var(--phone-number-input-max-width, 340px));
}

.phone-number-input-label[b-g27hzrbl4m] {
    display: block;
    margin-bottom: 0.6rem;
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.phone-number-input-shell[b-g27hzrbl4m] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    max-width: var(--phone-number-input-max-width, 340px);
    min-height: 40px;
    border: 1px solid var(--form-input-border);
    border-radius: 12px;
    background: var(--form-input-bg);
    padding: 0 10px;
}

.phone-number-input-shell:focus-within[b-g27hzrbl4m] {
    background: #ffffff;
    border-color: rgba(79, 70, 229, 0.65);
    box-shadow: 0 0 0 2px var(--form-primary-soft);
}

.phone-number-input-shell-error[b-g27hzrbl4m] {
    border-color: #ff3b30;
}

.phone-number-input-prefix[b-g27hzrbl4m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1;
    white-space: nowrap;
}

.phone-number-input-shell .phone-number-input-native[b-g27hzrbl4m] {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 8px 0;
}

.phone-number-input-shell .phone-number-input-native:focus[b-g27hzrbl4m] {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.phone-number-input-error[b-g27hzrbl4m] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.35rem;
    color: #f44336;
    font-size: 0.75rem;
    line-height: 1rem;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .phone-number-input-error[b-g27hzrbl4m] {
        position: static;
        margin-top: 0.45rem;
        white-space: normal;
    }
}
/* _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-instructions-spacer[b-bmqjp9w76w] {
    margin-bottom: 0.6rem;
}

.setup-video-instructions[b-bmqjp9w76w] {
    width: 100%;
}

.setup-video-instructions-line[b-bmqjp9w76w] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.setup-video-inline-icon[b-bmqjp9w76w] {
    flex: 0 0 auto;
}

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

.setup-video-frame .setup-video[b-bmqjp9w76w] {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: calc(100vh - 340px);
    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;
    }
}
