body {
    font-family: 'Roboto', sans-serif;
    background: url(../images/bg.jpg) no-repeat top left #f5f5f5;
}

a {
    color: #2d523a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #2d523a;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.smallprint {
    font-size: 10px;
    opacity: 0.7;
    line-height: 1.3em;
}

.bg-green {
    background: #3e7150;
}

.bg-dark {
    background-color: #2d523a !important;
}

.bg-yellow {
    background: #f4d80c;
}

.iconGreen {
    color: #3e7150;
}

.iconYellow {
    color: #f4d80c;
}

.alert-success {
    color: #0f5132;
    background-color: #d9efd4;
    border-color: #d9efd4;
}

.badge.bg-yellow img {
    width: 12px;
    height: 12px;
    margin-top: -4px;
    margin-right: 6px;
}

.text-green {
    color: #2d523a !important;
}

.text-grey {
    color: #3c3c3c !important;
}

/*** NAVBAR ***/
nav.navbar {
    background: #3e7150;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

nav.navbar a:hover {
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .95);
    font-size: 0.9em;
    font-weight: 700;
}

nav.navbar img.logo {
    width: 170px;
}

nav li.nav-item.selected a.nav-link {
    background: #2d523a;
    border-radius: 5px;
}

nav li.nav-item a.nav-link:hover {
    background: #2d523a;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
}

nav button.navbar-toggler {
    padding: 0 10px;
    border: none;
}

nav .dropdown-menu {
    color: #fff;
    background-color: #2d523a;
}

nav .dropdown-item {
    color: #fff;
}

nav .dropdown-item:focus,
nav .dropdown-item:hover {
    color: #fff;
    background-color: #2d523a;
}

nav .countryIconMobile {
    display: none;
}

.mobIcons p {
    font-size: 12px;
}

.mobIcons {
    background: #2d523a;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
    padding: 10px 0;
}

.mobIcons a {
    color: #fff;
}

.navbar-nav .dropdown-menu img {
    margin: 0 8px 0 0;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #2d523a;
}

.navbar-collapse hr {
    margin: 8px 0;
    background-color: #5e9371;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 992px) {
    nav li.nav-item.selected a.nav-link {
        background: transparent;
    }

    nav .countryIconMobile {
        display: block;
    }

    nav .countryIconDesktop {
        display: none;
    }

    nav.navbar img.logo {
        max-width: 140px;
    }
}



/*** BUTTONS ***/
.btn-primary {
    /* Created with https://www.css-gradient.com */
    background: #3164D3;
    background: -webkit-linear-gradient(top left, #3164D3, #113687);
    background: -moz-linear-gradient(top left, #3164D3, #113687);
    background: linear-gradient(to bottom right, #3164D3, #113687);
}

.btn-gold {
    /* Created with https://www.css-gradient.com */
    background: #EBB800;
    background: -webkit-linear-gradient(top left, #EBB800, #C28702);
    background: -moz-linear-gradient(top left, #EBB800, #C28702);
    background: linear-gradient(to bottom right, #EBB800, #C28702);
    border-color: #EBB800;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 40%);
}

.btn-gold:hover,
.btn-gold:active {
    background: #EBB800;
    border-color: #EBB800;
    text-shadow: none;
}

.btn:hover {
    text-decoration: none;
}

/* Custom .btn-xs class */
.btn-xs {
    padding: 0.25rem 0.5rem;
    /* Adjust padding to your liking */
    font-size: 0.75rem;
    /* Smaller font size */
    line-height: 1.5;
    border-radius: 0.2rem;
    /* Adjust border radius if necessary */
}



section.headline {
    background: #2d523a;
    color: #fff;
}

section.headline h1 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 700;
    margin: 10px 0;
}

@media (max-width: 990px) {

    section.headline h1 {
        font-size: 1em;
    }

}






section#nextOffMobileWrap {
    background: #292929;
}

section#nextOffMobileWrap .swiper-slide {
    background: #c2c2c2;
    color: #3b3b3b;
}

section#nextOffMobileWrap .swiper .swiper-button-next,
section#nextOffMobileWrap .swiper .swiper-rtl .swiper-button-prev {
    height: 30px;
    width: 15px;
}

section#nextOffMobileWrap .swiper .swiper-button-prev,
section#nextOffMobileWrap .swiper .swiper-rtl .swiper-button-next {
    height: 30px;
    width: 15px;
}

.swiperNextOffMob img.rounded {
    max-width: 40px;
    margin: 10px;
}

.swiperNextOffMob .badgeYellow {
    font-size: 10px;
}

.swiperNextOffMob .swiper-slide {
    background: #ffffff;
    border-radius: 7px;
    border: solid 1px #dee2e6;
}

.swiper.swiperHomeHero {}

@media (max-width: 990px) {
    .swiperNextOffMob .swiper-slide p {
        font-size: 11px;
    }
}



#fixed-countdown {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    background: #2d523a;
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

img.footer-menu {
    margin: auto;
    height: 20px;
    margin-bottom: 4px;
}

#fixed-countdown p {
    font-size: 10px;
    margin: 2px 0 0 0;
}

