/* hadiah css disini*/

.boxhadiah{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: none;
    max-width: 600px;
}

#popupbox{
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 80%;
    height: auto;
    background-image: url('.././img/hd.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0;
    border-radius: 0;
    max-width: 600px;
}

.close-box{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgba(225,225,225,0.8);
    border-radius: 50%;
    top: -10px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: ;
}

.boxtitlehadiah{
    width: 100%;
    padding: 10px;
    height: 40px;
    background-color: #3F4553;
}

.ttgift{
    font-size: 15px;
    color: #fff;
    float: left;
}

.bi-x{
    font-size: 18px;
}

.ucalx{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.ucalx img{
    width: 100px;
}

.toluc{
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.toluc img{
    width: 45px;
}

.Continue{
    display: flex;
    gap: 20px;
    padding: 20px;
}

.Continue button{
    width: 50%;
    border: none;
    background-color: #896F36;
    color: #fff;
    border-radius: 0;
    font-weight: 400;
    height: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #BF891A;
    padding: 15px;
}


.boxalx-id{
    width: 100px;
    background-color: #403011;
    padding: 0;
    border-radius: 10px;
    padding: 0;
    border: 1px solid #896F36;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 20px auto;
    position: relative;
}

.items-id{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    color: #DCC179;
    font-size: 16px;
    background-color: #403011;
    width: 100%;
    border-radius: 10px;
}

.ic-id{
    width: 40px;
}

.lucky-id{
    width: 70%;
}