/* General */
.game-jackpot-mgold .text-orange {
    color: #f08122;
}

.game-jackpot-mgold .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .4;
    z-index: 0;
}

.game-jackpot-mgold .title {
    font-size: 20px;
}

.game-jackpot-mgold .prize {
    display: flex;
    justify-content: center;
}

.game-jackpot-mgold .btn-game-guide-wrapper {
    display: flex;
    justify-content: space-between;
}

.game-jackpot-mgold .btn-game-guide-wrapper .btn{
    width: 48%;
}

#game-jackpot-gold.game-jackpot-mgold #section-how-to-win,
#game-jackpot-gold.game-jackpot-mgold #section-playslip,
#game-jackpot-gold.game-jackpot-mgold .lucky-number-desc {
    display: none;
}

.game-jackpot-mgold .number-scroller-cust {
    pointer-events: none;
}

.game-jackpot-mgold .btn-link {
    font-size: 14px;
    text-decoration: underline;
}

.game-jackpot-mgold .btn-cust-link {
    color: #495057;
    opacity: 1;
    transition: all ease 0.3s;
}

.game-jackpot-mgold .btn-cust-link:hover {
    opacity: 0.7;
    transition: all ease 0.3s;
}

.game-jackpot-mgold .step-label {
    font-size: 20px;
    background: #fbd698;
    width: 150px;
    margin: auto;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 10px;
}

.game-jackpot-mgold .game-header-desc {
    color: black;
}

.game-jackpot-mgold .game-header-desc {
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) { 
    .game-jackpot-mgold.content-fit {
        margin-top: 79px;
    }

    .game-jackpot-mgold .btn-block,
    .game-jackpot-mgold .btn-game-guide-wrapper .btn,
    .game-jackpot-mgold .cross-sell-banner .btn {
        width: 320px; 
    }

    .game-jackpot-mgold .btn-game-guide-wrapper {
        justify-content: space-around;
    }

    .game-jackpot-mgold .game-header-desc {
        margin-bottom: 50px;
    }
}


/* Hero Banner */
.game-jackpot-mgold .hero-banner-wrapper {
    position: relative;
}

.game-jackpot-mgold .hero-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center!important;
    height: 250px;
}

.game-jackpot-mgold .hero-banner-prize {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    height: 100%;
    right: 0;
    width: 60vw;
}

.game-jackpot-mgold .hero-banner-prize .hero-banner-prize-overlay {
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 70%;
    z-index: 0;
    background: white;
    opacity: 0.8;
}

.game-jackpot-mgold .hero-banner-prize .hero-banner-prize-overlay::before {
    content: '';
    position: absolute;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}


.game-jackpot-mgold .hero-banner-prize .hero-banner-prize-content {
    z-index: 1;
}

@media screen and (min-width: 992px) {
    .game-jackpot-mgold .hero-banner {
        height: 450px;
    }

    .game-jackpot-mgold .hero-banner-prize {
        width: 70vw;
    }

    .game-jackpot-mgold .hero-banner-prize .hero-banner-prize-overlay {
        width: 450px;
        height: 65%;
    }
    
    .game-jackpot-mgold .hero-banner-label {
        font-size: 20px;
    }

    .game-jackpot-mgold .hero-banner-title {
        font-size: 60px;
    }

    .game-jackpot-mgold .hero-banner-tnc {
        font-size: 14px;
    }
}

@media screen and (max-width: 340px) {
    .game-jackpot-mgold .hero-banner-prize {
        width: 70vw;
    }
}


/* Jackpot Gold Result */
.game-jackpot-mgold .jackpot-gold-result-wrapper {
    background: url(/Magnum4d/media/images/confetti-ribbon.png);
    /* background-color: #ffc20f; */
    width: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    height: 75px;
}


.game-jackpot-mgold .jackpot-gold-result {
    letter-spacing: 0.2rem;    
}

.game-jackpot-mgold .draw-date-wrapper {
    margin-top: -20px;
}

@media screen and (min-width: 992px) { 
    .game-jackpot-mgold .jackpot-gold-result-wrapper {
        width: 450px;
        height: 119px;
    }

    .game-jackpot-mgold .jackpot-gold-result {
        font-size: 30px;
        padding-top: 25px;
        letter-spacing: 0.5rem;
    }
    
    .game-jackpot-mgold .draw-date-wrapper {
        margin-top: -30px;
    }
}

