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-style: normal;    
}

.smallprint {
    font-size: 10px;
    opacity: 0.7;
}



/*** 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;
}
nav .mobIcons p {
    font-size: 12px;
}
nav .mobIcons {
    background: #2d523a;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.7);
    padding: 10px 0;
}
nav .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;
}



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 {
    
}    
.swiper.swiperHomeHero {
    
}
    
.swiperNextOffMob .swiper-slide{
    background: #f7f7f7;
    border-radius: 5px;
    border: solid 1px #d8d8d8;      
}  
@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: #3e7150;
    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;
}  
@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: 50px;
}
table.table img.odds-logo{
    max-width: 90px;
}
#bookmakerTabs h4 {
    font-size: 1.2em;
}
#bookmakerTabs thead.table-secondary {
    font-size: 85%;
}
#oddsTabs thead.table-secondary {
    font-size: 85%;
}


/*** 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;
}
.bookmakerWrap .bookmakerLogo{
    max-width: 120px;
}
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;
    }    
    
}   
    










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;
}
.iconYellow {
    color: #f4d80c;
}
        
/* 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 */
}        
        
.swiperHomeHero .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;            
}        
.swiperHomeHero .swiper-slide .card {
    flex: 1;
}
.swiper-slide .card h5{
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}


.swiper-pagination {
    height: 20px
}
span.swiper-pagination-bullet {
    width: 35px;
    border-radius: 0;
    height: 4px;
}
.swiper-pagination-bullet-active {
    background: #00172e !important;
}
.swiperResultsNextOff .badgeYellow {
    font-size: 10px;
    float: right;
}   






/*** 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 ****/
.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;
}
.swiper .swiper-slide .badge{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f4d80c;
    color: #2d523a;
}
.swiper div.timer{
    display: inline;
}
.swiper.swiperHomeHero .swiper-slide{
    background: transparent;
}
.swiperHomeHero .swiper-slide .badge {
    position: static;   /* removes the absolute positioning */
    top: auto;
    right: auto;
    color: inherit;
}



/***** 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%);
    text-shadow: 1px 1px 1px #fff;
}





/**** HOT COLD BALLS ****/
.hotColdCard{background: #f6cfcf;}
.hotColdCard h4{
    font-size: 1.2rem;
}    
i.fas.fa-fire {
    color: #c94e4e;
}    
i.fas.fa-snowflake {
    color: #476c8b;
} 
.hotColdIconsWrap .card-body{
    font-size: 12px;
}  



.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: #2ecc71;
    color: #2d523a;
}
#services h3 {
    font-size: 1.4rem;
}
#services span.badge {
    background: #fff;
    font-size: inherit;
    border-radius: 20px;
    padding: 4px 9px;
    color: #1f7b44;
}
@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) !important;
}
.bg-yellow {
    background: #f4d80c;
}
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;
}
i.fas.fa-star, i.fas.fa-star-half-alt {
    color: #e4ab03;
}
i.fas.fa-star.starGrey {
    color: #ccc;
}

.bi.bi-star-fill {
    color: #e4ab03;
}
.bi.bi-star-half{
    color: #e4ab03;
}
.bi.bi-star-fill.starGrey {
    color: #ccc;
}  
.bi.bi-star-half.starGrey{
    color: #e4ab03;
}
.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;
}    





.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 #db6778;
    border-radius: 50%;
    width: 36px;
    text-align: center;
    line-height: 32px;
    color: #34495e;
    font-size: 18px;
    background: #fff;
} 
.results-number-bonus-hp {
    display: inline-block;
    border: 3px solid #db6778;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    line-height: 43px;
    color: #34495e;
    font-size: 21px;
    background: #fff;
    margin-left: -10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}





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;
}    
#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 {
    background: #d9efd3;
}    
tr.bestOdds img.odds-logo{
    box-shadow: 2px 2px 2px #5db75c;
}
@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);
    }
}    





.pulse-background {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        background-color: #1d2129; /* Dark initial color */
    }
    50% {
        background-color: #3e7150; /* Lighter pulsing color */
    }
    100% {
        background-color: #1d2129; /* Return to dark initial color */
    }
}




.logo-circle-fluid {
    position: relative;
    width: 100%;
    /* full width of parent col */
    padding-top: 100%;
    /* makes it a perfect square → becomes a circle */
}

.logo-circle-fluid::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #e6e5e5;
    /* blue */
    border-radius: 50%;
    z-index: 0;
}

.logo-circle-fluid img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    /* scale logo relative to circle */
    transform: translate(-50%, -50%);
    z-index: 1;
}





.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;
}

