/* Adds font-display: swap to the slick icon font (overrides slick-theme.css @font-face). */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-vendor/resources/fonts/slick.woff') format('woff'),
         url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-vendor/resources/fonts/slick.ttf') format('truetype');
}

.game-cta {
    padding: 30px 0;
}
.lattest-draw,
.next-draw,
.lotteries-jackpot {
    height: 170px;
} 

.lottery-wrapper.drawblock-loading {
    min-height: 170px;
}
.drawblock-skeleton-col {
    flex: 1;
    height: 170px;
    border-radius: 8px;
    background-color: #ffffff;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 25%,
        rgba(0, 0, 0, 0.035) 37%,
        rgba(0, 0, 0, 0) 63%
    );
    background-size: 400% 100%;
    box-shadow: 0 2px 6px 0 #ececec;
    animation: drawblock-skeleton-shimmer 1.6s ease infinite;
}
@keyframes drawblock-skeleton-shimmer {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}
/* Lotteries */

.lottery-wrapper {
    gap: 20px;
    margin: 0;
}

.next-draw-col, .latest-draw-col, .jackpot-col {
    flex: 1;
    min-width: 0; 
}

.lotteries-jackpot {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 #E3E3E3;
    text-align: center;
    margin: auto;
    border-radius: 4px; 
}

.lotteries-jackpot .jackpot-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 16.36px;
    text-align: center;
    margin-bottom: -1px;
}

.jackpot-total {
    width: -moz-min-content;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    padding: 0px 16px;
    color: #fff;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 40px !important; /* 125% */
    border-radius: 6px;
}

.lotteries-jackpot .imagesuperloto {
    height: 50px;
    width: 103px;
    margin: 0 auto 15px auto;
}

.lotteries-jackpot .imagesaysal {
    height: 50px;
    width: 104px;
    margin: 0 auto 15px auto;
}

.lotteries-jackpot .imageevkazan {
    height: 70px;
    width: 69px;
    margin: 0 auto 15px auto;
}

.lotteries-jackpot .imagesanstopu {
    height: 52px;
    width: 90px;
    margin: 0 auto 15px auto;
}

.lotteries-jackpot .imageshon {
    height: 69px;
    margin: 0 auto 20px auto;
}

.lotteries-jackpot .imageonnumara {
    max-width: 277px;
    max-height: 69px;
}

.lotteries-jackpot p {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 0;
}

.lot-title {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    padding-top: 17px;
}

.lotteries-darkpurple .lattest-draw .lot-title {
    padding-top: 5px;
}
.lotteries-darkpurple .lattest-draw .draw-date {
    margin-bottom: 7px;
}
.message.missing-next-draw {
    display: inline-block;
    margin: 0 auto;
    padding: 57px 10px;
    color: #383838;
    font-size: 18px;
    line-height: 29.58px;
    font-weight: 500;
}

/* Lotteries for Saysal Loto - or for orange color */

.lotteries-orange .jackpot-title {
    color: #C70225;
    font-family: DM Sans Medium;
}
.lotteries-orange .jackpot-total {
    color: #C70225;
    background: #FDF0F2;
    font-family: DM Sans Medium;
}

