.stall-livestream {
    --stall-livestream-height: 620px;
    align-items: stretch;
}

.stall-livestream .stall-video-column,
.stall-livestream .stall-chat-column {
    display: flex;
    min-height: var(--stall-livestream-height);
}

.stall-livestream .stall-video-column .single-video,
.stall-livestream #live_stream {
    width: 100%;
    height: var(--stall-livestream-height);
    min-height: var(--stall-livestream-height);
}

.stall-livestream .stall-chat-column {
    align-self: stretch;
}

.stall-livestream .stall-chat-column .livechat,
.stall-livestream .stall-chat-column .cgl-live-chat,
.stall-livestream .stall-chat-column .chat-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.stall-livestream .stall-chat-column .cgl-live-chat {
    height: 100% !important;
}

.stall-livestream .stall-chat-column .chat-title,
.stall-livestream .stall-chat-column .chat-message {
    flex: 0 0 auto;
    padding: 14px 18px;
}

.stall-livestream .stall-chat-column .chat-title {
    display: flex;
    align-items: center;
    min-height: 58px;
}

.stall-livestream .stall-chat-column .total_view {
    margin-left: 8px;
}

.stall-livestream .stall-chat-column .chat-view {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.stall-livestream .stall-chat-column .chat-message .input-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.stall-livestream .stall-chat-column .chat-message input {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0;
}

.stall-livestream .stall-chat-column .input-group-append {
    flex: 0 0 auto;
}

.stall-livestream .stall-chat-column .sendtext {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    line-height: 1;
}

.stall-livestream .stall-chat-column #music-button.is-playing {
    position: relative;
    box-shadow: 0 0 0 3px rgba(255, 106, 0, .26);
}

.stall-livestream .stall-chat-column #music-button.is-playing::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 9px;
    height: 9px;
    border: 2px solid #0a1424;
    border-radius: 50%;
    background: #18d36b;
}

.stall-livestream .stall-chat-column .sendtext i {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
}

@media (max-width: 991px) {
    .stall-livestream {
        --stall-livestream-height: clamp(300px, 56.25vw, 460px);
    }

    .stall-livestream .stall-video-column,
    .stall-livestream .stall-chat-column {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .stall-livestream .stall-chat-column {
        min-height: 360px;
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5) !important;
    }

    .stall-livestream .stall-chat-column .livechat {
        height: 360px;
        max-height: 360px;
        min-height: 360px;
    }
}

@media (max-width: 575px) {
    .stall-livestream {
        --stall-livestream-height: clamp(230px, 56.25vw, 330px);
    }

    .stall-livestream .stall-chat-column {
        min-height: 320px;
    }

    .stall-livestream .stall-chat-column .livechat {
        height: 320px;
        max-height: 320px;
        min-height: 320px;
    }

    .stall-livestream .stall-chat-column .chat-title {
        min-height: 50px;
        font-size: 17px;
    }

    .stall-livestream .stall-chat-column .chat-message {
        padding: 8px;
    }
}
