
.common-html-preview-custom {
    display: flex;
    justify-content: center;
}

.common-html-preview-custom h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

.common-html-preview-custom div:first-child {
    max-width: 800px;
}

.common-html-preview-custom .cldivContentDocVn {
    width: 100% !important;

}

.common-html-preview-custom table {
    width: 100% !important;
}

.common-html-preview-custom b {
    font-weight: bold;
}

.common-html-preview-custom em {
    color: unset !important;
}

.shape {
    width: 200px; /* Điều chỉnh theo kích thước mong muốn */
    height: 50px; /* Điều chỉnh theo kích thước mong muốn */
    background-color: #1d1d1d; /* Màu nền của phần giữa */
    border-radius: 25px; /* Bo cong ở hai đầu */
    position: relative;
}

.shape::before, .shape::after {
    content: "";
    position: absolute;
    width: 50px; /* Kích thước hình tròn ở hai bên */
    height: 50px;
    background-color: transparent; /* Màu nền của hình tròn */
    border-radius: 50%;
    top: 0;
}

.shape::before {
    left: -25px; /* Canh hình tròn phía bên trái */
}

.shape::after {
    right: -25px; /* Canh hình tròn phía bên phải */
}

#search_detail .mx-input-wrapper input {
    color: #252729 !important;
}

.detail_homepage .modal-content {
    background: white !important;
    color: #252729 !important;
}

.detail_homepage .modal-content h5, .detail_homepage .modal-content h4 {
    color: #252729 !important;
    font-weight: bold;
}

.detail_homepage .modal-content h5 {
    font-size: 16px !important;
}

.detail_homepage .modal-content h4 {
    font-size: 18px;
}

#block_content_js ul {
    list-style: disc !important;
    color: #4E5052 !important;
}

#block_content_js ul li {
    color: #4E5052 !important;
    font-size: 18px;
}

.toan-bo-popup-title {
    font-size: 24px;
    color: #F6F6F6;
}

.toan-bo-popup input.toan-bo-popup-input {
    background-color: #2d3b4e !important;
    font-size: 14px !important;
}

.toan-bo-popup input.toan-bo-popup-input::placeholder {
    font-size: 14px !important;
}

.css-icon-top-modal {
    position: absolute;
    top: -15%;
    left: 42%;
}
