/* Endeavor Specific Global Style */

.sidebar-content {
    height: 100%;
}

main.documentation p {
    font-size: 1.05rem;
    line-height: 1.25;
}

main.documentation ul {
    font-size: 1.05rem;
    line-height: 1.25;
}

textarea {
    field-sizing: content;
}

@supports (field-sizing: content) {
    textarea {
        resize: none;
        min-height: 6rem !important;
    }
}

.text-code {
    font-size: 0.656rem;
    color: #e83e8c;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Agent Card Custom Left Border Colors */
.border-quill {
    border-left-color: #667EEA !important;
}

.border-forecaster {
    border-left-color: #E67E22 !important;
}

.border-prior-auth {
    border-left-color: #A1887F !important;
}

.border-default {
    border-left-color: #1D65A6 !important;
}

/* Border Left Styles */
.border-start-4 {
    border-left-width: 4px !important;
}

/* Styles the input/output for prompts e.g. model output and rendered prompts */
pre.llm-io {
    white-space: pre-wrap;
    word-break: break-word;
    font-family: 'Poppins', sans-serif;
    font-size: .95rem;
    color: #212529;
    min-height: 128px;
    max-height: 768px;
    overflow-y: auto;
}

/* Avatar styles */
.avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
}

#bao-link {
    margin-left: 75px;
    padding-bottom: 15.2px;
}