/* Custom CSS to change Win Go, MotoRace, K3, 5D, and Trx Win Go background to a custom image */

/* Target the first lottery item (Win Go) */
.daman-lottery .daman_img:nth-child(1) {
    background: url('https://i.ibb.co/bxCWnxg/daman-lottery-background-BC0v-Bv8j.png') no-repeat center/cover !important;
}

/* Target the second lottery item (MotoRace) */
.daman-lottery .daman_img:nth-child(2) {
    background: url('https://i.ibb.co/bxCWnxg/daman-lottery-background-BC0v-Bv8j.png') no-repeat center/cover !important;
}

/* Target the third lottery item (K3) */
.daman-lottery .daman_img:nth-child(3) {
    background: url('https://i.ibb.co/bxCWnxg/daman-lottery-background-BC0v-Bv8j.png') no-repeat center/cover !important;
}

/* Target the fourth lottery item (5D) */
.daman-lottery .daman_img:nth-child(4) {
    background: url('https://i.ibb.co/bxCWnxg/daman-lottery-background-BC0v-Bv8j.png') no-repeat center/cover !important;
}

/* Target the fifth lottery item (Trx Win Go) */
.daman-lottery .daman_img:nth-child(5) {
    background: url('https://i.ibb.co/bxCWnxg/daman-lottery-background-BC0v-Bv8j.png') no-repeat center/cover !important;
}