/* /AppMain/MainLayout.razor.rz.scp.css */
.page[b-n0iaifuzad] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n0iaifuzad] {
    flex: 1;
}

.sidebar[b-n0iaifuzad] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n0iaifuzad] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n0iaifuzad]  a, .top-row[b-n0iaifuzad]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-n0iaifuzad]  a:hover, .top-row[b-n0iaifuzad]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-n0iaifuzad]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-n0iaifuzad] {
        display: none;
    }

    .top-row.auth[b-n0iaifuzad] {
        justify-content: space-between;
    }

    .top-row[b-n0iaifuzad]  a, .top-row[b-n0iaifuzad]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n0iaifuzad] {
        flex-direction: row;
    }

    .sidebar[b-n0iaifuzad] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n0iaifuzad] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n0iaifuzad]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n0iaifuzad], article[b-n0iaifuzad] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/CaptionPreview.razor.rz.scp.css */
.subtitle-list[b-43qz3a0iio] {
    margin: 2px;
    position: relative; /* allows the list to be positioned relative to a viewport */
}

.subtitle-block[b-43qz3a0iio] {
    display: flex;
    flex-direction: row;
    margin: 4px 4px 4px 4px;
    border-radius: 5px;
    border: 1px solid black;
}

.subtitle-header[b-43qz3a0iio] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    flex-direction: row;
    font-family: monospace, monospace;
    margin-right: 2px;
    white-space: nowrap;
}

.subtitle-header.selected[b-43qz3a0iio] {
    color: var(--rz-grid-selected-color);
    background-color: var(--rz-grid-selected-background-color);
}

.subtitle-intime[b-43qz3a0iio] {
}

.subtitle-outtime[b-43qz3a0iio] {
    align-self: flex-end;
}

.subtitle-text[b-43qz3a0iio] {
    white-space: nowrap;
    background-color: white;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}
/* /Components/CustomDictionaryLoader.razor.rz.scp.css */
body[b-6cssmvkhxe] {
}

.info-box[b-6cssmvkhxe] {
    position: absolute;
    background: white;
    border: 1px solid gray;
    z-index:200;
    padding: 5px;
}

.info-button[b-6cssmvkhxe] {
    color: dodgerblue;
    cursor: pointer;
}

.info-close[b-6cssmvkhxe] {
    cursor: pointer;
}
/* /Components/CustomDictionaryTranslationLoader.razor.rz.scp.css */
body[b-nb915o6bxz] {
}

.info-box[b-nb915o6bxz] {
    position: absolute;
    background: white;
    border: 1px solid gray;
    z-index:200;
    padding: 5px;
}

.info-button[b-nb915o6bxz] {
    color: dodgerblue;
    cursor: pointer;
}

.info-close[b-nb915o6bxz] {
    cursor: pointer;
}
/* /Components/FindAndReplace.razor.rz.scp.css */
body[b-f1dlzsy9kd] {
}

.findReplaceDialog[b-f1dlzsy9kd] {
    position: absolute;
    background-color: white;
    opacity: 1;
    display: grid;
    grid-template-rows: auto 1fr;
    background-color: var(--rz-dialog-background-color);
    box-shadow: var(--rz-dialog-shadow);
    z-index: 1;
}

.findReplaceHeader[b-f1dlzsy9kd] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 8px;
    background-color: var(--rz-dialog-title-background-color);
}

.findReplaceTitle[b-f1dlzsy9kd] {

}

.findReplaceClose[b-f1dlzsy9kd] {
    cursor: pointer;
}

.findReplaceContainer[b-f1dlzsy9kd] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 8px;
    padding: 8px;
}

.findReplaceDialogControl[b-f1dlzsy9kd] {
    justify-items: right;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column: 3;
}

.findReplaceLabel[b-f1dlzsy9kd] {
    grid-column: 1;
}

.findReplaceTextBox[b-f1dlzsy9kd] {
    grid-column: 2;
}

.findReplaceWarning[b-f1dlzsy9kd] {
    grid-column-start: span 3;
    color: red;
}

.findReplaceButtons[b-f1dlzsy9kd] {
    grid-column: 2;
    justify-self: end;
}

.findReplaceButton[b-f1dlzsy9kd] {
    border-radius: 10px;
}
/* /Components/SettingsEditor.razor.rz.scp.css */
body[b-h53txwmsrd] {
}