#fixed-countdown p a {
    color: #fff;
}

.pulse-background {
    position: relative;
    overflow: hidden;
}

.pulse-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    animation: betwayShimmer 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes betwayShimmer {
    0%   { left: -60%; }
    100% { left: 160%; }
}

@media (max-width: 990px) {

    #fixed-countdown {
        display: block;
    }

}




#quickLinksMob .list-group-item {
    padding: 0.5rem;
    font-size: 0.9rem;
}

#quickLinksMob span.badge {
    padding: 6px 8px;
    border-radius: 26px;
}


.badgeYellow {
    background: #f4d80c;
    color: #2d523a;
}

div.timer {
    display: inline;
}



.nav-tabs .nav-link {
    color: #3d7250;
}

@media (max-width: 600px) {
    .nav-tabs .nav-link {
        padding: .5rem .75rem;
    }
}


div.tabsWrap {
    background: white;
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
    border-radius: 0 0 4px 4px;
    padding: 10px;
}

.nav-pills .nav-link {
    color: #3d7250;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #3d7250;
}

img.odds-logo {
    border-radius: 100px;
}

table.table img.odds-logo {
    max-width: 75px;
    border-radius: 5px;
}

#bookmakerTabs h4 {
    font-size: 1.2em;
}

#bookmakerTabs thead.table-secondary {
    font-size: 85%;
}

#oddsTabs thead.table-secondary {
    font-size: 85%;
}

/* Custom padding for the pills */
.nav-pills .nav-link {
    padding: 0.5rem 0.75rem;
}

@media (max-width: 576px) {
    .nav-pills .nav-link {
        padding: 0.45rem 0.65rem;
        font-size: 0.85rem;
    }
}



#compactOdds {
    background: linear-gradient(325deg, rgba(255, 241, 141, 1) 0%, rgba(244, 216, 12, 1) 100%);
    border: none;
}

#compactOdds h3 {
    color: #2d523a;
    text-shadow: 1px 1px 1px white;
}

#compactOdds .nav-tabs .nav-link {
    font-size: 13px;
}

#compactOdds thead th {
    font-size: 12px;
}


/*** BOOKMAKER REVIEW TABLE ***/

.bookmakerWrap {
    background: #fff;
    padding: 10px;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border: solid 1px #ddd;
}

.bookmakerWrap:hover {
    background: linear-gradient(#fff, #ddd);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.bookmakerWrap .text-muted {
    margin-bottom: 0;
}

.bookmakerWrap h5 {
    margin-bottom: 0;
    padding: 5px 0 0 0;
    font-weight: 700;
    text-transform: capitalize;
}

.bookmakerWrap .offerAddon {
    margin: 0;
}

.bookmakerWrap .underLink {
    font-size: 12px;
    padding: 8px 0;
    margin: 0;
}

p.bookmakerScore {
    padding: 10px 0 0 0;
    margin: 0;
}

.bookmakerWrap p.smallprint {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.75);
}

.bookmakerWrap .bookmakerAward {
    color: #188753;
}

