.d_none {
    display: none;
}

#m_popup_chat {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #cccccc61;
    top: 0;
    left: 0;
    z-index: 5;
}

.container_pop {
    max-width: 600px;
    width: 100%;
    margin: auto;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#m_popup_chat .header {
    width: 100%;
}

#m_popup_chat .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 18px;
    background: #007D7D;
    border-radius: 8px 8px 0px 0px;
}

#m_popup_chat .txt_tilte {
    color: #FFF;
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

#m_popup_chat .txtthongbao .txt_span {
    color: #007d7d;
}

#m_popup_chat .container {
    min-height: 230px;
    width: 100%;
    display: flex;
    border-radius: 0px 0px 8px 8px;
    background: #FFF;
    padding: 20px;
}

#m_popup_chat .textchung {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

#m_popup_chat .txtthongbao {
    color: #333;
    font-family: Roboto-Bold;
}

#m_popup_chat .content_tinhan {
    color: #007D7D;
    font-family: 'Roboto-Regular';
    margin: 10px 0px;
    text-indent: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#m_popup_chat .button {
    display: flex;
    justify-content: center;
    align-items: center;
}

#m_popup_chat .container_button {
    display: flex;
    max-width: 120px;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #007D7D;
}

#m_popup_chat .button_chat {
    color: #FFF;
    font-family: 'Roboto-Regular';
    font-size: 17px;
    font-weight: 500;
}

#m_popup_chat .content_thongbao {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 200px;
    justify-content: space-between;
    flex-direction: column;
}