/* Lottery Spin */
#section-lottery-spin {
    display: none;
}

.lottery-scene {
    position: relative;
    height: 250px;
}

#btn-lottery-roll {
    outline: 0;
    color: #454545;
    background-color: #ffc423;
    text-align: center;
    position: relative;
    /* top: 200px; */
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
    border: none;
    min-width: 200px;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer
}

#lottery {
    position: relative;
}

#ball-place {
    position: absolute;
    top: 200px;
    left: 40%;
}

.lottery-machine {
    position: absolute;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 160px;
    height: 160px;
}

.lottery-machine-canvas {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 23px;
    width: 160px;
    height: 160px;
    padding: 7px;
    border-radius: inherit;
    box-sizing: border-box;
    transition: opacity 0.7s;
}

.lottery-machine::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 23px;
    width: 160px;
    height: 160px;
    background-color: #fad99d70;
    border: 8px solid #f1852f;
    border-radius: inherit;
    box-sizing: border-box;
    transition: opacity 0.7s;
}

.lottery-machine.disabled .lottery-machine-canvas {
    opacity: 0;
    pointer-events: none;
}

.lottery-machine.disabled::after {
    opacity: 0;
    pointer-events: none;
}

.lottery-machine .lottery-lever {
    position: absolute;
    width: 57px;
    height: 6px;
    left: 119px;
    top: 194px;
    transition: transform 0.5s, left 0.75s;
    transform-origin: left center;
    background-color: black;
}

.lottery-machine .lottery-lever::before {
    content: '';
    height: 25px;
    width: 13px;
    background: #F1852F;
    position: absolute;
    right: 11px;
    top: -10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 1;
}

.lottery-machine .lottery-lever::after {
    content: '';
    height: 25px;
    width: 25px;
    background: #FAD99D;
    position: absolute;
    right: -1px;
    top: -10px;
    border-radius: 50px;
}

.lottery-machine .lottery-lever.hover {
    transform: rotate(-10deg);
}

.lottery-machine .lottery-lever.down {
    transform: rotate(15deg);
}

.lottery-machine .lottery-lever.animation {
    left: 133px;
}


.lottery-machine .lottery-right-door, .lottery-machine .lottery-left-door {
    position: absolute;
    /* background-image: url(https://svgur.com/i/DJ5.svg); */
    width: 40px;
    height: 35px;
    left: 79px;
    top: 180px;
    z-index: 4;
    transition: left 0.75s;
    border: 4px solid #f1852f;
    background-color: #fad99d;
}

.lottery-machine .lottery-right-door.animation, .lottery-machine .lottery-left-door.animation {
    left: 94px;
}

.lottery-machine .lottery-right-door {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lottery-machine .lottery-left-door {
    /* background-image: url('https://svgur.com/i/DHF.svg'); */
    left: 43px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.lottery-machine .lottery-left-door.animation {
    left: 25px;
}

.lottery-machine .lottery-ball {
    width: 20px;
    height: 20px;
    line-height: 1.375;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -48px;
    transition: bottom ease 0.7s;
    font-family: "Asap", sans-serif;
    font-weight: bold;
}

.lottery-machine .lottery-ball.invisible {
    opacity: 0;
}

.lottery-machine .lottery-ball.no-transition {
    transition: none;
}

.lottery-machine .lottery-hover-area {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    z-index: 5;
}

.lottery-ball.clone {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 1.375;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Asap", sans-serif;
    font-weight: bold;
}

.lottery-ball.clone.invisible {
    opacity: 0;
}

.lottery-ball.clone.no-transition {
    transition: none;
}


/* Your Number */
#section-latest-result {
    display: none;
}

#section-latest-result .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-latest-result #golden-number {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center;
    border: 3px solid black;
    border-radius: 50px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 40px;
    padding: 10px;
    width: 70px;
    height: 70px; */
}

#section-latest-result .icon-plus {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin: 0 30px;
}

/* Get Started */
.steps-wrapper {
    display: flex;
    margin-bottom: 10px;
    min-height: 120px
}

@media screen and (min-width: 992px) {
    .steps-wrapper {
        align-items: center;
        flex-direction: column;
        text-align: center
    }
}