.bookmakerWrap .bookmakerLogo {
    border-radius: 20px;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}

.bookmakerWrap .claimButton {
    width: 100%;
}

.bookmakerWrap.recommendedBookmaker {
    background-image: linear-gradient(15deg, #ffffff 0%, #efcb8b 90%);
    border: solid 1px #efcb8a;
}

.bookmakerWrap.recommendedBookmaker:hover {
    background-image: none;
    border: solid 1px #efcb8a;
    background-color: #efcb8a;
}


@media (max-width: 990px) {

    .bookmakerWrap {
        padding: 15px;
    }

    .bookmakerWrap .bookmakerLogo {
        padding-top: 0;
    }

    .bookmakerWrap .claimButton {
        margin-top: 0;
        width: 100%;
    }

    .bookmakerWrap p.smallprint {
        padding: 0;
    }

}


@media (max-width: 767px) {
    .bookmakerWrap .bookmakerLogo {
        max-width: 120px;
    }
}

@media (min-width: 1200px) {
    .bookmakerWrap .bookmakerLogo {
        max-width: 100px;
    }
}




/*** INDIVIDUAL LOTTO PAGE ***/

#lottoProfileHead {
    height: 300px;
}

#lottoProfile {
    margin-top: -100px;
}

#lottoProfile img.lottoProfileThumb {
    border-radius: 100px;
    border: solid 2px #fff;
    max-width: 200px;
}

#lottoProfile .breadcrumb {
    display: inline-flex;
}

.btn.btn-block {
    width: 100%;
}

@media (max-width: 990px) {

    #lottoProfileHead {
        height: 200px;
    }

    #lottoProfile img.lottoProfileThumb {
        max-width: 140px;
    }

    #lottoProfile {
        margin-top: -70px;
    }

}






/*** SWIPER SLIDER ****/
.swiperNextOff .swiper .swiper-slide {
    background: #fff;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    color: #fff;
    background: #3a3a3a;
    border-radius: 5px;
    width: 18px;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    font-size: 18px;
}

.swiper .swiper-button-next,
.swiper .swiper-rtl .swiper-button-prev {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.swiper .swiper-button-prev,
.swiper .swiper-rtl .swiper-button-next {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.swiperNextOff .swiper-slide .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f4d80c;
    color: #2d523a;
}

.swiper div.timer {
    display: inline;
}

.swiperResultsNextOff .badgeYellow {
    font-size: 10px;
    float: right;
}



h2.xl {
    font-size: 2.5rem;
}

.mobIconsGradient p {
    font-size: 12px;
}

.mobIconsGradient {
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
    padding: 10px 0;
    background: rgb(64, 113, 81);
    background: linear-gradient(180deg, rgba(64, 113, 81, 1) 0%, rgb(41 114 78) 100%)
}

.mobIconsGradient .flag {
    max-width: 20px;
}

.mobIconsGradient a {
    color: #fff;
}


.swiperHomeHero .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.swiperHomeHero .swiper-slide .card {
    flex: 1;
}

.swiper-pagination {
    height: 20px
}

span.swiper-pagination-bullet {
    width: 35px;
    border-radius: 0;
    height: 4px;
}

.swiper-pagination-bullet-active {
    background: #00172e !important;
}


/* CLS FIX **/
@media (min-width: 1024px) {
    .swiper-slide {
        flex: 0 0 calc((100% - (3 * 7px)) / 4);
        /* Calculate width for 4 slides */
        margin-right: 7px;
        /* Space between slides */
    }

    /* Remove margin from the last slide in each row */
    .swiper-slide:nth-child(4n) {
        margin-right: 0;
    }
}



/***** BOOKMAKER CARDS *****/
.bookmakerOffersCards h4.card-title {
    font-size: 1.2rem;
}

.bookmakerOffersCards .card-footer .btn {
    width: 100%;
}

.bookmakerOffersCards h4.card-title a {
    color: #3a3a3a;
}

.topRatedCard {
    box-shadow: 0px 1px 6px #e4aa04;
    background: #ffffff;
    background: linear-gradient(128deg, rgba(255, 255, 255, 1) 0%, rgba(255, 237, 189, 1) 34%, rgba(255, 255, 255, 1) 100%);
}

.topRatedCard p,
.topRatedCard h4,
.topRatedCard li {
    text-shadow: 1px 1px 1px #fff;
}

.topRatedCard span.badge {
    text-shadow: none;
}



/**** HOT COLD BALLS ****/
.hotColdCard {
    background: #f6cfcf;
}

.hotColdCard h4 {
    font-size: 1.2rem;
}

.hotColdCard i.fas.fa-fire {
    color: #aa3144;
    text-shadow: 1px 1px 1px white;
}

.hotColdCard i.fas.fa-snowflake {
    color: #476c8b;
    text-shadow: 1px 1px 1px white;
}

.hotColdIconsWrap .card-body {
    font-size: 12px;
}




.bi.bi-star-fill {
    color: #e4ab03;
}

.starGrey {
    color: #ccc !important;
}




.hotColdCard i.bi.bi-fire {
    color: #aa3144;
    text-shadow: 1px 1px 1px white;
}

.hotColdCard i.bi.bi-snow2 {
    color: #476c8b;
    text-shadow: 1px 1px 1px white;
}



.slimAd {
    background: #000;
    color: #fff;
    border-color: #000;
}

.slimAd img {
    max-width: 70px;
}

.slimAd p {
    color: #fff;
}

.slimAd p a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}



