.lotteryPopup {
    margin: 0;
    padding: 0
}

    .lotteryPopup .backgroundShadow {
        background: rgba(0, 0, 0, .8);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999
    }

    .lotteryPopup .popupContainer {
        position: absolute;
        left: 0;
        right: 0;
        top: 15%;
        z-index: 1900000009;
        margin: auto;
        color: #403d3d;
        width: 40%;
        padding: 0 10px;
        height: auto;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 15px;
        border-bottom: 3px solid #adc45b;
    }

@media (max-width:812px) {
    .lotteryPopup .popupContainer {
        width: 90%
    }
}

.lotteryPopup .closePopup {
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
    cursor: pointer;
    background: #EFAD04;
    border: 1px solid #d9a31a;
    position: absolute;
    right: -8px;
    top: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.closePopup:hover {
    background: #D79D07;
}

.lotteryPopup .closePopup i {
    width: 17px;
    color: #fff;
    position: relative;
    top: 0px;
}
/*.lotteryPopup .closePopup:hover i {
width: 17px;
height: 17px;
-webkist-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: .6s ease-out;
-moz-transition: .6s ease-out;
transition: .6s ease-out
top: 1px;
right: -1px;
}*/
.lotteryPopup .popupBody {
    font-size: 16px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.email01 {
    width: 75px;
    position: relative;
    top: -8px;
}

.lotteryPopup .popupBody h1 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    position: relative;
    color: #EFAD04;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #d6d6d6;
}

.popupDetails {
    text-align: center;
}

.lotteryPopup .popupBody .subHeading {
    font-size: 18px;
    line-height: 32px;
}

.lotteryPopup .popupBody .lotteryConfirmedNumber {
    display: block;
    margin: 10px auto;
    color: #9f0101;
    font-size: 31px;
    text-align: center;
    width: 322px;
    border: 1px solid #7c9b0d;
    border-radius: 2px;
}

.lotteryConfirmedNumber span {
    width: 40px !important
}

.lotteryPopup .popupBody .lotteryConfirmedNumber:after {
    content: '';
    height: 0;
    clear: both;
    display: block
}
/*.lotteryPopup .popupBody .lotteryConfirmedNumber span {
	padding: 5px 9px;
	border-left: 1px solid #967010;
	float: left;
	line-height: 1.42857143;
	font-family: 'Product Sans Bold';
}*/
.lotteryPopup .popupBody .lotteryConfirmedNumber span:first-child {
    border: none
}

.lotteryPopup .popupBody .highlighted {
    color: #dca926;
    font-size: 18px
}

.popupBody p {
    margin-bottom: 3px;
    color: #201818;
    letter-spacing: 0.4px;
}

.subHeading02 {
    font-weight: bold;
    color: #333 !important;
}

.subHeading {
    color: #333 !important;
    font-size: 200%;
    margin-top: 10px;
    margin-bottom: 14px !important;
}

.subHeading01 b {
    color: #333;
}
/*
hr {
border-bottom: 2px solid #fa8925;
max-width: 173px;
margin-top: -6px;
margin-bottom: 0
}*/
.subHeading01 {
    font-size: 14px
}

.subHeading02 {
    text-transform: uppercase;
    color: #c50904;
    letter-spacing: .5px
}

@media (max-width:320px) {
    .lotteryPopup .popupBody .lotteryConfirmedNumber {
        font-size: 12px;
        border-radius: 3px;
        width: 210px
    }

    .lotteryConfirmedNumber span {
        width: 26px !important
    }
}

@media (min-width:360px) and (max-width:640px) {
    .lotteryPopup .popupBody .lotteryConfirmedNumber {
        font-size: 22px;
        width: 250px
    }

    .lotteryConfirmedNumber span {
        width: 31px !important;
        font-size: 20px !important;
    }
}
/* #dvLotteryPopup {
display: inherit !important;
} */

.start {
    text-align: center;
    color: red;
}

.start01 {
    text-align: center;
    color: red;
    margin-bottom: 10px;
}







.candy-stripe ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    background-color: #f0f0f0;
}

.stripe {
    height: 1rem;
    width: 100%;
    margin: 0;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

@media (min-width: 900px) {
    .stripe {
        height: 1.5rem;
    }
}

.stripe:nth-child(even) {
    background-color: #EBB9BB;
    width: 150%;
}



.popupBody h2 {
    text-align: center;
    font-size: 25px;
}

.popupBody span {
    letter-spacing: 12px;
    float: left;
    background: #adc45b;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    padding: 2px 11px;
    border-left: 1px solid #cedf93;
    box-shadow: none;
}


@media only screen and (min-width: 320px) and (max-width: 580px) {
    .lotteryPopup .popupContainer {
        background-size: 100% 390px !important;
    }
    /*    .lotteryPopup .closePopup {right: 20px;}*/
    .lotteryPopup .popupBody h1 {
        font-size: 30px;
    }

    .lotteryPopup .popupBody .lotteryConfirmedNumber {
        font-size: 19px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 640px) {
    .lotteryPopup .popupContainer {
        background-size: 100% 357px !important;
    }
    /*    .lotteryPopup .closePopup {right: 20px;}*/
    .lotteryPopup .popupBody h1 {
        font-size: 30px;
    }

    .lotteryPopup .popupBody .lotteryConfirmedNumber {
        font-size: 19px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 640px) {
    .lotteryPopup .popupContainer {
        background-size: 100% 335px !important;
    }
    /*    .lotteryPopup .closePopup {right: 20px;}*/
    .lotteryPopup .popupBody h1 {
        font-size: 30px;
    }

    .lotteryPopup .popupBody .lotteryConfirmedNumber {
        font-size: 19px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .lotteryPopup .popupContainer {
        background-size: 100% 300px !important;
    }
    /*    .lotteryPopup .closePopup {right: 50px;}*/

}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .lotteryPopup .popupContainer {
        background-size: 100% 380px !important;
    }
    /*    .lotteryPopup .closePopup {right: 20px;}*/

}


@media only screen and (min-device-width: 2500px) and (max-device-width: 3839px) {

    .popupDetails {
        padding: 20px !Important;
    }
    /*    .lotteryPopup .closePopup {right: 63px !important;}*/
}
