
/* .container-dot {
    position: relative;
    width: 100%;
    height: 100%;
} */

/* .dot {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    opacity: 0.8;
    animation: float linear infinite;
} */

/* Tạo 20 đốm với các thuộc tính khác nhau */
/* .dot:nth-child(1) {
    width: 10px;
    height: 10px;
    background: #fff;
    left: 10%;
    top: 50%;
    animation-duration: 15s;
    animation-delay: 0s;
}
.dot:nth-child(2) {
    width: 10px;
    height: 10px;
    background: #fff;
    left: 25%;
    top: 10%;
    animation-duration: 10s;
    animation-delay: 2s;
}
.dot:nth-child(3) {
    width: 10px;
    height: 10px;
    background: #fff;
    left: 50%;
    top: 20%;
    animation-duration: 10s;
    animation-delay: 1s;
}
.dot:nth-child(4) {
    width: 10px;
    height: 10px;
    background: #fff;
    left: 70%;
    top: 30%;
    animation-duration: 5s;
    animation-delay: 3s;
}
.dot:nth-child(5) {
    width: 10px;
    height: 10px;
    background: #fff;
    left: 30%;
    top: 80%;
    animation-duration: 5s;
    animation-delay: 0.5s;
}
.dot:nth-child(6) {
    width: 25px;
    height: 25px;
    background: #fff;
    left: 80%;
    top: 60%;
    animation-duration: 12s;
    animation-delay: 4s;
}
.dot:nth-child(7) {
    width: 10px;
    height: 10px;
    background: #fff;
    left: 15%;
    top: 70%;
    animation-duration: 5s;
    animation-delay: 1.5s;
}
.dot:nth-child(8) {
    width: 10px;
    height: 10px;
    background: #fff;
    left: 65%;
    top: 20%;
    animation-duration: 10s;
    animation-delay: 2.5s;
}
.dot:nth-child(9) {
    width: 5px;
    height: 5px;
    background: #fff;
    left: 40%;
    top: 80%;
    animation-duration: 10s;
    animation-delay: 3.5s;
}
.dot:nth-child(10) {
    width: 10px;
    height: 10px;
    background: #fff;
    left: 75%;
    top: 45%;
    animation-duration: 10s;
    animation-delay: 0.1s;
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-100px) translateX(50px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
} */



.flake {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}

.flake {
  width: 70px;
  height: auto;
  z-index: 2;
}

/* Animation cho các flake */
.flake:nth-child(1) { 
  animation: float1 5s linear infinite;
  left: 10%;
}
.flake:nth-child(2) { 
  animation: float2 7s linear infinite;
  left: 25%;
}
.flake:nth-child(3) { 
  animation: float3 6s linear infinite;
  left: 40%;
}
.flake:nth-child(4) { 
  animation: float4 8s linear infinite;
  left: 15%;
}
.flake:nth-child(5) { 
  animation: float5 9s linear infinite;
  left: 70%;
}
.flake:nth-child(6) { 
  animation: float6 7s linear infinite;
  left: 85%;
}
.flake:nth-child(7) { 
  animation: float7 6s linear infinite;
  left: 15%;
}
.flake:nth-child(8) { 
  animation: float8 8s linear infinite;
  left: 60%;
  
}

/* Keyframes cho animation */
@keyframes float1 {
  0% {
    top: 100px;
    transform: rotate(0deg);
  }
  100% {
    top: 100vh;
    transform: rotate(360deg);
  }
}

@keyframes float2 {
  0% {
    top: 100px;
    transform: rotate(0deg);
  }
  100% {
    top: 100vh;
    transform: rotate(-360deg);
  }
}

@keyframes float3 {
  0% {
    top: 100px;
    transform: rotate(0deg) scale(0.8);
  }
  100% {
    top: 100vh;
    transform: rotate(360deg) scale(0.8);
  }
}

@keyframes float4 {
  0% {
    top: 100px;
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    top: 100vh;
    transform: rotate(-360deg) scale(1.2);
  }
}

@keyframes float5 {
  0% {
    top: 100px;
    transform: rotate(0deg);
  }
  100% {
    top: 100vh;
    transform: rotate(360deg);
  }
}

@keyframes float6 {
  0% {
    top: 100px;
    transform: rotate(0deg) scale(0.9);
  }
  100% {
    top: 100vh;
    transform: rotate(-360deg) scale(0.9);
  }
}

@keyframes float7 {
  0% {
    top: 100px;
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    top: 100vh;
    transform: rotate(360deg) scale(1.1);
  }
}