/**** BOOKMAKER REVIEW PAGE ****/
span.compareExpand {
    color: #2d523a;
    text-decoration: underline;
    cursor: pointer;
}

.reviewAwards .card-header {
    background: #282828;
    color: #fff;
    border-color: #616161;
}

.reviewAwards .card-body {
    background: #494848;
}

.reviewAwards img.award-icon-review {
    border-radius: 10px;
    box-shadow: 1px 1px 5px #000;
}

.list-checks li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background-image: url("../../images/check-lg.svg");
    /* Or use the local path to your SVG */
    background-size: contain;
    background-repeat: no-repeat;
    color: #3d7250;
}

.list-checks li {
    list-style-type: none;
    padding-left: 2em;
    position: relative;
}

.list-crosses li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    background-image: url("../../images/x-lg.svg");
    /* Or use the local path to your SVG */
    background-size: contain;
    background-repeat: no-repeat;
    color: #cb5454;
}

.list-crosses li {
    list-style-type: none;
    padding-left: 2em;
    position: relative;
}

@media (max-width: 600px) {
    .reviewLottos p {
        font-size: 11px;
    }
}





.blog-item .btn {
    width: 100%;
}

.blog-item p a {
    text-decoration: underline;
}

.inpage-cta {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 20px 45px;
    margin: 30px 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.inpage-cta .btn {
    width: auto;
}



section#homeScroller {
    background: #DAD299;
    background: -webkit-linear-gradient(to right, #B0DAB9, #DAD299);
    background: linear-gradient(to right, #B0DAB9, #DAD299);
}




section#services {
    background: #3d7250;
    color: #fff;
}

#services h3 {
    font-size: 1.4rem;
}

#services span.badge {
    background: #e22e01;
    font-size: 15px;
    border-radius: 20px;
    padding: 4px 9px;
    color: #ffffff;
}

section#services a {
    color: #fff;
}

@media (max-width: 767px) {

    #services .borderMob {
        border-bottom: solid 1px #7be1a6;
    }

}







#countryModal .btn {
    width: 100%;
    margin-bottom: 5px;
}



/*** FOOTER ***/
section#footer {
    background: #3d7250;
    color: rgba(255, 255, 255, 0.8);
}

section#footer a {
    color: rgba(255, 255, 255, 0.8);
}

#footer h4 {
    font-size: 18px;
}

#footer ul {
    padding-left: 15px;
}

img.img-fluid.footerRGIcon {
    border-radius: 5px;
    box-shadow: 2px 2px 2px #2d523a;
}

#footer .text-muted {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 80%;
}

#footer .btn-outline-light:hover {
    color: #2d523a !important;
}



