.fan-chat-shell.discord-chat .chat-window-wrapper {
    border: 0 !important;
    display: flex;
    flex-direction: column;
}

.fan-chat-shell.discord-chat .fan-chat-typing {
    position: static !important;
    padding: 0 1rem 0.35rem;
    color: #aab0bb;
    font-size: 0.74rem;
}

.fan-chat-shell.discord-chat .fan-chat-composer {
    margin-top: auto !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0 !important;
    background: #2b2d31;
    padding: 0.56rem 0.72rem 0.68rem;
}

.fan-chat-shell.discord-chat .bubble-author {
    font-size: 0.88rem;
}

.fan-chat-shell.discord-chat .bubble-time {
    font-size: 0.68rem;
}

.fan-chat-shell.discord-chat .bubble-meta .user-level {
    font-size: 0.62rem;
}

.fan-chat-shell.discord-chat .bubble-message {
    font-size: 0.88rem;
    line-height: 1.34;
}

.btn-predict:disabled,
.btn-predict.is-loading {
    cursor: not-allowed;
    opacity: 0.72;
    transform: none;
    box-shadow: none;
}