@keyframes float8 {
  0% {
    top: 100px;
    transform: rotate(0deg);
  }
  100% {
    top: 100vh;
    transform: rotate(-360deg);
  }
}
/*  */
.otherstuff {
  position: absolute;
  bottom: -2px;
  left: 10px;
  width: 180px;
  line-height: 50%;
  height: 30px;
  color: #444;
  font-size: 20px;
  text-decoration: none;
  opacity: .25;
}

span {
  /* position: relative;
  top: -3px;
  left: 5px;
  color: #fff;
  font-family: arial; */
}

.otherstuff:hover {
  color: #fff;
  opacity: 1;
  transition: color .2s linear, opacity .2s linear;
}

  
.lucky-draw-container {
    max-width: 550px;
    margin: 0 auto;
    padding: 20px;
    
}
.guolv{
    /* background-image: url('static/wp-content/uploads/2025/04/xingguang.gif');
   
    display: block;
    mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    -moz-mix-blend-mode: screen;
    -ms-mix-blend-mode: screen;
    -o-mix-blend-mode: screen; */
}
.lucky-draw-container-wrapper{
    /* background-image: url('static/wp-content/uploads/2025/04/BG-1.jpg'); */
    background-image: url('../../../../uploads/2025/04/BACKGOURND.gif'); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* căn giữa theo chiều dọc */
    align-items: center;      /* căn giữa theo chiều ngang nếu cần */
    min-height: 100vh;  
}
.lucky-draw-container-wrapper::before {
    content: "";
    background-image: url('../../../../uploads/2025/04/New-Project-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    animation: floatStar 3s ease-in-out infinite;

}
/* Keyframes hiệu ứng */
@keyframes floatStar {
    0% { transform: translateY(0); }
    50% { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}
li.prize-item-preview:nth-child(3) {
    display: none;
}
.prize-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    position: relative;
    z-index: 99;
}
.spin-button {
    animation: updown 3s linear infinite;
}
section#contact-footer {
    z-index: 9999 !important;
}
@keyframes updown { 
    0% {  
        -o-transform: scale(1); 
        -ms-transform: scale(1); 
        -moz-transform: scale(1); 
        -webkit-transform: scale(1); 
        transform: scale(1); 
        transform: scale(1); 
    }  
    25% {  
        -o-transform: scale(1.1); 
        -ms-transform: scale(1.1); 
        -moz-transform: scale(1.1); 
        -webkit-transform: scale(1.1); 
        transform: scale(1.1); 
        transform: scale(1.1); 
    }  
    50% {  
        -o-transform: scale(1); 
        -ms-transform: scale(1); 
        -moz-transform: scale(1); 
        -webkit-transform: scale(1); 
        transform: scale(1); 
        transform: scale(1); 
    }  
    75% {  
        -o-transform: scale(1.1); 
        -ms-transform: scale(1.1); 
        -moz-transform: scale(1.1); 
        -webkit-transform: scale(1.1); 
        transform: scale(1.1); 
        transform: scale(1.1); 
    }  
    100% {  
        -o-transform: scale(1); 
        -ms-transform: scale(1); 
        -moz-transform: scale(1); 
        -webkit-transform: scale(1); 
        transform: scale(1); 
        transform: scale(1); 
    }  
  
  } 