img.card-icon {
    max-height: 30px;
    border-radius: 4px;
    margin-bottom: 4px;
}

img.app-store-icon {
    max-height: 25px;
    margin-bottom: 10px;
}

.bg-gold {
    background: #b58633;
    background: -webkit-linear-gradient(to right, #b58633, #dc9920);
    background: linear-gradient(to right, #b58633, #dc9920);
}

i.fas.fa-star,
i.fas.fa-star-half-alt {
    color: #e4ab03;
}

i.fas.fa-star.starGrey {
    color: #ccc;
}



.results-number {
    display: inline-block;
    border: 2px solid #d7d1cc;
    border-radius: 50%;
    width: 36px;
    text-align: center;
    line-height: 32px;
    color: #34495e;
    font-size: 18px;
    background: #fff;
}

.results-number-bonus {
    display: inline-block;
    border: 2px solid #aa3143;
    border-radius: 50%;
    width: 36px;
    text-align: center;
    line-height: 32px;
    color: #34495e;
    font-size: 18px;
    background: #fce9e9;
    margin-left: 10px;
}






h1.awards-head {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
    text-shadow: 0px 0px 5px #000;
    margin-top: 0;
}

#awardstabs li {
    width: 25%;
}

.awardstabs h3 {
    font-weight: bold;
    margin-bottom: 10px !important;
}

.awardstabs .tab-pane {
    padding: 15px 15px 5px 15px;
}

.awardstabs .tab-pane .row {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px !important;
    margin-top: 20px;
}

.awardstabs .tab-pane img {
    border-radius: 5px;
}

.awardstabs .tab-pane p {
    font-size: 16px;
    line-height: 24px;
}

img.awards-logo {
    margin: auto;
    margin-top: 40px;
}

#awardstabs > li > a {
    background: rgba(255, 255, 255, 0.8);
}

#awardstabs > li.active > a {
    background: rgba(255, 255, 255, 1);
}

.tab-content {
    border-radius: 0 0 5px 5px;
}

#review-odds .tab-content {
    border-right: solid 1px #dee2e6;
    border-left: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
}

#career ul.nav-tabs img {
    max-width: 24px !important;
    margin-right: 0;
    margin-bottom: 5px;
}

p.awards-pre {
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 20px 0 10px 0;
}

img.awards-slider-head {
    max-width: 410px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #000000;
}

img.awards-home-flags {
    margin: auto;
    max-width: 150px;
    margin-top: 20px;
}




@media only screen and (max-width: 600px) {

    img.awards-logo {
        max-width: 200px;
    }

    h1.awards-head {
        font-size: 20px;
        margin-bottom: 14px;
    }

    img.awards-slider-head {
        max-width: 300px;
        margin-top: 0;
    }

    img.awards-home-flags {
        max-width: 120px;
    }

}





/******* CAROUSEL *******/

@media screen and (min-width: 980px) {}

@media screen and (max-width: 640px) {

    p.awards-pre {
        font-size: 10px;
    }

    .btn.btn-awards {
        padding: 5px 40px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }



}





#oddsTabs img.odds-logo {
    max-width: 90px;
    border-radius: 5px;
}

#oddsTabs td.odds {
    font-size: 18px;
    text-align: center;
    min-width: 50px;
}

#oddsTabs tbody td {
    vertical-align: middle;
}

a.btn.btn-bounce {
    background: #5db75c;
}

tr.bestOdds td {
    background: #d9efd3;
}

tr.bestOdds img.odds-logo {
    box-shadow: 2px 2px 2px #5db75c;
}

tr.bestOdds td.odds {
    background: url('../images/label-best-odds.png') no-repeat top center #c2dbbc;
    background-size: 80px;
    padding-top: 12px;
}

tr.boostedOdds td {
    animation: pulseBackground 1s infinite alternate;
}

/* Define the keyframes for the pulsing effect */
@keyframes pulseBackground {
    0% {
        background-color: #d9efd3;
        /* Initial green color */
    }

    100% {
        background-color: #ffffff;
        /* White color */
    }
}

