#index-section {
    background-image: url('/images/giftcode/giftcode.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}
#menu-right-section, #nav-section {
    color: #000;
}
.giftcode-info {
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05); /* Giảm độ mờ để trong suốt hơn, giống gương */
    box-shadow: 
      0 4px 15px rgba(0, 0, 0, 0.2), /* Bóng nhẹ để tạo chiều sâu */
      inset 0 0 10px rgba(255, 255, 255, 0.5); /* Hiệu ứng sáng bóng bên trong */
    backdrop-filter: blur(3px); /* Tăng độ mờ để giống gương hơn */
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.6); /* Viền sáng hơn, tạo cảm giác phản chiếu */
    outline: 1px solid rgba(255, 255, 255, 0.8); /* Thêm outline sáng để tăng hiệu ứng gương */
}
.line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 15%, rgba(174, 144, 59, .8), rgba(0, 0, 0, 0) 85%) no-repeat;
    background-size: 100% 100%;
}
.noted {
    font-size: 80%;
    text-align: center;;;
}
.submit {
    width: 10em;
    display: inline-block;
    cursor: pointer;
}
.submit img {
    width: 100%;
}
form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}
button {
    background: none;
    border: none;
}
.giftcode-reward-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
}
.journey-reward-box {
    width: auto; /* Sử dụng độ rộng tự động theo ảnh */
    animation: glow 1s ease-in-out infinite;
}
