.tab-container{
    width:100%
}
.ai-source-item-header .tab{
    width: 100%;
}
.ai-ask-input{
    display: flex;
    padding: 5px 5px  ;
    width: 95%;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    line-height: 24px;
    color: #fff;
    border-radius: 12px;
    border: 1px solid gray;
    background: #252728;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}
.main-content {
    width: 100%;
    padding: 20px;
    overflow-y: auto;
}
.ai-ask-btn{
    position: relative;
    display: block;
    margin-top: 10px;
    width: 200px;
}
.history-item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-container {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 20px;
    flex-grow: 1;
    margin-bottom: 10px;
    font-size: 16px;
    max-height: 550px;
    overflow-y: auto;
}
.chat-container .message{
    marin-bottom: 3px;
}
.message.user {
    height: 38px;
    text-align: right;
    color:white;
    font-weight: bold;
}
.message.assistant {
    text-align: left;
    color: white;
    font-size: 13px;
}
.message.assistant p{
    line-height: 2;
}
.reasoning-content {
    color: #888;
    font-size: 0.9em;
}
.data-v-1a7fd784{
    resize: none;
    min-height: 39px;
    width:60%;
}
._5d4b535{
    margin-top: 12px;
}