.prize-item {
    aspect-ratio: 1;
   
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
   
    position: relative;
}
.prize-item:nth-child(1){
    background-image: url('../../../../uploads/2025/03/1-24.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.prize-item:nth-child(2){
    background-image: url('../../../../uploads/2025/03/1-25.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.prize-item:nth-child(3){
    background-image: url('../../../../uploads/2025/03/1-26.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.prize-item:nth-child(4){
    background-image: url('../../../../uploads/2025/03/1-27.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.prize-item:nth-child(5){
    background-image: url('../../../../uploads/2025/03/1-28.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.prize-item:nth-child(6){
    background-image: url('../../../../uploads/2025/03/1-29.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.prize-item:nth-child(7){
    background-image: url('../../../../uploads/2025/03/1-30.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.prize-item:nth-child(8){
    background-image: url('../../../../uploads/2025/03/1-31.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prize-item:nth-child(9){
    background-image: url('../../../../uploads/2025/03/1-33.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prize-item:nth-child(10){
    background-image: url('../../../../uploads/2025/03/1-32.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.prize-item:nth-child(11){
    background-image: url('../../../../uploads/2025/03/1-34.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.prize-item:nth-child(12){
    background-image: url('../../../../uploads/2025/03/1-35.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.prize-item img {
    width: 100%;
    height: auto;
}

.prize-item span {
    font-weight: bold;
    color: #333;
}
.btn-delete-selected #bulk-delete-codes {
    color: #0c398e !important;
    border-color: #0c398e !important;
}
.btn-delete-selected {
    float: right;
}
.prize-item.dim {
    opacity: 0.3;
}
tbody#the-list td {
    text-align: center;
}
table.wp-list-table.widefat.fixed.striped td {
    text-align: center;
}

.prize-item.highlight {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
    opacity: 1;
}
button.btn-draw-again {
    margin: 0;
    font-size: 17px;
    padding: 10px;
}
.prize-item.active {
    opacity: 1;
    transform: scale(1.1);
    z-index: 2;
    background-color: orange;
}

img.prize-image {
    width: 125px;
    height: auto;
}
#spinButton {
    grid-column: 2 / span 2;
    grid-row: 2 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

#spinButton span {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

#spinButton:hover {
    transform: scale(1.05);
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    text-align: right;
}

.close-modal:hover {
    color: #000;
}

.code-input-section {
    text-align: center;
    margin: 20px 0;
}

#lottery-code {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}

#lottery-code:focus {
    border-color: #9966cd;
    outline: none;
    box-shadow: 0 0 5px rgb(209 68 255 / 30%);
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.button-primary {
    background-color: #ff4444;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.button-secondary {
    background-color: #666;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.button-primary:hover {
    background-color: #ff2222;
}

.button-secondary:hover {
    background-color: #555;
}

/* Error message style */
.error-message {
    color: #ff4444;
    margin-top: 10px;
    font-size: 14px;
    display: none;
}

/* Message Popup Styles */
.message-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 40px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    text-align: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 300px;
}

.message-popup.success {
    background-color: #4CAF50;
}

.message-popup.error {
    background-color: #f44336;
}

.message-popup.error.login-required {
    background-color: #f44336;
    font-weight: bold;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Login Notice Styles */
.login-notice .modal-content {
    max-width: 400px;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-notice h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 24px;
}

.login-notice p {
    color: #666;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
}

.login-notice .button-group {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.login-notice .button-primary {
    background-color: #ff4444;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.login-notice .button-secondary {
    background-color: #666;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.login-notice .button-primary:hover {
    background-color: #ff2222;
}

.login-notice .button-secondary:hover {
    background-color: #555;
}

.login-notice .close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}

.login-notice .close-modal:hover {
    color: #333;
}

/* Modal Background */
.lucky-draw-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Initial Winning Popup */
.winning-popup .modal-content {
    max-width: 500px;
    padding: 30px;
    text-align: center;
    background: white;
    border-radius: 10px;
}

.winning-popup .prize-image {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
}

.winning-popup .button-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.winning-popup .go-check-btn,
.winning-popup .draw-again-btn {
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
}

.winning-popup .go-check-btn {
    background-color: #f5f5f5;
    color: #fff;
}

.winning-popup .draw-again-btn {
    background-color: #ff4444;
    color: white;
}

/* Prize Details Popup */
.prize-details-popup .modal-content {
    max-width: 500px;
    background: white;
    border-radius: 10px;
    position: relative;
    padding: 0;
}

.prize-details-popup h2 {
    margin: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.close-modal {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

.prize-info {
    padding: 5px;
}

.prize-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.prize-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.prize-title {
    font-size: 16px;
    color: #666;
}

.congratulations-text {
    text-align: center;
    color: #ff4444;
    font-size: 18px;
    margin-bottom: 20px;
}

.prize-value {
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
}

.redemption-section {
    background: #fff1f1;
    padding: 20px;
}

.redemption-section h3 {
    color: #ff4444;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.redemption-row {
    display: flex;
    margin-bottom: 15px;
}

.redemption-row .label {
    width: 150px;
    color: #666;
}

.code-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.code {
    color: #333;
    font-family: monospace;
}

.copy-btn {
    background: transparent;
    border: 1px solid #4CAF50;
    color: #4CAF50;
    padding: 2px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.copy-btn:hover {
    background: #4CAF50;
    color: white;
}

.method {
    color: #666;
    flex: 1;
}

/* Animation */
.winning-popup {
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Code Display Styles */
.code-content {
    text-align: center;
}

.code-content h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.code-display {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.code-display input {
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    background: #f9f9f9;
}

.copy-code-btn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.copy-code-btn:hover {
    background-color: #45a049;
}

.back-to-prize-btn {
    padding: 10px 20px;
    background-color: #666;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.back-to-prize-btn:hover {
    background-color: #555;
} 
.button-group button {
    font-size: 20px !important;
    padding: 10px;
    background: linear-gradient(to right, #154062, #102a50);
    color: #fff;
    border: 2px solid #154c69;
}
.redemption-section h3 {
    text-align: center !important;
    line-height: 40px !important;
    border-bottom: none !important;
    margin-top: 14px !important;
    font-size: 1rem !important;
    color: #d91b1b !important;
}
.prize-info {
    display: flex;
    align-items: center;
}
.prize-grid{
    background-image: url('../../../../uploads/2019/12/KHUNG-TRONG.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
}
.prize-grid {
    /* animation: switchImages 1s infinite; */
    background-size: 100%;
}

@keyframes switchImages {
    0% {
        background-image: url('static/wp-content/uploads/2019/12/KHUNG-NGOAI.png');
    }
    50% {
        background-image: url('../../../../uploads/2019/12/KHUNG-TRONG.png');
    }
    100% {
        background-image: url('static/wp-content/uploads/2019/12/KHUNG-NGOAI.png');
    }
}

.lucky-draw-bottom-btn img {
    width: 120px;
    height: auto;
}


.lucky-draw-header-bg {
    text-align: center;
    /* margin-bottom: -7px; */
    position: absolute;
    top: -17%;
}
.lucky-draw-header-bg img {
    width: 100%;
}
.lucky-draw-container {
    position: relative;
}
img#prize-total {
    /* width: 100px !important; */
    margin: 0 20px;
   
}
.lucky-draw-bottom-btn{
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

/* Prize Total Modal Styles */
.lucky-draw-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.prizes-list-modal .modal-content {
    background: #fff;
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-height: 70vh;
    overflow-y: auto;
    top: 10%;
}

.prizes-list-modal h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.prizes-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.prize-item-preview {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
   
    min-width: 200px;
}

.prize-item-preview:hover {
    transform: translateY(-5px);
}



.prize-item-preview h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}



/* Thêm cursor pointer cho prize-total */
#prize-total {
    cursor: pointer;
}

#prize-total:hover {
    opacity: 0.8;
}

.lucky-draw-modal .modal-content{
    width: 29%;
}
.prizes-list-modal .modal-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.prizes-list-modal .modal-content::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.prizes-list-modal .modal-content::-webkit-scrollbar-thumb
{
	background-color: rgb(27, 115, 216);	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

@media (max-width: 1024px) {
    .lucky-draw-header-bg img {
        width: 80%;
    }
    .lucky-draw-modal .modal-content {
        width: 59%;
    }
}
@media (max-width: 768px) {
    .lucky-draw-modal .modal-content {
        width: 59%;
    }
    .lucky-draw-bottom-btn img {
        width: 28%;
    }
    .lucky-draw-modal .modal-content {
        width: 80%;
    }
    .lucky-draw-header-bg img {
        width: 100%;
    }
    .lucky-draw-header-bg {
       
        top: -12%;
    }
}
/* .prize-grid {
    position: relative;
    border-radius: 23px;
}
.prize-grid::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
     border-radius: 23px;
     border: 5px solid rgb(200 239 249);
    animation: border-anim 2s linear infinite;
    
}


@keyframes border-anim {
    0% {
        clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
    }
    25% {
        clip-path: polygon(0% 0%, 25% 0%, 0% 0%, 0% 0%);
    }
    50% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 25%, 0% 25%);
    }
    75% {
        clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 100% 0%);
    }
    100% {
        clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
    }
} */

/* Vertical Slider Styles */
.list-trung {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    gap: 20px;
    align-items: center;
}
.list-left-item {
    display: flex
;
align-items: center;
}
.list-left-item-content {
    width: 30%;
}
.list-left-item {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    gap: 10px;  
}

.list-right-item {
    display: flex
;
align-items: center;
}
.list-right-item-content {
    width: 30%;
}
.list-right-item {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    gap: 10px;  
}
.prize-content {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list-left-item-title span:nth-child(2), .list-right-item-title span:nth-child(2) {
    color: #fff900;
}
.list-left-item-title span {
    font-weight: 600;
}
.list-left,
.list-right {
    height: 400px;
    width: 500px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.list-left-item,
.list-right-item {
    position: absolute;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    /* background: rgba(255, 255, 255, 0.1); */
    border: none;
    transition: all 0.5s ease;
    width: 80%;
}
.guolv {
    width: 90%;
    max-width: 100%;
}
.list-left-item img,
.list-right-item img {
    /* width: 60px;
    height: 60px; */
    object-fit: cover;
    border-radius: 5px;
}

.list-left-item-title,
.list-right-item-title {
    margin-left: 10px;
    color: #fff;
}

.list-left-item-title span,
.list-right-item-title span {
    color: #fff;
    font-size: 14px;
}

.list-left-item-content img,
.list-right-item-content img {
    width: 100%;
    height: auto;
    max-width: 60px;
}
@media (max-width: 768px) {
    .list-trung {
        display: block;
    }
    .list-left, .list-right{
        display: none;
    }
    .guolv {
        /* width: 80%; */
        max-width: 100%;
    }
}

@keyframes slideItem {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    20% {
        transform: translateY(-100px);
        opacity: 0;
    }
    21% {
        transform: translateY(400px);
        opacity: 0;
    }
    25%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
}