/* Tabs */
#game-jackpot-gold .how-to-play-tabs {
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
}

#game-jackpot-gold .how-to-play-tabs.nav-tabs>li {
    font-size: 14px;
    display: block;
    margin: 0;
}

#game-jackpot-gold .how-to-play-tabs.nav-tabs>li:nth-child(-n + 2) {
    width: calc(100%/2);
    margin-bottom: 10px;
}

#game-jackpot-gold .how-to-play-tabs.nav-tabs>li:not(:nth-child(-n + 2)){
    width: calc(100%/5)
}

#game-mgold .how-to-play-tabs {
    display: flex;
    justify-content: space-between;
}

#game-mgold .how-to-play-tabs>li:first-child,
#game-mgold .how-to-play-tabs>li:last-child {
    margin: 0;
}

#game-mgold .how-to-play-tabs::before,
#game-mgold .how-to-play-tabs::after {
    display: none;
}

#game-mgold .nav-tabs>li {
    width: 100%;
}

#game-mgold .nav-tabs>li {
    width: 100%;
}

.game-jackpot-mgold .how-to-play-tabs {
    margin-right: -10px
}

.game-jackpot-mgold .how-to-play-tabs.nav-tabs>li>a {
    text-align: center;
    display: block;
    background: transparent;
    color: black;
    padding: 10px 2px;
    border: 1px solid#d0d0d0;
    margin-right: 10px
}

.game-jackpot-mgold #section-how-to-win .prize-amount-item,
.game-jackpot-mgold #section-ways-to-match .prize-amount-item {
    padding: 30px 10px;
    background: #ececec;
}

.how-to-play-tabs.nav-tabs>li.active>a, 
.how-to-play-tabs.nav-tabs>li>a:focus, 
.how-to-play-tabs.nav-tabs>li>a:hover, 
.how-to-play-tabs.nav-tabs>li.active>a:focus, 
.how-to-play-tabs.nav-tabs>li.active>a:hover {
    color: white;
    background: #ffc20f;
    border: 1px solid #ffc20f;
    font-weight: 900;
}

@media screen and (min-width: 992px) {
    #game-jackpot-gold .how-to-play-tabs.nav-tabs>li {
        width: calc(100%/7)!important;
        height: 100%;
    }

    .game-jackpot-mgold .how-to-play-tabs,
    .game-jackpot-mgold .tab-content,
    #section-ways-to-match {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Cross Sell */