tr.boostedOdds td.odds {
    background: url(../images/label-boosted-odds.png) no-repeat top center #c2dbbc;
    background-size: 80px;
    padding-top: 12px;
}


@container (max-width: 60px) {
    tr.bestOdds td.odds {
        background-size: 65px;
    }

    tr.boostedOdds td.odds {
        background-size: 65px;
    }
}

tr.bestOdds.boosted.text-center td {
    color: #254731;
    text-shadow: 1px 1px 1px #eee;
}



@media (max-width:776px) {
    #oddsTab .nav-link {
        padding: 0.2rem 0.4rem;
    }
}




.lds-dual-ring {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 22px;
    height: 22px;
    margin: 0px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #3e7150 transparent #3e7150 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.topStarRating i.fa-star {
    font-size: 40px;
}

.star-selected i.fas.fa-star {
    color: #fff;
}

.review-block button.btn-warning {
    background: #e4ab03;
    border-color: #e4ab03;
}



.pulsating-circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f4d80c;
    margin: -2px 3px 0 0;
    vertical-align: middle;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}



/*** Nifty Fifty Results ***/

.nifty110 {
    background: #cd1328;
    transition: background 0.5s ease;
    border-color: #cd1328;
    color: #fff;
    margin-right: 2px;
}

.nifty1120 {
    background: #005cbf;
    transition: background 0.5s ease;
    border-color: #005cbf;
    color: #fff;
    margin-right: 2px;
}

.nifty2130 {
    background: #f7db18;
    transition: background 0.5s ease;
    border-color: #f7db18;
    color: #fff;
    margin-right: 2px;
}

.nifty3140 {
    background: #00b662;
    transition: background 0.5s ease;
    border-color: #00b662;
    color: #fff;
    margin-right: 2px;
}

.nifty4150 {
    background: #f3f3f3;
    transition: background 0.5s ease;
    border-color: #b3b3b3;
    color: #363636;
    margin-right: 2px;
}

.results-number-bonus.niftybonus {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    color: #fff;
    border-color: #8A6E2F;
    margin-right: 2px;
}


.hotColdCard table tr td,
.hotColdCard table th {
    background: transparent;
}

.hotColdCard .results-number-bonus {
    margin-left: 0;
}











.sticky {
    position: fixed;
    top: 110px !important;
    /* top: 132px !important; for awards menu */
}

.scratchHome h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: bold;
}

#stickyMenu .container .sticky-active {
    background: url("https://comparethelotto.com/images/down-arrow-green.png") no-repeat center top, linear-gradient(#fff, #ddd);
    /* W3C */
}

.topRatedScratch {
    border: solid 1px #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 2px 2px 15px rgb(226 185 6 / 60%) !important;
}

.topRatedScratch img.card-head {
    border-radius: 0;
}

p.topRatedLabel {
    margin: 0;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 80%;
    /* background: #e2b906; */
    border-radius: 5px 5px 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px #907603;
    background: rgb(207, 169, 4);
    background: linear-gradient(90deg, rgba(207, 169, 4, 1) 0%, rgba(249, 218, 83, 1) 100%);
}



@media only screen and (max-width: 1200px) {

    .sticky {
        top: 87px !important;
    }

}



.scratch-review-table .card-head {
    border-radius: 5px;
}

.scratch-review-table .review-logo {
    margin: auto;
    max-width: 125px;
    border-radius: 75px;
}

.scratch-review-table h3 {
    text-align: center;
}

.scratch-review-table .ratingStars {
    text-align: center;
    margin: 0 0 10px 0;
}

.scratch-review-table .card-body {
    margin-top: -110px;
    padding: 0 15px;
}

.topRatedScratch .card-body {
    margin-top: -132px !important;
}

.scratch-review-table table {
    margin-bottom: 0;
}

.scratch-review-table p.smallprint {
    font-size: 8px;
    margin: 0;
    text-align: left;
}