.settings-page[b-h53txwmsrd] {
    display:flex;
    flex-direction: column;
}

.settings-container[b-h53txwmsrd] {
    display: grid;
}

.settings-card[b-h53txwmsrd] {
    background: white;
    box-shadow: var(--rz-card-shadow);
    border-radius: var(--rz-card-border-radius);
    margin: 2px;
    padding: 15px;
}

.settings-card.compact[b-h53txwmsrd] {
    padding: 5px;
}

.settings-button[b-h53txwmsrd] {
    margin: 8px;
}

.settings-title[b-h53txwmsrd] {
    font-size: 1.125rem;
    line-height: 1.25em;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.settings-item[b-h53txwmsrd] {
    margin-bottom: 1rem;
}

.settings-item.compact[b-h53txwmsrd] {
    margin-bottom: 0.5rem;
}

.settings-note[b-h53txwmsrd] {
    font-size: 8pt;
}

.info-box[b-h53txwmsrd] {
    position: absolute;
    background: white;
    border: 1px solid gray;
    z-index: 200;
    padding: 5px;
}

.info-button[b-h53txwmsrd] {
    color: dodgerblue;
    cursor: pointer;
}

.info-close[b-h53txwmsrd] {
    cursor: pointer;
}
/* /Pages/DragDropViewer.razor.rz.scp.css */
body[b-5tmztp0ys2] {
    font-family: sans-serif;
    margin: 0;
}

main[b-5tmztp0ys2], nav[b-5tmztp0ys2] {
    padding: 1.25rem 2rem;
}

h1[b-5tmztp0ys2], h2[b-5tmztp0ys2], h3[b-5tmztp0ys2], h4[b-5tmztp0ys2], h5[b-5tmztp0ys2] {
    margin-top: 1rem;
}

nav[b-5tmztp0ys2] {
    background-color: #c9c9c9;
    display: flex;
    align-items: center;
    color: #3d3d3d;
    box-shadow: 0 0 3px;
}

    nav a[b-5tmztp0ys2] {
        text-decoration: none;
        background-color: #eeeeee;
        color: black;
        padding: 0.3rem 1rem;
        display: inline-block;
        box-shadow: 0 0 3px rgba(0,0,0,0.4);
    }

        nav a:first-of-type[b-5tmztp0ys2] {
            margin-left: 0.6rem;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        nav a:last-of-type[b-5tmztp0ys2] {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        nav a:hover[b-5tmztp0ys2] {
            background-color: white;
        }

        nav a.active[b-5tmztp0ys2], nav a.active:hover[b-5tmztp0ys2] {
            background-color: #3069f6;
            color: white;
        }

.file-row[b-5tmztp0ys2] {
    background-color: #e4e4e4;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    border-radius: 0.6rem;
    color: #555;
    display: flex;
    align-items: center;
}

    .file-row h2[b-5tmztp0ys2] {
        margin: 0.3rem 0 0.6rem 0;
        font-weight: bold;
        color: black;
        font-size: 1.1rem;
    }

    .file-row > div[b-5tmztp0ys2] {
        flex-grow: 1;
    }

    .file-row button[b-5tmztp0ys2] {
        padding: 0.5rem 1rem;
    }

.drag-drop-zone[b-5tmztp0ys2] {
    border: 3px dashed #e68710;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
}

    .drag-drop-zone:hover[b-5tmztp0ys2] {
        background-color: #f5f5f5;
    }

    .drag-drop-zone input[type=file][b-5tmztp0ys2] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

pre[b-5tmztp0ys2] {
    background-color: #f0f0f0;
    overflow: auto;
    padding: 1rem;
    height: 10rem;
}
/* /Pages/Utterances.razor.rz.scp.css */
body[b-kgm99bzkd6] {
}

.editor-container[b-kgm99bzkd6] {
    /* This container will prevent the entire window from scrolling, as long as its content has overflow-y: hidden; */
    /* Height is a good "first guess", set dynamically by JavaScript on resize */
    display: flex;
    height: calc(100vh - 128px);
    width: 100vw;
}

.editor-page[b-kgm99bzkd6] {
    display: grid;
    grid-template-columns: 25% 1fr auto;
    overflow-y: hidden;
    width: 100%;
}

.audio-wave-container[b-kgm99bzkd6] {
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 200px;
    width: 100%;
    background: white;
}

.audio-wave[b-kgm99bzkd6] {
    z-index: 0;
}

.media-display[b-kgm99bzkd6] {
    height: auto;
    width: 100%;
    max-height: 30vh;
    background-color: black;
}

.audio-display[b-kgm99bzkd6] {
    height: 45px;
    width: 100%;
    z-index: 1000;
}

.tab-header[b-kgm99bzkd6] {
    margin-left: 5px;
    margin-top: 24px;
    display: flex;
}

.tab-button[b-kgm99bzkd6] {
    border-radius: 8px 8px 0px 0px;
    border-width: 1px;
    border: 1px solid gray;
    border-bottom: 1px solid black;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0px;
    margin-left: -1px;
    cursor: pointer;
    background-color: #E2E6E9;
}

.tab-button.placeholder[b-kgm99bzkd6] {
    width: 100%;
    cursor: auto;
    background-color: transparent;
    border-style: none none solid none;
}

.tab-button.selected[b-kgm99bzkd6] {
    border-style: solid solid none solid;
    font-weight: bold;
    background-color: transparent;
    margin-top: -3px;
    padding: 5px 10px 8px 10px;
}

.info-tab[b-kgm99bzkd6] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 8px;
    padding: 4px;
    font-size: 12pt;
    align-items: baseline;
}

.info-heading[b-kgm99bzkd6] {
    color: gray;
    grid-column: 1;
}

.info-text[b-kgm99bzkd6] {
    font-weight: bold;
}

.info-button[b-kgm99bzkd6] {
    grid-column: 1 / span 2;
    width: 50%;
    justify-self: left;
    align-self: end;
    max-width: 200px;
}

.actions-tab[b-kgm99bzkd6] {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    grid-gap: 8px;
    margin: 8px;
}

.action-button[b-kgm99bzkd6] {
    grid-column: 1 / span 2;
    max-width: 200px;
}

.settings-tab[b-kgm99bzkd6] {
    /* Height is a good "first guess", set dynamically by JavaScript on resize */
    width: auto;
    height: calc(100vh - 479px);
    overflow-y: scroll;
    display: flex;
}

.utterance-heading[b-kgm99bzkd6] {
    display: grid;
    grid-template-columns: 1fr auto;
    margin: 8px;
    grid-gap: 8px;
}

.utterance-heading-text[b-kgm99bzkd6] {
    font-size: 16px;
    align-self: center;
}

.utterance-list-container[b-kgm99bzkd6] {
    /* Height is a good "first guess", set dynamically by JavaScript on resize */
    height: calc(100vh - 192px);
    display: flex;
    background: white;
}

.utterance-list[b-kgm99bzkd6] {
    overflow-y: auto;
}

.slider[b-kgm99bzkd6] {
    align-self: center;
    height: 36px;
    margin: 0px 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

.slider-text[b-kgm99bzkd6] {
    align-self: center;
}

.caption-preview[b-kgm99bzkd6] {
    height: 0;
    min-height: 100%;
    overflow: hidden;
}

.mini-button[b-kgm99bzkd6] {
    display: flex;
    color: white;
    cursor: pointer;
    background: #8F00FF;
    width: 30px;
    border-radius: 40px;
    justify-content: center;
    align-self: flex-end;
    grid-column: 2;
}

.scp-button[b-kgm99bzkd6] {
    display: flex;
    border: none;
    color: white;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 8px;
    min-width: 48px;
    height: 48px;
    background: #8F00FF;
    border-radius: 80px;
}

.scp-button:disabled[b-kgm99bzkd6] {
    opacity: 0.5;
}

.scp-button.selected[b-kgm99bzkd6] {
    border: 2px solid #8F00FF;
    background: white;
    color: #8F00FF;
}

@media (max-width: 1100px) {
    /* Below this width, switch settings to be a linear list instead of two columns. */
    .settings-tab[b-kgm99bzkd6] {
        flex-direction: column;
    }
}

@media (max-width: 800px) {
    /* Below this width, abandon the full screen layout and format everything into a single scrolling column. */
    .editor-container[b-kgm99bzkd6] {
        height: auto;
        width: auto;
    }
    .editor-page[b-kgm99bzkd6] {
        display: flex;
        flex-direction: column;
    }

    .settings-tab[b-kgm99bzkd6] {
        height: auto;
        overflow-y: hidden;
    }

    .utterance-list-container[b-kgm99bzkd6] {
        height: auto;
    }
}