.lotteries-orange .numbers-container span {
    background: #EA0029;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}

.lotteries-orange .lotteries-entry .btn-bg-primary {
    background: #EA0029;
}

.lotteries-orange .filter-shadow path {
    stroke: #EA0029;
}

.lotteries-orange .lot-title {
    color: #EA0029;
    font-family: DM Sans Medium;
}

.lotteries-orange .lattest-draw .btn-default {
    color: #EA0029;
}

.lotteries-orange .btn-default svg polyline {
    stroke: #EA0029;
}

.lotteries-orange .lattest-draw .numbers-container span:nth-child(8){
    height: 30px;
    width: 30px;
    background-color: #FFE103;
    color:black;
}

.lotteries-orange  .numbers-container {
    padding-bottom: 10px;
    padding-top: 6px;
}


/* Lotteries for Milli Piyango - or for blue color */

.lotteries-blue .jackpot-title, .lotteries-blue .jackpot-total {
    color: #23AAE2;
}

.lotteries-blue .numbers-container span {
    background: #23AAE2;
    color: #fff;
}

.lotteries-blue .lotteries-entry .btn-bg-primary {
    background: #23AAE2;
}

.lotteries-blue .filter-shadow path {
    stroke: #23AAE2;
}

.lotteries-blue .lotteries-jackpot img {
    height: 70px;
    width: 156px;
}

.lotteries-blue .lot-title {
    color: #23AAE2;
    font-family: DM Sans Medium;
}

.lotteries-blue .lattest-draw .btn-default {
    color: #23AAE2;
    margin: 10px 0 0 0;
    padding-top: 7px;
}

.lotteries-blue .btn-default svg polyline {
    stroke: #23AAE2;
}

/* Lotteries for Super Loto - or for violet color */

.lotteries-violet .jackpot-title {
    color: #FF5100;
    font-family: DM Sans Medium;
}
.lotteries-violet .jackpot-total {
    color: #FF5100;
    background: #FFF6E9;
    font-family: DM Sans Medium;

}

.lotteries-violet .numbers-container span {
    background: #FF5100;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;

}

.lotteries-violet .lotteries-entry .btn-bg-primary {
    background: #FF5100;
}

.lotteries-violet .filter-shadow path {
    stroke: #FF5100;
}

.lotteries-violet .lot-title {
    color: #FF5100;
    font-family: DM Sans Medium;
}

.lotteries-violet .lattest-draw .btn-default {
    color: #FF5100;
}

.lotteries-violet .btn-default svg polyline {
    stroke: #FF5100;
}
/* Lotteries for Ev Kazan - or for green color */
.lotteries-green .jackpot-title, .lotteries-green .jackpot-total {
    color: #00B2BF;
    font-family: DM Sans Medium;
}
.lotteries-green .jackpot-title {
    margin-top: 10px;
}
.lotteries-green .numbers-container span {
    background: #00B2BF;
    color: #fff;
}

.lotteries-green .lotteries-entry .btn-bg-primary {
    background: #00B2BF;
}

.lotteries-green .filter-shadow path {
    stroke: #00B2BF;
}

.lotteries-green .lot-title {
    color: #00B2BF;
    font-family: DM Sans Medium;
}

.lotteries-green .lattest-draw .btn-default {
    margin: 15px 0;
    color: #00B2BF;
    font-family: "DM Sans Medium";
}

.lotteries-green .btn-default svg polyline {
    stroke: #00B2BF;
}
/* Lottery Sans Topu */
.lotteries-lightpurple .jackpot-title {
    color: #E10098;
    font-family: DM Sans Medium;
}

.lotteries-lightpurple .jackpot-total {
    color: #E10098;
    background: #FFF0FA;
    font-family: DM Sans Medium;
}
.lotteries-lightpurple .numbers-container span {
    background: #E10098;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;

}
.lotteries-lightpurple .numbers-container {
    padding-bottom: 8px;
    padding-top: 4px;
}
.lotteries-lightpurple .lattest-draw .numbers-container span:nth-child(6) {
    background-color: #169AD6;
}
.lotteries-lightpurple .lotteries-entry .btn-bg-primary {
    background: #E10098;
}

.lotteries-lightpurple .filter-shadow path {
    stroke: #E10098;
}

.lotteries-lightpurple .lot-title {
    color: #E10098;
    font-family: DM Sans Medium;
}

.lotteries-lightpurple .lattest-draw .btn-default {
    margin: 12px 0;
    color: #E10098;
}

.lotteries-lightpurple .btn-default svg polyline {
    stroke: #E10098;
}

/* Lottery Hizli Numara - lotteries  dark purple  */

.lotteries-darkpurple .jackpot-title {
    color: #722189;
    font-family: DM Sans Medium;
}
.lotteries-darkpurple .jackpot-total {
    color: #722189;
    font-family: DM Sans Medium;
    background: #FCF5AF;
}
.lotteries-darkpurple .numbers-container span {
    background: #F6DE5A;
    color: #722189;
}
.lotteries-darkpurple .numbers-container {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
    row-gap: 1px;
    padding-bottom: 0;
    margin: 5px auto;
    max-width: 224px;
}


.lotteries-darkpurple .lotteries-entry .btn-bg-primary {
    background: #722189;
}

.lotteries-darkpurple .filter-shadow path {
    stroke: #722189;
}

.lotteries-darkpurple .lot-title {
    color: #722189;
    font-family: DM Sans Medium;
}

.lotteries-darkpurple .lattest-draw .btn-default {
    margin: 0 0;
    color: #722189;
    font-family: "DM Sans Medium";
}

.lotteries-darkpurple .btn-default svg polyline {
    stroke: #722189;
}

.lotteries-darkpurple .numbers-container span {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
}
.lotteries-darkpurple .numbers-container div:nth-child(3){
    margin-left: -113px;
}

.lotteries-darkpurple .lattest-draw .numbers-container span:nth-child(7), .lotteries-darkpurple .lattest-draw .numbers-container span:nth-child(8){
    background: #F6DE5A;
}

/*
Game Time
*/
.days-time-dr, .hours-time-dr, .minutes-time-dr, .seconds-time-dr {
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.time-area-dr {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    bottom: -5px;
}

.flip-card-dr {
    width: 52px;
    height: 45px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    border-radius: .1em;
    font-family: DM Sans;
    font-size: 26.832px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.832px; /* 100% */
}

.top-dr,
.bottom-dr,
.flip-card-dr .top-flip-dr,
.flip-card-dr .bottom-flip-dr {
    height: .75em;
    line-height: 23px;
    padding: 11px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    font-size: 28px;
}

.flip-card-dr.lrg {
    width: 69px;
    height: 56px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.14);
    border-radius: .1em;
    font-family: DM Sans;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.832px; /* 100% */
}

.top-dr.lrg,
.bottom-dr.lrg,
.flip-card-dr.lrg .top-flip-dr.lrg,
.flip-card-dr.lrg .bottom-flip-dr.lrg {
    height: .75em;
    line-height: 29px;
    padding: 14px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
}

.top-dr,
.flip-card-dr .top-flip-dr {
    display: flex;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.bottom-dr,
.flip-card-dr .bottom-flip-dr {
    display: flex;
    align-items: flex-end;
    border-radius: 5px;
}

.flip-card-dr .top-flip-dr {
    position: absolute;
    width: 100%;
    animation: flip-top 250ms ease-in;
    transform-origin: bottom;
}

@keyframes flip-top {
    100% {
        transform: rotateX(90deg);
    }
}

.flip-card-dr .bottom-flip-dr {
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: flip-bottom 250ms ease-out 250ms;
    transform-origin: top;
    transform: rotateX(90deg);
}

@keyframes flip-bottom {
    100% {
        transform: rotateX(0deg);
    }
}

.game-cta .time-fields {
    display: flex;
    color: #383838;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-family: DM Sans Medium;
    line-height: 20.047px; /* 143.191% */
    margin-top: 7px;
}
.lotteries-purple .lot-title {
    color: #9038A6;
    font-family: DM Sans Medium;
}
.lotteries-purple .lattest-draw .lot-title {
    padding-top: 5px;
}
.lotteries-purple .lattest-draw .draw-date {
    margin-bottom: 5px;
}
.lotteries-purple .lattest-draw .numbers-container {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
    row-gap: 1px;
    padding-bottom: 0;
    margin: 5px auto;
    max-width: 224px;
}
.lotteries-purple .jackpot-title {
    color: #9038A6;
}
.lotteries-purple .lattest-draw .btn-default {
    color: #9038A6;
    font-family: "DM Sans Medium";
}
.lotteries-purple .btn-default svg polyline {
    stroke: #9038A6;
}
.lotteries-purple .lattest-draw .numbers-container span {
    background: #A25EB5;
    color: #FFFFFF;
    margin-bottom: 2px;
}
.lotteries-purple .lattest-draw .numbers-container span:nth-child(7),.lotteries-purple .lattest-draw .numbers-container span:nth-child(8) {
    background: #A25EB5;
}
.lotteries-purple .jackpot-total {
    background: #F8E7FD;
    color: #9038A6;
    font-family: DM Sans Medium;
}


.db-lotteries-purple {
    background-color: #A25EB5;
}
.db-lotteries-orange {
    background-color: #FF5100;
}
.db-lotteries-violet {
    background-color: #E10098;
}
.db-lotteries-blue {
    background-color: #23AAE2;
}
.db-lotteries-green {
    background-color: #00B2BF;
}
.db-lotteries-darkpurple {
    background-color: #722189;
}
.db-lotteries-red {
    background-color: #EA0029;
}
.db-lotteries-purple .db-next-draw-md .number, .db-lotteries-purple .db-next-draw .number {
    color: #6A257D;
}
.db-lotteries-orange .db-next-draw-md .number, .db-lotteries-orange .db-next-draw .number {
    color: #D44503;
}
.db-lotteries-blue .db-next-draw-md .number, .db-lotteries-blue .db-next-draw .number {
    color: #0173B9;
}
.db-lotteries-violet .db-next-draw-md .number, .db-lotteries-violet .db-next-draw .number {
    color: #B12684;
}
.db-lotteries-green .db-next-draw-md .number, .db-lotteries-green .db-next-draw .number {
    color: #007F89;
}
.db-lotteries-darkpurple .db-next-draw-md .number, .db-lotteries-darkpurple .db-next-draw .number {
    color: #4B1B59;
}
.db-lotteries-red .db-next-draw-md .number, .db-lotteries-red .db-next-draw .number {
    color: #96142B;
}
.db-lotteries-orange .db-lotteries-jackpot > * {
    color: #D44503;
}
.db-lotteries-blue .db-lotteries-jackpot > * {
    color: #0173B9;
}
.db-lotteries-purple .db-lotteries-jackpot > * {
    color: #6A257D;
}
.db-lotteries-violet .db-lotteries-jackpot > * {
    color: #B12684;
}
.db-lotteries-green .db-lotteries-jackpot > * {
    color: #007F89;
}
.db-lotteries-darkpurple .db-lotteries-jackpot > * {
    color: #4B1B59;
}
.db-lotteries-red .db-lotteries-jackpot > * {
    color: #C70225;
}

.db-next-draw {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.db-next-draw-md {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 29px;
    left: 60%;
    width: 40%;
}
.db-next-draw .db-draw-date {
    font-family: 'DM SANS';
    font-weight: 400;
    font-size: 20px;
    line-height: 18.74px;
    text-align: center;
    color: #F3F3F3;
}
.db-next-draw-md .db-draw-date {
    font-family: 'DM SANS';
    font-weight: 500;
    font-size: 21px;
    line-height: 26.83px;
    text-align: center;
    color: #F3F3F3;
    margin-top: 4px;
    margin-right: 4px;
}
.db-next-draw-md .db-lot-title{
    width: 155px;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    overflow-y: hidden;
    white-space: normal;
}
.db-next-draw-md .db-time-labels {
    font-size: 10px;
    margin-top: 5px;
    color: #4F4F4F;
    letter-spacing: 1px;
    margin-bottom: 17px;
}
.db-next-draw .db-time-labels {
    font-size: 10px;
    margin-top: 5px;
    color: #4F4F4F;
    letter-spacing: 1px;
    margin-bottom: 17px;
}
.db-next-draw .box-labels {
    display: flex;
    justify-content: center;
    font-family: "DM SANS";
    font-weight: 700;
    font-size: 17.66px;
    line-height: 35.31px;
    color: #F3F3F3;
}
.db-next-draw-md .box-labels {
    display: flex;
    justify-content: center;
    font-family: "DM SANS";
    font-weight: 700;
    font-size: 14px;
    line-height: 20.05px;
    color: #F3F3F3;
}
.db-draw-time {
    width: 235px;
    height: 92.5px;
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    bottom: 10px;
}
.db-next-draw-md .db-draw-time {
    width: 178.4px;
    height: 68.78px;
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    bottom: 10px;
}
.db-next-draw .box-top {
    position: relative;
    width: 69.01px;
    height: 28.25px;
    border-radius: 5px;
    bottom: 0.5px;
    transition: transform 0.5s, background-color 0.5s;
}
.db-next-draw-md .box-top {
    position: relative;
    width: 52.43px;
    height: 21.47px;
    border-radius: 5px;
    bottom: 0.5px;
    transition: transform 0.5s, background-color 0.5s;
}
.db-next-draw .box-bottom {
    position: relative;
    width: 69.01px;
    height: 28.25px;
    border-radius: 5px;
    transition: transform 0.5s, background-color 0.5s;
}
.db-next-draw-md .number {
    position: absolute;
    font-weight: 700;
    top: 13%;
    left: 23%;
    width: 28.7px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26.83px;
}
.db-next-draw .number {
    position: absolute;
    font-weight: 700;
    top: 11%;
    left: 11%;
    width: 54px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35.31px;
}
.db-next-draw-md .box-bottom {
    position: relative;
    width: 52.43px;
    height: 21.47px;
    border-radius: 5px;
    transition: transform 0.5s, background-color 0.5s;
}
.db-days, .db-hours, .db-minutes {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.db-mp-flip {
    color: #23AAE2;
    background: #F6FCFF;
    font-family: DM Sans Medium;
}

.db-on-flip {
    color: #722189;
    background: #F8E7FD;
    font-family: DM Sans Medium;
}

.db-st-flip {
    color: #E10098;
    background: #FFF0FA;
    font-family: DM Sans Medium;
}

.db-sl-flip {
    color: #C70225;
    background: #FDF0F2;
    font-family: DM Sans Medium;
}

.db-superloto-flip {
    color: #FF5100;
    background: #FFF6E9;
    font-family: DM Sans Medium;
}
.db-hon-flip {
    color: #722189;
    background: #FCF5AF;
    font-family: DM Sans Medium;
}
/* Next Draw */
.next-draw {
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 0 #E3E3E3;
    border-radius: 4px;
}
.draw-date {
    opacity: 1;
    color: #4F4F4F;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}
.lotteries-lightpurple .draw-date {
    opacity: 1;
}
.draw-date span {
    font-family: DM Sans Medium;
}
.draw-time span {
    width: 60px;
    position: relative;
    font-size: 26px;
    display: inline-flex;
    justify-content: center;
    border-radius: 3.75px;
    padding: 7px 10px;
    margin-right: 8px;
    font-weight: 500;
    font-family: DM Sans Medium;
}
.time-labels {
    font-size: 10px;
    margin-top: 7px;
    color: #4F4F4F;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    padding-bottom: 17px;
}
.time-labels span {
    width: 60px;
    display: inline-flex;
    margin-right: 8px;
    justify-content: center;
}
/* Latest  Draw */
.lattest-draw {
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 0 #E3E3E3;
    border-radius: 4px;
}
.lattest-draw .btn-default {
    display: block;
    position: relative;
    margin: 7px 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-transform: initial;
}
.filter-shadow {
    position: absolute;
    width: 129%;
    height: 130%;
    left: -8px;
    top: -9px;
}
.ticket-numbers {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    padding: 5px 10px;
    color: #383838;
    font-size: 26px;
    line-height: 29.58px;
    font-weight: 500;
}
.numbers-container {
    padding-bottom: 15px;
}
.numbers-container span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    margin: 2px;
}
.lattest-draw .numbers-container span:nth-child(7), .lattest-draw .numbers-container span:nth-child(8), .lotteries-lightpurple .numbers-container span:nth-child(6) {
    position: relative;
    background-color: #169AD6;
}
.numbers-container span:nth-child(7):after, .numbers-container span:nth-child(8):after, .lotteries-lightpurple .numbers-container span:nth-child(6):after, .lotteries-lightpurple .numbers-container span:nth-child(6):after {
    position: absolute;
    width: 50px;
    color: black;
    top: -16px;
    left: -10px;
    font-size: 8px;
    font-weight: 500;
    line-height: 16px;
}
span:nth-child(6):after, .lotteries-lightpurple .numbers-container span:nth-child(6):after {
    top: -14px;
}
.numbers-container span:nth-child(7):after {
    content: attr(data-content);
}
.numbers-container span:nth-child(8):after {
    content: attr(data-content);
}
.lotteries-lightpurple .numbers-container span:nth-child(6):after {
    content: attr(data-content);
}
.play-btn {
    display: none;
}

/* Tablet and mobile */
@media (max-width: 979.98px) {
    .game-cta {
        display: block;
    }
    .lattest-draw,
    .next-draw {
        height: initial;
    }
    div[class^="row lotteries"] div:nth-child(2) {
        order: 3;
    }
    .lattest-draw,
    .lotteries-jackpot,
    .next-draw {
        background-color: #FFFFFF;
        box-shadow: none;
        border-radius: 0;
    }
    .lattest-draw {
        padding-top: 20px;
    }
    .lotteries-jackpot .jackpot-title {
        padding-bottom: 12px;
    }
    .lotteries-orange .lotteries-jackpot {
        padding: 7px 0;
        border-radius: 6px 6px 0 0;
        background-color: #EA0029;
    }
    .lotteries-orange .btn-default svg polyline {
        stroke: #23AAE2;
    }
    .lotteries-violet .btn-default svg polyline {
        stroke: #23AAE2;
    }
    .lotteries-green .btn-default svg polyline {
        stroke: #23AAE2;
    }
    .lotteries-orange .lotteries-jackpot p {
        opacity: 1;
        background-color: #fff;
        color: #EA0029 !important;
    }
    .lotteries-green .lotteries-jackpot {
        padding: 7px 0;
        border-radius: 6px 6px 0 0;
        background-color: #EA0029;
    }
    .lotteries-green .btn-default svg polyline {
        stroke: #23AAE2;
    }
    .lattest-draw .btn-default {
        color: #23AAE2 !important;
    }
    .lotteries-blue .lotteries-jackpot {
        padding: 7px 0;
        border-radius: 6px 6px 0 0;
        background-color: #23AAE2;
    }
    .lotteries-blue .lotteries-jackpot p {
        background-color: #fff;
        color: #23AAE2 !important;
    }

    .lotteries-blue .lattest-draw .btn-default {
        border-top: none;
    }

    .lotteries-violet .lotteries-jackpot {
        padding: 7px 0;
        border-radius: 6px 6px 0 0;
        background-color: #FF9500;
    }
    .lotteries-green .lotteries-jackpot {
        padding: 7px 0;
        border-radius: 6px 6px 0 0;
        background-color: #00B2BF;
    }
    .lotteries-violet .lotteries-jackpot p {
        opacity: 1;
        background-color: #fff;
        color: #FF5100 !important;
    }
    .lotteries-green .lotteries-jackpot p {
        opacity: 1;
        background-color: #fff;
        color: #00B2BF !important;
    }
    .numbers-container {
        border-bottom: 0;
    }
    .jackpot-title {
        padding-top: 15px;
    }
    .jackpot-total {
        padding-bottom: 10px;
    }
    .lattest-draw .btn-default {
        margin: 0;
        padding-bottom: 20px;
    }
    .lot-title {
        padding-top: 15px;
        margin: 0 20px;
        border-top: 1px solid;
    }
    .lotteries-blue .lattest-draw .lot-title {
        border-top: 0;
    }
    .play-btn {
        display: block;
        width: 100%;
        padding: 20px;
        opacity: 0.96;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.22px;
        line-height: 24.36px;
        text-align: center;
        border: 0;
        border-radius: 0 0 6.96px 6.96px;
    }
    .lotteries-orange .play-btn {
        background-color: #EA0029;
    }
    .lotteries-blue .play-btn {
        background-color: #23AAE2;
    }
    .lotteries-violet .play-btn {
        background-color: #FF9500;
    }
    .lotteries-green .play-btn {
        background-color: #00B2BF;
    }

    .lotteries-jackpot p {
        font-size: 40px;
        line-height: 20px !important;
    }
    .dnone-mob {
        display:none;
    }
}

.mobile-image {
    margin-left: 0px !important;
    width: 100% !important;
}

.desktop-image {
    margin-left:70px;
}