.scratch-review-table p.bookmakerOffer {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.scratch-review-table img.bookmakerLogo {
    border-radius: 4px;
    box-shadow: 2px 2px 0px rgb(0 0 0 / 30%);
    max-width: 50px;
}

.scratch-review-table .row > div {
    margin-bottom: 5px;
}

.scratch-review-table hr {
    margin-top: 0;
    margin-bottom: 5px;
}

.scratch-review-table .panel {
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
}

.scratchAlert {
    padding: 10px !important;
    margin: 0 0 15px 0;
    font-size: 12px;
}


#scratch-container .nav-pills > li.active > a,
#scratch-container .nav-pills > li.active > a:focus,
#scratch-container .nav-pills > li.active > a:hover {
    background-color: #2e3e4f;
}

#scratch-container .nav > li > a {
    padding: 5px 10px;
}

ul.pros,
ul.cons {
    list-style-type: none;
    padding-left: 25px;
}

#scratch-container .flexrow .panel {
    height: 100%;
}

#jackpottabs p.smallprint {
    line-height: 11px;
    text-align: left;
    font-size: 8px;
}



#stickyMenu a {
    font-size: 9px !important;
}




.offcanvas-end {
    width: 340px !important;
}

.menu-icon {
    content: url('../images/menu-icon-open.png');
}

.menu-icon.open {
    content: url('../images/menu-icon-closed.png');
}


button.btn.btn-sm.rateButton.btn-warning.star-selected .bi-star-fill {
    color: #fff;
}

.spinner-icon {
    display: inline-block;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}



#statLarge {
    color: #3e7150;
    font-size: 17px;
    /* mobile (default) */
    font-weight: 900;
}

/* Desktop and up */
@media (min-width: 992px) {
    .individual-scratch #statLarge {
        font-size: 25px;
    }

    .individual-scratch p.ratingStars.text-muted.small.m-0 {
        font-size: 18px;
    }
}


.shadow-overlay {
    position: relative;
    overflow: hidden;
    /* Ensure the shadow stays within bounds */
}

.shadow-overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
    /* Gradient from bottom to top */
    z-index: 1;
}

.shadow-overlay > * {
    position: relative;
    z-index: 2;
    /* Ensure child content appears above the gradient */
}

i.bi.bi-star {
    color: #e4ab03;
}

.scratch-top-rated {
    background: linear-gradient(15deg, #ffffff 0%, #efcb8b 90%);
    box-shadow: 0px 1px 6px #e4aa04 !important;
}

i.bi.bi-star-half {
    color: #e4ab03;
}






.results-number {
    position: relative;
    display: inline-block;
    border: 2px solid #8b8b8a;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    line-height: 36px;
    color: #34495e;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    box-shadow: 2px 2px 2px #ccc;
}

.results-number-bonus {
    position: relative;
    display: inline-block;
    border: 2px solid #c04456;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    line-height: 36px;
    color: #34495e;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    box-shadow: 2px 2px 2px #ccc;
    margin-left:0;
}

.hotballicon {
    background: #db6778;
    position: absolute;
    top: -8px;
    right: -8px;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.coldballicon {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #67b0db;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.hotballicon a,
.coldballicon a {
    color: #fff !important;
}




.operator-filter-link {
    display: block;
    text-decoration: none;
}

.operator-filter-box {
    aspect-ratio: 1;
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.2s ease;
}

.operator-filter-box:hover {
    border-color: #adb5bd;
    background: #f8f9fa;
}

.operator-filter-link.selected .operator-filter-box {
    border-color: #2d523a;
    box-shadow: 0 0 0 3px rgba(45, 82, 58, 0.25);
    background: #fff;
}

.operator-filter-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.operator-filter-icon {
    font-size: 2rem;
    color: #6c757d;
}

.operator-filter-link.selected .operator-filter-icon {
    color: #2d523a;
}

.operator-filter-label {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0;
    font-weight: 500;
}

.operator-filter-link.selected .operator-filter-label {
    color: #2d523a;
}

.region-btn {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}

.region-icon {
    width: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.region-icon img {
    max-width: 22px;
}

.region-text {
    flex: 1;
    text-align: center;
    padding: 6px 12px;
    font-weight: 500;
}