.vien { border: 1px solid #FC8B00; border-radius: 20px; box-shadow: 0 0 10px #FC8B00; flex-basis: 22%; padding: 10px; margin: 0 15px 30px; } ::-webkit-scrollbar-thumb { background-color: #FC8B00; border-radius: 20px; border: 3px solid #FC8B00; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { } ::-webkit-scrollbar-thumb:hover { background: #FC8B00; } .area-khung { width: 100%; /* Chiều rộng 100% */ max-height: 700px; /* Chiều cao tối đa */ overflow-y: auto; /* Thanh trượt dọc */ overflow-x: hidden; /* Ẩn thanh trượt ngang */ padding: 10px; /* Khoảng cách giữa nội dung và viền */ background-color: #rgb(10,68,164); /* Màu nền */ border-radius: 10px; /* Độ bo tròn cho các góc */ position: relative; /* Để đặt hiệu ứng viền */ animation: led-running 3s linear infinite; /* Hiệu ứng LED chạy */ }