	.no-scroll {
      overflow: hidden; /* Ngăn cuộn trang khi hiển thị popup */
    }
.yeucau{
	color:red
}
    .alapopup {
    	display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
	  height:500px;
      max-width: 700px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.8);
      transition: opacity 3s, top 3s;
      justify-content: center;
      align-items: center;
      font-family: Inter,Helvetica,sans-serif;
    }
    
    .alapopup.show {
      display: flex; /* Thay đổi thành display: flex hoặc display: inline-block */
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      z-index:9999999;
    }
    
    
    .popup-content{
      padding: 15px;
      max-height: 100%; /* Điều chỉnh chiều cao tối đa của nội dung */
      overflow-y: auto; /* Kích hoạt thanh cuộn dọc khi nội dung quá dài */
    }
    
    .popup-content::-webkit-scrollbar {
      width: 8px; /* Độ rộng của thanh cuộn */
    }
    
    .popup-content::-webkit-scrollbar-thumb {
      background-color: #888; /* Màu của thanh cuộn */
      border-radius: 4px; /* Độ cong viền thanh cuộn */
    }
    
    .popup-content::-webkit-scrollbar-thumb:hover {
      background-color: #555; /* Màu khi hover */
    }
    
    .popup-content::-webkit-scrollbar-track {
      background-color: #f1f1f1; /* Màu nền của vùng chứa thanh cuộn */
    }
    
    .close-button {
      position: absolute;
      top: 3px;
      right: 3px;
      background: none;
      border: none;
      cursor: pointer;
    }
    
    .alaoverlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Màu nền mờ */
      opacity: 0;
      transition: opacity 0.3s;
		z-index:9999
    }
    
    .alaoverlay.show {
      display: block;
      opacity: 1;
    }
    
    
    
    #formnhapma{
        margin-top:20px;
        display: block; /* Sử dụng flexbox để canh giữa nội dung theo cả hai chiều */
        justify-content: center; /* Canh giữa theo chiều ngang */
        /*align-items: center; /* Canh giữa theo chiều cao */
    }


    #noidunghuongdan{
        margin: 40px 0px 20px 0px;
        
    }
     #noidunghuongdan p{
         font-size:18px;
         color:#000;
         float: none;
         line-height:28px;
         text-align: left;
         margin:20px 0px;
     }
     #noidunghuongdan .alatukhoa{
         background: #108f51;
         color: #ffffff;
         padding: 7px 10px;
         border-radius:3px;
         text-align:center;
         line-height:32px;
         
     }
	/* CHỐNG COPY
     #noidunghuongdan .chongcopy{
        cursor: not-allowed; -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
         
     }
	*/
     
     #noidunghuongdan .anhketqua{
         border-radius: 10px;
         border: 1px solid #f53e2e;
         padding: 5px;
         box-shadow: 2px 3px 3px 2px #b8b8b8;
     }
     
    /* Định dạng trường nhập dữ liệu */
    .maxacnhan {
        width: 100%; /* Chiều rộng 100% của trường nhập */
        font-family:inherit;
        color:#000;
        max-width: 400px; /* Chiều rộng tối đa */
        padding: 10px 0px; /* Khoảng cách bên trong trường nhập */
        border: 2px solid #000000; /* Viền với màu xám nhạt */
        border-radius: 5px; /* Góc bo tròn */
        font-size: 16px; /* Cỡ chữ */
        margin: 0 auto 10px auto; /* Căn giữa và tạo khoảng cách dưới */
        display: block; /* Hiển thị trường nhập dữ liệu như một block element */
    }
    
    /* Tùy chỉnh màu viền khi trường nhập được focus */
    .maxacnhan:focus {
        border-color: #e73935; /* Màu viền thay đổi khi focus */
    }
    
   
    
    .submit-form {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
     
    /* Định dạng nút */
    .buttonnhapma {
        background-color: #e73935; /* Màu nền */
        color: #fff; /* Màu chữ */
        border: none; /* Không có viền */
        margin:10px 0px;
        padding: 0px 20px; /* Kích thước nút */
        font-size: 17px; /* Cỡ chữ */
        font-weight:600;
        border-radius: 5px; /* Góc bo tròn */
        cursor: pointer; /* Biểu tượng con trỏ khi di chuột qua nút */
        transition: background-color 0.7s ease; /* Hiệu ứng màu nền khi di chuột qua */
        box-shadow: 2px 3px 3px 2px #b8b8b8;
        font-family:inherit;
        vertical-align: middle;
		height:45px;
		line-height:45px
    }
    
    /* Định dạng nút khi di chuột qua */
    .buttonnhapma:hover {
        background-color: #FF4500; /* Màu nền thay đổi khi di chuột qua */
    }
    
    .titlepopup{
        font-size:22px;
        font-weight:700;
        line-height:26px;
        color:#000;
        text-align:center;
        font-family:inherit;
    }
    #motadienma{
        font-size:16px;
        line-height:26px;
        color:#000;
        text-align:center;
    }
    
     
    #alabutCountdown{
    background: rgb(237, 28, 36); 
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 2px 3px 3px 2px #b8b8b8;
    color: rgb(255, 255, 255); 
    font-weight: 700; 
    font-size: 17px; 
    border-radius: 7px; 
    padding: 7px 20px; 
    margin: 5px; 
    min-height: auto; 
    min-width: 170px; 
    line-height: 20px; 
    vertical-align: middle;
    align-items: center; /* Canh giữa theo chiều cao */
    justify-content: center; /* Canh giữa theo chiều ngang (tuỳ chọn) */
    font-family:inherit;
    cursor:pointer;
    } 
    #alabutCountdown span{
        display:inline-block;
        vertical-align:middle;
    } 
    
    #load-more {
    background: #ff6816;
    border: none;
    cursor: pointer;
    align-items: center;
    font-family:inherit;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px; 
    padding: 7px 20px; 
    margin: 5px; 
    min-height: auto; 
    min-width: 170px; 
    line-height: 20px; 
    vertical-align: middle;
    align-items: center; /* Canh giữa theo chiều cao */
    justify-content: center; /* Canh giữa theo chiều ngang (tuỳ chọn) */
    
    }

    #doitukhoa {
        width:100%;
        display: flex;
        flex-direction: column; /* Sắp xếp các phần tử theo chiều dọc */
        justify-content: center; /* Canh giữa theo chiều ngang */
        align-items: center; /* Canh giữa theo chiều dọc */
        font-family:inherit;
    }
    
    /* CSS để ẩn thông báo ban đầu và định dạng hiệu ứng */
    #notification {
        font-weight:600;
        color: #22a565;
        text-align:center;
        font-family:inherit;
    }
    
    #ala-download-button{
        display: flex; /* Sử dụng flexbox để canh giữa nội dung theo cả hai chiều */
        justify-content: center; /* Canh giữa theo chiều ngang */
        align-items: center; /* Canh giữa theo chiều cao */
        
    }
        
    #downloadButton {
      display: flex; /* Sử dụng flexbox để canh giữa nội dung theo cả hai chiều */
      justify-content: center; /* Canh giữa theo chiều ngang */
      align-items: center; /* Canh giữa theo chiều cao */
      background: #0a6dd4; /* Màu nền của button */
      color: #fff; /* Màu chữ trắng */
      font-family: Inter, Helvetica, sans-serif;
      font-weight: 500;
      border: none; /* Loại bỏ đường viền */
      font-size: 1rem; /* Kích thước chữ */
      width: 70%; /* Đặt chiều rộng là 70% */
      height: 42px; /* Đặt chiều cao là 100px (điều chỉnh theo nhu cầu của bạn) */
      box-shadow: 2px 3px 3px 2px #b8b8b8;
      text-align: center; /* Canh giữa theo chiều ngang */
      cursor: pointer; /* Hiển thị icon tay bấm khi di chuột vào button */
      border-radius: 30px; /* Đường viền cong */
    }
    
    #downloadButton .svg-ala-download-button {
      fill: #fff;
      width: 1.3em; /* Độ rộng của SVG */
      height: auto; /* Chiều cao tự động tính toán để duy trì tỷ lệ khung hình */
      margin-right: 5px; /* Khoảng cách giữa SVG và văn bản */
    }
    
    .svg-close-button{
        fill: #e53935;
        width: 1.3em; /* Độ rộng của SVG */
        height: auto; /* Chiều cao tự động tính toán để duy trì tỷ lệ khung hình */
		font-size:13px;
    }
    
    
    /* Mở Bảng Link Tải */
    
    .link-tai-ala-download {
        border-collapse: collapse;
        width: 100%;
        box-shadow: 1px 2px 2px 1px #b8b8b8;
		background: #ff9f5a;
    }
    
    .link-tai-ala-download td, .link-tai-ala-download th {
                color:#000;
        padding: 8px;
        text-align: left;
        font-weight:700;
        font-size:16px;
        font-family: Inter,Helvetica,sans-serif;
    }
    
    .link-tai-ala-download td a:hover{
		color:#000;
	}
    
    
    /* Đóng Bảng Link Tải */
    
    /* Mở nút copy từ khóa */
    
        /* CSS cho nút sao chép */
            .btn-copy-keyala {
                border: none;
                background: none;
                position: relative;
                cursor: pointer;
                font-family:inherit;
                font-size:15px;
                font-weight:600;
                color: #e73936;
                line-height:32px;
                padding:5px;
                margin:5px;
            }
            .btn-copy-keyala i {
                color: #e73936;
                margin-right: 3px;
                font-weight: 600;
            }
            .btn-copy-keyala::before {
                content: attr(ala-aria-label);
                display: block;
                width: fit-content;
                line-height: 1;
                white-space: nowrap;
                padding: 8px;
                border-radius: 3px;
                background: #0a6dd4;
                color: #fff;
                position: absolute;
                bottom: calc(100% + 5px);
                left: 50%;
                transform: translateX(-50%);
                opacity: 0;
                visibility: hidden;
                transition: 0.15s ease-in-out;
                font-size: 13px;
                font-weight: 400;
            }
            .btn-copy-keyala::after {
                content: "";
                display: block;
                width: 12px;
                height: 10px;
                background: #0a6dd4;
                clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 100%;
                opacity: 0;
                visibility: hidden;
            }
            .btn-copy-keyala:hover::before,
            .btn-copy-keyala:hover::after {
                opacity: 1;
                visibility: visible;
            }
            .btn-copy-keyala:hover::before {
                bottom: calc(100% + 10px);
            }
            .btn-copy-keyala:hover::after {
                transition: 0.15s ease-in-out;
            }
    
    /* Đóng nút copy từ khóa */
 /* Điều chỉnh chiều rộng tối đa trên mobile */    
	@media (max-width: 768px) {
		.maxacnhan {
			max-width: 98%;
		}

		#downloadButton{
			width: 98%;
		}
		
		.alapopup {
			width: 95%;
			height:85%;
		}

		.popup-content{
			height:90%;
		}
	}
/*
#ala-download-button{
	display:none;
}
*/