﻿.datx {
    text-align: center;
}

.action-menu {
    color: orange;

}

@media (min-width: 768.5px) {
    .content_detail {
        display: none;
    }
}

@media (min-width: 350px) and (max-width: 768px) {

    .da1 {
        display: flex;
        justify-content: space-between; /* Các phần tử trải đều với khoảng trống giữa */
        align-items: center; /* Căn giữa theo chiều dọc */
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 55px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        overflow-x: auto;
        transition: bottom 0.4s;
    }
}
