.stream_m_hidden {
    display: none !important;
}

.chat_chatRoomMatch__6KmxC {
    width: var(--width-box-chat);
    background: #0c0c0c;
    border-radius: 4px;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.dropdown.is-active .dropdown-menu {
    min-width: 145px;
}

.contents-news p {
    margin: revert;
    padding: revert;
}

.style_contentNew__p8pMF {
    color: var(--color-gray-300);
}

.style_contentNew__p8pMF figure {
    width: revert !important;
}

.style_contentNew__p8pMF figure:has(img) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.style_contentNew__p8pMF figure:has(img) figcaption {
    text-align: center;
}

.style_contentNew__p8pMF a, .style_contentNew__p8pMF a span {
    color: var(--color-primary);
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.active_menu_share {
    display: flex !important;
}

.searchIcon {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
    background-color: #0f2d37;
    border-radius: 8px;
}

.searchIcon:hover {
    background-color: #00141e;
}

.searchIcon svg {
    height: 18px;
    width: 18px;
}

.container {
    margin: auto;
}

.wrap-form-search .gsc-control-cse {
    color: #000;
}

.gssb_c {
    z-index: 5000;
    color: #000;
}

.flex-share img {
    width: 16px;
}

.flex-share span {
    font-size: 11px;
}

.flex-share {
    gap: 4px;
}
.stream_m_hot{
    border: 1px solid red;
}
.date-active span{
    color: #fdc954;
}
@media only screen and (max-width: 600px) {
    .button-live {
        height: 26px;
        width: 50px;
        font-size: 14px;
    }

    .style_contentNew__p8pMF ul {
        padding-left: 20px;
    }

    .wrap-toc-menu {
        padding: 6px;
        border-radius: 7px;
        background: #2b2f2f;
    }
}