.mk_chat-bubble-prompt {
    position: relative;
}

.mk_chat-message-user .mk_chat-bubble-prompt::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #95ec69;
}

.mk_chat-message-ai .mk_chat-bubble-prompt::before,
.mk_chat-message-ai .mk_chat-bubble-prompt::after {
    content: "";
    position: absolute;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.mk_chat-message-ai .mk_chat-bubble-prompt::before {
    left: -9px;
    border-right: 9px solid #e5e5e5;
}

.mk_chat-message-ai .mk_chat-bubble-prompt::after {
    top: 14px;
    left: -7px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-right: 8px solid #fff;
}

#mk_web_search_btn.active {
    background-color: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.55);
    color: #15803d;
}

@media (max-width: 576px) {
    #mk_deepthink_btn,
    #mk_web_search_btn {
        flex: 1 1 auto;
        justify-content: center;
    }
}
.mk_generate-btn-small.mk_chat-stop-active {
    background: #fff;
    color: #111;
    border: 1px solid #111;
}

.mk_generate-btn-small.mk_chat-stop-active:hover {
    background: #f3f3f3;
}

.mk_generate-btn-small.mk_chat-stop-active:disabled {
    opacity: 0.72;
    cursor: wait;
}