.cross-sell-banner {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cross-sell-title {
    text-align: center;
    z-index: 1;
    width: 60%
}

.cross-sell-btn {
    display: flex;
    justify-content: space-between;
}

.cross-sell-btn .magnum-classic {
    background-color: #ffb800;
}

.cross-sell-btn .magnum-jackpot {
    background-color: #00a3e3;
}

.cross-sell-btn .magnum-life {
    background-color: #eb2020;
}

.cross-sell-btn a {
    padding: 20px;
    width: calc(100%/3 - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-weight: 900;
    text-decoration: none;
    font-size: 14px;
}

.cross-sell-btn a .cross-sell-btn-desc,
.cross-sell-btn a span {
    font-size: 14px;
    margin-top: 15px;
    display: none
}

.cross-sell-btn img {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .cross-sell-banner {
        height: 300px;
    }

    .cross-sell-title {
        font-size: 35px;
    }

    .cross-sell-btn img {
        width: inherit;
    }

    .cross-sell-btn a .cross-sell-btn-desc,
    .cross-sell-btn a span {
        display: block;
    }
}

/* Scroller overwrite */
.game-jackpot-mgold .number-scroller-cust .scroller-table {
    background-color: transparent;
}

.game-jackpot-mgold .number-scroller-cust .scroller-table .scroller{
    font-family: "Lato", sans-serif;
    font-weight: 900;
    border: 3px solid black;
    border-radius: 4px;
    font-size: 40px;
    padding: 0;
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    line-height: 70px !important;
    height: 48px !important;
    line-height: 48px !important;
    margin-left: -3px;
}

.game-jackpot-mgold .number-scroller-cust .scroller-span {
    width: 48px !important;
    height: 43px !important;
    line-height: 43px !important;
    font-size: 25px;
}

.game-jackpot-mgold .number-scroller-cust.number-round .scroller-table .scroller{
    border: 0;
}

.game-jackpot-mgold .scroller,
.game-jackpot-mgold .number-round {
    background: transparent;
    color: black;
    transition: all ease 0.75s;
}

.game-jackpot-mgold .scroller.active,
.game-jackpot-mgold .number-round.active {
    background:#F08122;
    color: white !important;
    transition: all ease 0.75s;
}

.game-jackpot-mgold #section-latest-result .scroller.active,
.game-jackpot-mgold #section-latest-result .number-round.active {
    background:white;
    color:#F08122 !important;
    transition: all ease 0.75s;
}

.game-jackpot-mgold .number-round.active .scroller {
    background: transparent;
    color: white !important;
    transition: all ease 0.75s;
}

.game-jackpot-mgold .scroller.deactive,
.game-jackpot-mgold .number-round.deactive {
    background: white;
    color: #ededed !important;
    transition: all ease 0.75s;
}

.game-jackpot-mgold .number-round.deactive .scroller {
    background: transparent;
    color: #ededed !important;
    transition: all ease 0.75s;
}

.game-jackpot-mgold .header-number-scroller-cust .scroller-table .scroller, 
.game-jackpot-mgold .number-scroller-cust .scroller-table .scroller, 
.game-jackpot-mgold .number404-scroller .scroller-table .scroller {
    border-radius: 0;
    height: 70px !important;
}

.game-jackpot-mgold .header-number-scroller-cust .scroller-span, 
.game-jackpot-mgold .number-scroller-cust .scroller-span, 
.game-jackpot-mgold .number404-scroller .scroller-span {
    height: 68px !important;
    line-height: 63px !important;
}

.game-jackpot-mgold .number-sm .header-number-scroller-cust .scroller-table .scroller, 
.game-jackpot-mgold .number-sm .number-scroller-cust .scroller-table .scroller, 
.game-jackpot-mgold .number-sm .number404-scroller .scroller-table .scroller {
    width: 50px !important;
}

.game-jackpot-mgold .number-sm .header-number-scroller-cust .scroller-span, 
.game-jackpot-mgold .number-sm .number-scroller-cust .scroller-span, 
.game-jackpot-mgold .number-sm .number404-scroller .scroller-span {
    width: 44px !important;
}

.game-jackpot-mgold .number-round {
    width: 70px;
}

.game-jackpot-mgold .number-round.header-number-scroller-cust .scroller-table .scroller, 
.game-jackpot-mgold .number-round.number-scroller-cust .scroller-table .scroller, 
.game-jackpot-mgold .number-round.number404-scroller .scroller-table .scroller {
    width: 25px !important;
    height: 63px !important;
    padding: 0px;
}

.game-jackpot-mgold .number-round.header-number-scroller-cust .scroller-span, 
.game-jackpot-mgold .number-round.number-scroller-cust .scroller-span, 
.game-jackpot-mgold .number-round.number404-scroller .scroller-span {
    width: 25px !important;
}

.game-jackpot-mgold .number-square {
    border-radius: 0;
    width: 52px;
    height: 70px;
    line-height: 65px;
    font-size: 28px;
    font-weight: 900;
    padding: 0;
    text-align: center;
}

.game-jackpot-mgold .number-circle {
    margin-right: 0px;
    letter-spacing: 4px;
    padding: 19px 13px;
    font-size: 26px;
    padding-right: -10px;
}

@media screen and (min-width: 992px) {
    .game-jackpot-mgold .number-round {
        width: 72px;
        height: 73px;
    }

    .game-jackpot-mgold .number-round.number-scroller-cust .scroller-table .scroller {
        margin-left: 0;
        width: 29px !important;
    }

    .game-jackpot-mgold .number-round .scroller-span {
        line-height: 53px !important;
    }

    .game-jackpot-mgold .number-scroller-cust .scroller-span {
        font-size: 30px;
    }

    .game-jackpot-mgold .number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-sm .header-number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-sm .number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-sm .number404-scroller .scroller-table .scroller {
        width: 55px !important;
    }

    .game-jackpot-mgold .number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-sm .header-number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-sm .number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-sm .number404-scroller .scroller-span {
        width: 50px !important;
    }

    .game-jackpot-mgold .number-round.header-number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-round.number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-round.number404-scroller .scroller-table .scroller {
        width: 25px !important;
        height: 63px !important;
        padding: 0px;
        margin-left: -4px;
    }

    .game-jackpot-mgold .number-round.header-number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-round.number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-round.number404-scroller .scroller-span {
        width: 25px !important;
    }

    .game-jackpot-mgold .number-square {
        width: 57px;
        line-height: 58px;
        font-size: 31px;
    }

    .game-jackpot-mgold .number-circle {
        letter-spacing: 3px;
        padding: 18px 13px;
        font-size: 31px;
    }
}

@media screen and (max-width: 380px) {
    .game-jackpot-mgold .number-sm .header-number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-sm .number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-sm .number404-scroller .scroller-table .scroller {
        width: 43px !important;
        height: 63px !important;
    }
    
    .game-jackpot-mgold .number-sm .header-number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-sm .number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-sm .number404-scroller .scroller-span {
        width: 36px !important;
        height: 60px !important;
        line-height: 57px !important;
    }
    
    .game-jackpot-mgold .number-round {
        width: 62px;
        height: 62px;
    }
    
    .game-jackpot-mgold .number-round.header-number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-round.number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-round.number404-scroller .scroller-table .scroller {
        width: 20px !important;
        height: 59px !important;
        padding: 0px;
    }
    
    .game-jackpot-mgold .number-round.header-number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-round.number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-round.number404-scroller .scroller-span {
        width: 20px !important;
    }

    .game-jackpot-mgold .number-square {
        width: 45px;
        height: 63px;
        line-height: 55px;
    }

    /* .game-jackpot-mgold .number-circle {
        margin-right: 0px;
        letter-spacing: 1px;
        padding: 13px 10px;
        font-size:  22px
    } */
}

@media screen and (max-width: 358px) {
    .game-jackpot-mgold .number-scroller-cust .scroller-span {
        font-size: 22px;
    }

    .game-jackpot-mgold .number-sm .header-number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-sm .number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-sm .number404-scroller .scroller-table .scroller {
        width: 37px !important;
        height: 57px !important;
    }
    
    .game-jackpot-mgold .number-sm .header-number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-sm .number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-sm .number404-scroller .scroller-span {
        width: 31px !important;
        height: 55px !important;
        line-height: 51px !important;
    }
    
    .game-jackpot-mgold .number-round {
        width: 55px;
        height: 55px;
    }

    .game-jackpot-mgold .number-round.header-number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-round.number-scroller-cust .scroller-table .scroller, 
    .game-jackpot-mgold .number-round.number404-scroller .scroller-table .scroller {
        width: 20px !important;
        height: 59px !important;
        padding: 0px;
    }
    
    .game-jackpot-mgold .number-round.header-number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-round.number-scroller-cust .scroller-span, 
    .game-jackpot-mgold .number-round.number404-scroller .scroller-span {
        width: 20px !important;
    }

    .game-jackpot-mgold .number-square {
        width: 39px;
        height: 57px;
        font-size: 22px;
        line-height: 50px;
    }

    .game-jackpot-mgold .number-circle {
        margin-right: 0px;
        letter-spacing: 1px;
        padding: 13px 10px;
        font-size:  22px
    }
}


/* Playslip overwrite */
.game-jackpot-mgold .playslip-ticket-block {
    background-color: #ececec;
}

.game-jackpot-mgold .image img {
    width: auto;
    height: 400px;
}

.game-jackpot-mgold .playslip-ticket-block::before,
.game-jackpot-mgold .playslip-ticket-block::after {
    display: none;
}

.game-jackpot-mgold .playslip-ticket-block .title,
.game-jackpot-mgold .playslip-ticket-block .description {
    color: black;
}

.game-jackpot-mgold .playslip-ticket-block .description::after {
    display: none;
}

/* Owl carousel overwrite */
.game-jackpot-mgold .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    border-radius: 0;
    border: 0;
    background-color: #D4D4D4;
    box-shadow: none;
    width: 33px;
    height: 4px;
}

.game-jackpot-mgold .owl-theme .owl-dots .owl-dot.active span, 
.game-jackpot-mgold .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #AEAEAE;
}

/* Draw Date */
#section-draw-date {
    justify-content: center;
}