.lottery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 25px 10px;
    font-family: initial;
    background-color: white;
}

.lottery-item {
    width: 38px;
    height: 38px;
    margin: 5px;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    box-shadow: 1px 1px 12px white;
}

/* ===== SỬA DÒNG NÀY ===== */
.li-dd90,.li-dd80,.li-dd72,.li-dd70,.li-dd64,.li-dd60,.li-dd56,.li-dd50,.li-dd49,.li-dd40,.li-dd38,.li-dd36,.li-dd35,.li-dd30,.li-dd25,.li-dd20,.li-dd16,.li-dd10,.li-dd8,.li-dd6,.li-dd5,.li-dd4 {
    background: #4363d8; /* Màu xanh */
    color: white;
}
/* ===== KẾT THÚC SỬA ===== */

.btn-cpLottery {
    color: white;
    background: red;
    width: 186px;
    height: 40px;
    border-radius: 21px;
    display: flex;
    font-weight: bold;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    margin: -20px auto 20px auto;
    font-family: initial;
    cursor: pointer; /* Thêm con trỏ */
    border: none; /* Bỏ viền mặc định */
}

/* ===== SỬA DÒNG NÀY ===== */
.inp-dd90,.inp-dd80,.inp-dd72,.inp-dd70,.inp-dd64,.inp-dd60,.inp-dd56,.inp-dd50,.inp-dd49,.inp-dd40,.inp-dd38,.inp-dd36,.inp-dd35,.inp-dd30,.inp-dd25,.inp-dd20,.inp-dd16,.inp-dd10,.inp-dd8,.inp-dd6,.inp-dd5,.inp-dd4 {
    opacity: 0;
    position: absolute; /* Đảm bảo ẩn hoàn toàn */
    left: -9999px;    /* Đảm bảo ẩn hoàn toàn */
}
/* ===== KẾT THÚC SỬA ===== */