
/* Enables smooth animated transition when scrolling */
html {
  scroll-behavior: smooth;
}


.silver-button2 {
    font-size: 1em;
}


/* Fixes the button to the bottom right; initially hidden */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 2px;
  display: none;
  z-index: 1050; /* Sits above standard Bootstrap elements */
font-size: 16px;
    border-radius: 30px;
    background-color: #dc354582;
}

.Golddust {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}

#Golddust {
    pointer-events: none;
}





.silver-buttonlog {
    width: 100%;
    font-size: 1.4em;
}

.nav-link:focus, .nav-link:hover {
    color: #82b8df;
}

.bunny{
    position: relative;
top: 32px;
    /* width: 300px; */
}
.bunny img{
width:100%;
max-width:400px;
}

.header2-img{
background-size: contain;
background-color: #00000094;
width: 100%;
max-width: 1157px;
    margin: 0 auto;
}


.cards {
    height: 620px;
    width: 652px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(4 22 37 / 81%);
}

h5 {
    color: #000000;
    text-shadow: none;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #0a1929;
    background: linear-gradient(135deg, #b0b8c4, #8a94a6);
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 0 10px rgba(255,255,255,0.08);
}


.read-more {
    text-align: center;
}


.modal-body {
    text-align: center;
}

.content p {
    text-align: center;
}

.modal-body h1 {
    font-family: 'Marcellus SC', serif;
    font-size: 2em;
    font-weight: normal;
    line-height: 45px;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
    background-clip: text;
}

.modal-body a {
    font-size: 18px;
}

.modal-body ul {
    text-align: left;
padding: 5px 25px 5px 25px;
}

.modal-dialog {
    max-width: 607px;
}

canvas {
    position: fixed;
    top: 0;
    z-index: -1;
}

.noSpnEr span {
    max-width: 300px;
    width: 100%;
    padding: 10px;
    background-color: #000;
    border-radius: 6px;
    color: #f00;
    margin: 0px auto 20px;
    display: block;
}


.seeNow {
    opacity: 1 !important;
    z-index: 100 !important;
    position: relative;
}

.promoLogo {
    display: block !important;
    max-width: 800px;
    margin: 10px auto;
}

.promoLogo svg {
    display: none;
}

.promoLogo02 {
    max-width: 500px;
    margin: 10px auto;
}

.promoInfo {
    background-color: #001200b3;
    color: #FFF;
    padding: 10px 10px 25px;
    max-width: 800px;
    width: 97%;
    margin: 0 auto 10px;
    border-radius: 6px;
}

.promoInfo h1 {
    color: #33ff00;
    font-size: 30px;
    line-height: 35px;
}

.promoInfo h2 {
    font-size: 22px;
    line-height: 23px;
}

.promoInfo p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px auto;
}

.promoInfo ol {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    max-width: 481px;
    padding-bottom: 10px;
}




.promoModal .modal-content {
    background-image: url('/Click and Reveal/1.0/img/rewards-bg.jpg?ver01');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
}

.promoModal .rewardInfo {
    min-height: 200px;
}

.promoModal h1 {
    font-size: 35px;
    color: #ffec03;
    text-transform: uppercase;
    font-weight: bold;
}

.promoModal .btn-secondary {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.promoModal .rewardBlk {
    background-color: rgba(0, 0, 51, 0.6);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
}

.promoModal .rewardBlk b {
    color: #33ff00;
}


.promoTnc .modal-content {
    background-color: #011301;
    font-size: 14px;
    color: #FFF;
    padding: 10px;
}


.promoTnc ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.promoTnc h1 {
    font-size: 26px;
    color: #fbff01;
}

.promoTnc .btn-secondary {
    color: #fff;
    background-color: #f42f2f;
    border-color: #ff0000;
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

.spinny {
    display: block;
    color: #000033;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background-color: #33ff00;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 0px;
    margin: auto;
    max-width: 230px;
    width: 100%;
}


.slotWrap {
    position: relative;
    max-width: 310px;
    width: 100%;
    margin: 30px auto;
}

.slotImgWrap {
    max-width: 100px;
    padding: 10px;
    margin: 0;
}

#canvas2 {
    display: none;
}

h1 {
    color: #FFF;
}

.keyWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.keyBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 240px;
    width: 100%;
    margin: 5px auto 0;
    color: #FFF;
    font-size: 16px;
}

.keyIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    width: 80px;
    margin: 0px;
    border-radius: 6px 0 0 6px;
}

.keyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: rgb(0 0 0 / 80%);
    padding: 0 5px;
    border-radius: 0 6px 6px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.keyInfo p {
    width: 100%;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
}

/*
      .keyInfo p:first-child {
          padding-bottom: 5px;
          border-bottom: #0099ff70 solid 1px;
      }
*/
.keyInfo b {
    color: #33ff00;
}

.screen02 {
    position: relative;
}

@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700");

.promoModal .rewardBlk {
    font-family: 'Amatic SC', sans-serif;
    background-color: rgb(0 0 0 / 60%);
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto 20px;
    font-size: 43px;
    line-height: 45px
}

.promoModal svg {
    display: none;
}

.promoModal .rewardBlk b,
.promoModal .rewardBlk strong {
    color: #66bd48;
}

.rewardIcon {
    max-width: 100px;
    margin: 20px auto;
}

.rkBtn {
    margin: 30px auto 10px;
    display: block;
    background-color: #000033;
    border: 0;
    font-size: 20px;
}


@media (min-width:481px) {}

@media (min-width:768px) {
    /* body {
      background-image: url('/Click and Reveal/1.0/img/tablet-bg.jpg?ver01');
  } */

    .screen02 {
        position: relative;
    }

    .spinnyBtn01 {
        max-width: 250px;
    }

}

@media (min-width:1000px) {

    .screen01 {
        position: relative;
        /*top: -40px;*/
    }

    .screen02 {
        position: relative;
    }

    .promoLogo02 {
        max-width: 700px;
        margin: 10px auto;
    }

    .promoLogo {
        margin: 50px auto;
        max-width: 700px;
    }
}

@media (min-width:1025px) {
    /* body {
      background-image: url('/Click and Reveal/1.0/img/desktop-bg.jpg?ver01');
  } */

    .promoLogo {
        margin: 20px auto;
    }
}

@media (min-width:1441px) {}

.clicks {
    color: #000;
    font-size: 16px;
    padding: 5px;
    border-radius: 6px;
    margin: 5px 0;
    text-align: center;
    font-weight: bold;
}

.avail {
    background-color: #ffffff;
    color: #000000;
}

.comp {
    background-color: #00192c;
    color: #ffffff;
}

.promoModal .modal-content {
    background-image: url('/Click and Reveal/1.0/img/rewards-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    background-color: #050f3e;
}

.promoModal .rewardInfo {
    min-height: 200px;
}

.promoModal h1 {
    font-size: 26px;
    color: #FFF;
}

.promoModal .btn-secondary {
    color: #fff;
    background-color: #8014a0;
    border-color: #8014a0;
}

.promoModal .rewardBlk {
    background-color: rgb(0 0 0 / 60%);
    color: #FFF;
    padding: 5px;
    border-radius: 10px;
    margin: 0 auto 10px;
}

.promoModal .rewardBlk b,
.promoModal .rewardBlk strong {
    color: #febf0d;
}

.keyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 51, 0.8);
    padding: 10px;
    border-radius: 0 10px 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.keyInfo p {
    margin: 0;
}

.rewardIcon {
    max-width: 200px;
    margin: 10px auto;
}

.rewardIcon img {
    border-radius: 50%;
}


@media (min-width:481px) {}

@media (min-width:768px) {

    .starsWrap {
        max-width: 600px;
    }

    .clickswrap {
        max-width: 600px;
    }

    .star {
        max-width: 140px;
    }

    .clickswrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .clicks {
        margin: 5px;
        width: 100%;
    }

    /* .tile-selected::after {
      width: 30px;
      height: 30px;
      font-size: 20px;
  } */
}

@media (min-width:1000px) {}

@media (min-width:1025px) {}

@media (min-width:1441px) {}

.ssHead {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    z-index: 100 !important;
}

.ssHead a {
    text-decoration: none;
}

.img-respon {
    width: 100%;
}

.hidden {
    display: none;
}

.seen {
    display: initial;
}

.unseen {
    display: none;
}


.btn-primary {
    color: #fff;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}




.logo {
    max-width: 85px;
    display: block;
}

.part2 {
    display: flex;
    width: 54%;
    max-width: 239px;
    justify-content: space-around;
}

.ssBtn {
    padding: 5px;
    font-size: 13px;
    border-radius: 6px;
    text-align: center;
    margin: 2px;
    height: 30px;
    width: 100%;
    max-width: 80px;
}

.playBtn {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
}

.stdBtn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d68b00+0,fff0ad+53,ffb702+100 */
    background: #d68b00;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d68b00 0%, #fff0ad 53%, #ffb702 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d68b00 0%, #fff0ad 53%, #ffb702 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d68b00 0%, #fff0ad 53%, #ffb702 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d68b00', endColorstr='#ffb702', GradientType=1);
    /* IE6-9 */

    color: #000000;
    cursor: pointer;
    font-weight: bold;
}


.promoTxtblk {
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    height: 40px;
    width: 200px;
    color: #1a3514;
}

.promoBtn {
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    width: 200px;
    background-color: #fff201;
    color: #000000;
    font-weight: bold;
}

.promoFooter {
    position: relative;
    background-color: #001200b3;
    color: #FFF;
    padding: 5px;
    max-width: 800px;
    width: 97%;
    margin: 50px auto 10px;
    border-radius: 6px;
    z-index: 100 !important;
}

.promoFooter a {
    text-decoration: underline;
    color: #ffeb00;
}

.starsInfo {
    /* background-color: rgba(0,0,51,0.8); */
    padding: 5px;
    max-width: 300px;
    width: 97%;
    margin: auto;
    border-radius: 6px;
}

.starsInfo h1 {
    font-size: 24px;
    line-height: 24px;
    color: #33ff00;
    margin: 0 auto 10px;
    text-align: center;
}

.starsWrap {
    max-width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
}

.star {
    max-width: 90px;
    width: 100%;
}

.star:hover {
    cursor: pointer;
    animation: pulse 0.9s infinite ease-out;
    -webkit-animation: pulse 0.9s infinite ease-out;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.promoModal .modal-content {
    background-image: url('/Click and Reveal/1.0/img/rewards-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    background-color: #050f3e;
}

.promoModal .rewardInfo {
    min-height: 200px;
}

.promoModal h1 {
    font-size: 26px;
    color: #0099ff;
}

.promoModal .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
}

.promoModal .rewardBlk {
    background-color: rgba(0, 0, 51, 0.6);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
}

.promoModal .rewardBlk b {
    color: #33ff00;
}


.promoTnc .modal-content {
    background-color: #03031f;
    font-size: 14px;
    color: #b2b2c8;
    padding: 10px;
}


.promoTnc ul {
    padding-inline-start: 20px;
}

.promoTnc h1 {
    font-size: 26px;
    color: #0099ff;
}

.promoTnc .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
}



.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.error {
    color: #ffffff;
    font-size: 26px;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    display: block;
}

#textTogg {
    display: none;
}

.howto {
    background-color: #000333;
    color: #33fb01;
    max-width: 110px;
    width: 100%;
    margin: 20px auto;
    cursor: pointer;
    font-weight: bold;
}

.retogBtn {
    margin: 0px auto 10px;
    text-decoration: underline;
    cursor: pointer;
}


@media (min-width:481px) {}


@media (min-width:768px) {
    /* body {
      background-image: url('/Click and Reveal/1.0/img/tablet-bg.jpg');
  } */

    .starsWrap {
        max-width: 675px;
    }

    .star {
        max-width: 200px;
    }

    .claimed::before {
        content: url(/Click and Reveal/1.0/img/claimed-200.png);
    }

    .starsInfo {
        max-width: 600px;
    }

    .clickswrap {
        display: flex;
        flex-direction: row;
    }

    .clicks {
        margin: 5px;
        width: 100%;
    }
}




@media (min-width:1000px) {}

@media (min-width:1025px) {
    /* body {
      background-image: url('/Click and Reveal/1.0/img/desktop-bg.jpg');
  } */
}

@media (min-width:1441px) {}




h1,
.h1 {
    font-family: Raleway-Bold;
    font-size: 110px;
    color: #ffffff;
    margin-top: 26px;
}

.wrapper {
    height: auto;
    z-index: 400;
}


.button-cover2 {
    color: #ffffff;
}



.more {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #ffffff;
    text-decoration: none;
}



#screen2 {
    background-image: url(../images/header-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
    padding: 20px;
    z-index: 400;
}



.main2 {
    background-color: rgb(0 0 0 / 48%);
    border-radius: 10px;

}


.counter {
    max-width: 832px;
    padding: 20px;
    border-radius: 7px;
    background: #f8f9fa;
    height: calc(100% / 4 - 30px);
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    margin: 15px auto 0;
}

.counter p {
    font-family: 'Arial Narrow', 'Franklin Gothic Medium', Arial, sans-serif;
    font-size: 24px;
    /* height: 17px; */
    margin: 0;
    text-align: center;
    color: #1c2a43;
    font-weight: bold;
}

.details {
    max-width: 832px;
    padding: 20px;
    border-radius: 7px;
    background: #dc3545;
    height: calc(100% / 4 - 30px);
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    margin: 15px auto 0;
}

.details p {
    font-family: 'Arial Narrow', 'Franklin Gothic Medium', Arial, sans-serif;
    font-size: 20px;
    /*height: 17px;*/
    margin: 0;
    text-align: center;
    color: #ffffff;
}

.details p span {
    margin-left: 8px;
}





.top-details {
    margin-bottom: 15px;
    padding: 0 20px;
    border-radius: 7px;
    background: #fff;
    height: calc(100% / 4 - 30px);
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.top-details p {
    font-size: 18px;
    height: 17px;
}

.top-details p span {
    margin-left: 8px;
}

.top-details p b {
    font-weight: 500;
}

.egg {
    --c: red;
    width: 200px;
    aspect-ratio: 1;
    background:
        /* 1 */
        radial-gradient(circle at 60% 65%, var(--c) 64%, #0000 65%) top left/50% 50%,
        /* 2 */
        radial-gradient(circle at 40% 65%, var(--c) 64%, #0000 65%) top right/50% 50%,
        /* 3 */
        conic-gradient(from -45deg at 50% 85.5%, var(--c) 90deg, #0000 0) bottom/100% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
}

@-webkit-keyframes egg-right-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-05deg);
        transform: rotate(-05deg);
    }
}

@keyframes egg-right-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-05deg);
        transform: rotate(-05deg);
    }
}

.egg-right {
    -webkit-transform: rotate(-05deg);
    -ms-transform: rotate(-05deg);
    transform: rotate(-05deg);
    -webkit-animation: egg-right-animation 0.7s linear 0s infinite alternate;
    animation: egg-right-animation 0.7s linear 0s infinite alternate;
    --c: red;
    width: 200px;
    aspect-ratio: 1;
    background:
        /* 1 */
        radial-gradient(circle at 60% 65%, var(--c) 64%, #0000 65%) top left/50% 50%,
        /* 2 */
        radial-gradient(circle at 40% 65%, var(--c) 64%, #0000 65%) top right/50% 50%,
        /* 3 */
        conic-gradient(from -45deg at 50% 85.5%, var(--c) 90deg, #0000 0) bottom/100% 50%;
    background-repeat: no-repeat;
}











.content h5 {
    font-size: 32px;
}

.d-lg-block {
    display: none !important;
}


#loginErrorMessage {
    font-weight: bold;
    color: rgb(255, 0, 0);
    padding-bottom: 20px;
}




.form-control {
    color: #ffffff;
    background: #ffffff;
}


.content a {
    color: #ffffff;
    /*    text-shadow: 2px 2px 3px #000;*/
    cursor: pointer;
}

.content {
    padding: 0px 0px;
    z-index: 99;
    position: relative;
}

ol,
ul {
    padding-left: 0rem;
}

.table> :not(caption)>*>* {
    color: #ffffff;
}

h1 {
    font-family: 'Marcellus SC', serif;
font-size: 50px;
        line-height: 60px;
    font-weight: normal;
    margin-top: 0px;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
    background-clip: text;
}

h3 {
    font-family: 'Marcellus SC', serif;
    font-size: 2em;
    color: #ffffff;
    text-shadow: 2px 2px 3px #000;
    line-height: 29px;
}

.content ul li,
ol li {
    color: #ffffff;
}




section .set {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}

section .set.set2 {
    filter: blur(2px);
    transform: rotateY(180deg);
}

section .set.set3 {
    filter: blur(4px);
    transform: rotateY(180deg);
}

section .set div {
    animation-name: animate;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display: block;
    opacity: 0;
    position: absolute;
    top: -10%;
    transform: rotateZ(0) translateX(20px);
}

section .set div:nth-child(1) {
    animation-delay: -7s;
    animation-duration: 15s;
    left: 20%;
}

section .set div:nth-child(2) {
    animation-delay: -5s;
    animation-duration: 20s;
    left: 50%;
}

section .set div:nth-child(3) {
    animation-duration: 20s;
    left: 70%;
}

section .set div:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 15s;
    left: 0;
}

section .set div:nth-child(5) {
    animation-delay: -10s;
    animation-duration: 18s;
    left: 85%;
}

section .set div:nth-child(6) {
    animation-duration: 12s;
    left: 0;
}

section .set div:nth-child(7) {
    animation-duration: 14s;
    left: 15%;
}

section .set div:nth-child(8) {
    animation-duration: 15s;
    left: 60%;
}

@keyframes animate {
    10% {
        opacity: 1;
    }

    20% {
        transform: rotateZ(45deg) translateX(-20px);
    }

    40% {
        transform: rotateZ(90deg) translateX(-20px);
    }

    60% {
        transform: rotateZ(180deg) translateX(20px);
    }

    80% {
        transform: rotateZ(180deg) translateX(-20px);
    }

    100% {
        top: 110%;
        transform: rotateZ(225deg) translateX(-20px);
    }
}

@media screen and (max-width: 990px) {
    section h2 {
        font-size: 9rem;
    }
}

@media screen and (max-width: 768px) {
    section h2 {
        font-size: 6rem;
    }

    section .set div img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 550px) {
    section h2 {
        font-size: 4rem;
    }

    section .set div img {
        width: 75px;
        height: 50px;
    }

    .content h5 {
        font-size: 24px;
    }

}

@media screen and (min-width: 240px) and (max-width: 480px) and (orientation: portrait) {
    
    .bunny {
    top: 20px;
}
    
    
    .cards {
        height: 620px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 28px;
        margin: 0;
    }

    table th,
    table td {
        font-size: 13px;
    }

    .content h5 {
        font-size: 24px;
    }

}



/********** Tablet Portrait **********/
@media (max-width: 1024px) and (min-width: 768px) {
    .cards {
        height: 454px;
        width: 600px;
        margin-top: 50px;
    }

    .card .front-view img,
    .card .back-view img {
        max-width: 150px;
    }

    .details p {
        font-size: 16px;
    }

    .egg {
        width: 100px;
        height: 150px;
    }

    h1,
    .h1 {
        font-size: 80px;
        margin-top: 20px;
    }
}

/********** Mobile Landscape **********/
@media (max-width: 920px) and (orientation: landscape) {

    .card .front-view img,
    .card .back-view img {
        max-width: 120px;
    }

    .cards {
        height: 464px;
        width: 480px;
    }

    .details p {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 60px;
        margin-top: 20px;
    }

    .egg {
        width: 90px;
        height: 118px;
    }
}

/********** Mobile Portrait **********/
@media (max-width: 500px) and (orientation: portrait) {
    .cards {
        height: 350px;
        width: 280px;
        margin-top: 0px;
    }

    .card .back-view img,
    .card .front-view img {
        max-width: 72px;
    }

    .details p {
        font-size: 11px;
        /*height: 26px;*/
    }

    h1,
    .h1 {
        font-size: 2em;
        line-height: 36px;
    }

    .mb {
        margin-bottom: -25px;
    }

    .egg {
        width: 98px;
        height: 72px;
    }
}

.wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
}

ul.cards {
    padding: 0;
}

.cards,
.card,
.view,
.details,
.details p,
.back-view {
    display: flex;
    align-items: center;
    justify-content: center;
}


.cards .card {
    cursor: pointer;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    height: calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
    background-color: transparent;
    border: none;
}

.card.shake {
    animation: shake 0.35s ease-in-out;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-13px);
    }

    40% {
        transform: translateX(13px);
    }

    60% {
        transform: translateX(-8px);
    }

    80% {
        transform: translateX(8px);
    }
}

.cards .card .view {
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.25s linear;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.card .front-view img {
    max-width: 200px;
    border-radius: 7px;
        width: 100%;
}

.card .back-view {
    transform: rotateY(-180deg);
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
}

.card .back-view img {
    max-width: 200px;
    border-radius: 7px;
        width: 100%;
}

.card.flip .front-view {
    transform: rotateY(180deg);
}

.card.flip .back-view {
    transform: rotateY(0);
}

.card-text {
    position: absolute;
    color: #fff;
    font-size: 48px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    font-family: 'Marcellus SC', serif;
}

.card-disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed;
}

.card-disabled:hover {
    cursor: not-allowed;
    -webkit-animation: none;
    animation: none;
}

/* NEW CARDS */

/* Modernized Leaderboard row load animation */
@keyframes fadeInSlideUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.leaderboard tr.animated-row {
    opacity: 0;
    animation: fadeInSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Podium Layout styles */
.lb-podium {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px auto 0px;
    max-width: 600px;
    width: 100%;
    padding-bottom: 15px;
}

.podium-stands {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    height: 220px;
    width: 100%;
}

.podium-base {
    width: 105%;
    height: 10px;
    background: linear-gradient(90deg, #1c3d5a, #0b2238, #1c3d5a);
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid #3b82f6;
    margin-top: -2px;
}

.podium-stand {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    text-align: center;
}

.podium-player {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2px;
    text-shadow: 0 0 8px rgba(255,255,255,0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.podium-points {
    font-size: 0.9rem;
    color: #82b8df;
    margin-bottom: 8px;
}

.podium-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 6px 6px 0 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* Stand Heights & Colors */
/* .podium-stand.first {
    height: 100%;
} */
.podium-stand.first .podium-bar {
    height: 110px;
    background: linear-gradient(135deg, #ffd700, #ffa500);
    border: 2px solid #fffb00;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    color: #000;
    text-shadow: 0 1px 2px rgba(255,255,255,0.5);
}
.podium-stand.first .podium-player {
    font-size: 1.3rem;
    color: #ffeb3b;
    text-shadow: 0 0 12px rgba(255, 235, 59, 0.6);
}

/* .podium-stand.second {
    height: 85%;
} */
.podium-stand.second .podium-bar {
    height: 85px;
    background: linear-gradient(135deg, #c0c0c0, #808080);
    border: 2px solid #e0e0e0;
    box-shadow: 0 0 15px rgba(192, 192, 192, 0.3);
    color: #000;
}

.podium-stand.third {
    /* height: 75%; */
}
.podium-stand.third .podium-bar {
    height: 65px;
    background: linear-gradient(135deg, #cd7f32, #8b5a2b);
    border: 2px solid #e2a76f;
    box-shadow: 0 0 15px rgba(205, 127, 50, 0.3);
    color: #000;
}

.podium-crown {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 2px;
    animation: float 2s ease-in-out infinite;
}

.podium-badge {
    font-size: 1.4rem;
    margin-bottom: 2px;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Staggered load animation for table rows of top 3 positions */
.leaderboard tr.rank-1 {
    background: linear-gradient(90deg, rgba(255, 215, 0, 0.15) 0%, transparent 100%) !important;
    font-weight: bold;
    border-left: 4px solid #ffd700;
}
.leaderboard tr.rank-1 td {
    color: #ffeb3b !important;
    font-size: 17px;
}

.leaderboard tr.rank-2 {
    background: linear-gradient(90deg, rgba(192, 192, 192, 0.12) 0%, transparent 100%) !important;
    border-left: 4px solid #c0c0c0;
}
.leaderboard tr.rank-2 td {
    color: #e0e0e0 !important;
}

.leaderboard tr.rank-3 {
    background: linear-gradient(90deg, rgba(205, 127, 50, 0.1) 0%, transparent 100%) !important;
    border-left: 4px solid #cd7f32;
}
.leaderboard tr.rank-3 td {
    color: #e2a76f !important;
}

.leaderboard-badge {
    display: inline-block;
    width: 24px;
    text-align: center;
    font-size: 1.1rem;
}

/* Premium Player Stats Card */
.player-stats-card {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px auto;
    max-width: 600px;
    width: 100%;
}

.stat-box {
    flex: 1;
    align-items: center;
    background: linear-gradient(135deg, rgba(28, 61, 90, 0.4), rgba(11, 34, 56, 0.6));
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.stat-box:hover {
    transform: translateY(-2px);
    border-color: rgba(59, 130, 246, 0.6);
}

.stat-details {
    display: flex;
    flex-direction: column;
}

.stat-label {
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #82b8df;
    margin-bottom: 4px;
}

.stat-value {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}









/* ============================================================
   SPORTS BETTING - MATCH CARDS
   ============================================================ */

/* Section header */
.sb-header {
    display: flex;
justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 28px 10px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.sb-title {
    font-family: 'Marcellus SC', serif;
    font-size: 2rem;
    color: #fff;
    margin: 0 0 4px;
    text-shadow: 0 0 20px rgba(255,215,0,0.3);
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
}

.sb-subtitle {
    font-size: 0.9rem;
    color: #82b8df;
    margin: 0;
    text-align: left !important;
}

.sb-points-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, rgba(255,215,0,0.12), rgba(255,165,0,0.08));
    border: 1px solid rgba(255,215,0,0.35);
    border-radius: 12px;
    padding: 12px 22px;
    min-width: 140px;
    box-shadow: 0 0 18px rgba(255,215,0,0.08);
}

.sb-points-label {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    color: #ffd700;
    font-weight: 700;
    margin-bottom: 4px;
}

.sb-points-value {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 10px rgba(255,215,0,0.5);
}

/* Match grid */
.sb-match-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px 40px;
}

/* Match card */
.sb-match-card {
    background: linear-gradient(145deg, rgba(10,25,47,0.96), rgba(5,15,35,0.98));
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    animation: sbCardIn 0.45s cubic-bezier(0.16,1,0.3,1) both;
}

.sb-match-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(59,130,246,0.5), transparent);
}

.sb-match-card:hover {
    transform: translateY(-3px);
    border-color: rgba(59,130,246,0.45);
    box-shadow: 0 8px 30px rgba(0,0,0,0.5), 0 0 0 1px rgba(59,130,246,0.1);
}

/* Card states */
.sb-match-card.sb-card--settled {
    border-color: rgba(255,255,255,0.08);
    opacity: 0.85;
}

.sb-match-card.sb-card--bet-placed {
    border-color: rgba(255,215,0,0.4);
    box-shadow: 0 4px 20px rgba(0,0,0,0.4), 0 0 15px rgba(255,215,0,0.08);
}

.sb-match-card.sb-card--bet-placed::before {
    background: linear-gradient(90deg, transparent, rgba(255,215,0,0.6), transparent);
}

/* Win / Loss / Refund result ribbons */
.sb-result-ribbon {
    position: absolute;
    top: 14px;
    right: -28px;
    padding: 3px 36px;
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transform: rotate(35deg);
    color: #000;
    pointer-events: none;
}
.sb-result-ribbon.win  { background: #4ade80; }
.sb-result-ribbon.loss { background: #f87171; }
.sb-result-ribbon.void { background: #facc15; }

@keyframes sbCardIn {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* TBD team (teams not yet determined) */
.sb-team--tbd {
    cursor: default !important;
    opacity: 0.55;
}
.sb-team--tbd:hover {
    border-color: transparent !important;
    background: none !important;
    transform: none !important;
}

/* Card top row: stage + status badge */
.sb-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sb-stage {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #ffd700;
    text-transform: uppercase;
}

.sb-status-badge {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}
.sb-status-badge.timed     { background: rgba(59,130,246,0.2);  color: #82b8df; border: 1px solid rgba(59,130,246,0.35); }
.sb-status-badge.live      { background: rgba(239,68,68,0.2);   color: #f87171; border: 1px solid rgba(239,68,68,0.4); }
.sb-status-badge.finished  { background: rgba(107,114,128,0.2); color: #9ca3af; border: 1px solid rgba(107,114,128,0.35); }
.sb-status-badge.started   { background: rgba(255,165,0,0.15);  color: #fb923c; border: 1px solid rgba(255,165,0,0.3); }
.sb-status-badge.postponed { background: rgba(251,191,36,0.15); color: #fbbf24; border: 1px solid rgba(251,191,36,0.35); }

/* Match date/time */
.sb-match-date {
    font-size: 0.75rem;
    color: #82b8df;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

/* Teams row */
.sb-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.sb-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 8px;
    cursor: pointer;
    padding: 10px 6px;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.sb-team:hover {
    border-color: rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.04);
    transform: scale(1.03);
}

.sb-team.selected--home {
    border-color: rgba(59,130,246,0.6);
    background: rgba(59,130,246,0.08);
}

.sb-team.selected--away {
    border-color: rgba(239,68,68,0.6);
    background: rgba(239,68,68,0.08);
}

.sb-team.selected--draw {
    border-color: rgba(255,215,0,0.6);
    background: rgba(255,215,0,0.08);
}

.sb-team.winner-highlight {
    border-color: rgba(74,222,128,0.6) !important;
    background: rgba(74,222,128,0.07) !important;
}

.sb-flag {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.2);
    padding: 2px;
}

.sb-team-code {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    text-shadow: 0 0 15px rgba(255,255,255,0.2);
}

.sb-team-name {
    font-size: 0.75rem;
    color: #b0c4de;
    text-align: center;
    font-weight: 500;
}

/* VS / Draw separator */
.sb-vs-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.sb-vs-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1c3d5a, #0b2238);
    border: 1px solid rgba(59,130,246,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 900;
    color: #82b8df;
    letter-spacing: 1px;
}

.sb-draw-btn {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffd700;
    background: rgba(255,215,0,0.08);
    border: 1px solid rgba(255,215,0,0.3);
    border-radius: 6px;
    padding: 3px 7px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    text-transform: uppercase;
}

.sb-draw-btn:hover {
    background: rgba(255,215,0,0.18);
    border-color: rgba(255,215,0,0.6);
}

.sb-draw-btn.selected {
    background: rgba(255,215,0,0.22);
    border-color: rgba(255,215,0,0.7);
    color: #fff;
}

/* Score display (for settled matches) */
.sb-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.sb-score-divider {
    font-size: 1rem;
    color: #82b8df;
}

/* Current bet display */
.sb-current-bet {
    background: linear-gradient(135deg, rgba(255,215,0,0.08), rgba(255,165,0,0.05));
    border: 1px solid rgba(255,215,0,0.2);
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sb-current-bet-label {
    font-size: 0.7rem;
    color: #ffd700;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sb-current-bet-value {
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
}

/* Bet input area */
.sb-bet-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sb-pick-indicator {
    text-align: center;
    font-size: 0.78rem;
    color: #82b8df;
    height: 18px;
    transition: color 0.2s ease;
}

.sb-pick-indicator.has-pick {
    color: #ffd700;
    font-weight: 700;
}

.sb-input-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sb-bet-input {
    flex: 1;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 10px 14px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    outline: none;
    transition: border-color 0.2s ease;
    min-width: 0;
}

.sb-bet-input:focus {
    border-color: rgba(59,130,246,0.6);
}

.sb-bet-input::placeholder {
    color: rgba(255,255,255,0.3);
    font-weight: 400;
}

.sb-bet-input:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Submit button */
.sb-bet-btn {
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ffd700, #ffa500);
    color: #000;
    box-shadow: 0 3px 10px rgba(255,165,0,0.2);
}

.sb-bet-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 5px 16px rgba(255,165,0,0.35);
}

.sb-bet-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

/* Closed / settled state info */
.sb-closed-msg {
    text-align: center;
    font-size: 0.8rem;
    color: #9ca3af;
    padding: 8px 0;
    font-style: italic;
}

/* Feedback message under the bet form */
.sb-feedback {
    font-size: 0.78rem;
    text-align: center;
    min-height: 18px;
    transition: color 0.2s ease;
}
.sb-feedback.success { color: #4ade80; }
.sb-feedback.error   { color: #f87171; }

/* ============================================================
   SPORTS BETTING — CONFIRMATION MODAL
   ============================================================ */

#sbConfirmModal.modal.fade .modal-dialog,
#sbCancelModal.modal.fade .modal-dialog {
    transform: scale(0.94) translateY(12px);
    transition: transform 0.25s ease-out;
}
#sbConfirmModal.modal.show .modal-dialog,
#sbCancelModal.modal.show .modal-dialog {
    transform: scale(1) translateY(0);
}

#sbConfirmModal .modal-content,
#sbCancelModal .modal-content {
    background: #0b1a30;
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 16px 48px rgba(0,0,0,0.5);
}

#sbConfirmModal .modal-header,
#sbCancelModal .modal-header {
    border-bottom: 1px solid rgba(59,130,246,0.12);
    padding: 16px 22px 14px;
    background-color: #0b1a30 !important;
}

#sbConfirmModal .modal-title,
#sbCancelModal .modal-title {
    font-family: 'Marcellus SC', serif;
    font-size: 1.2rem;
    color: #fff !important;
    letter-spacing: 0.8px;
}

#sbConfirmModal .btn-close,
#sbCancelModal .btn-close {
    filter: brightness(0) invert(0.65);
    opacity: 0.6;
    transition: opacity 0.2s;
}
#sbConfirmModal .btn-close:hover,
#sbCancelModal .btn-close:hover {
    opacity: 1;
}

#sbConfirmModal .modal-body,
#sbCancelModal .modal-body {
    padding: 20px 22px 10px;
}

/* Summary card */
.sb-confirm-summary {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(59,130,246,0.1);
    background: rgba(10,25,47,0.4);
}

.sb-confirm-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    padding: 11px 14px;
    border-bottom: 1px solid rgba(59,130,246,0.06);
}
.sb-confirm-row:last-child {
    border-bottom: none;
}

.sb-confirm-row span:first-child {
    color: #82b8df;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.sb-confirm-row span:last-child {
    font-weight: 700;
    color: #fff;
    font-size: 0.9rem;
    text-align: right;
}

/* Potential return row — subtle blue highlight instead of gold */
.sb-confirm-row.sb-confirm--return span:last-child {
    color: #82b8df;
}

/* Double or Nothing disclaimer */
.sb-confirm-disclaimer {
    color: rgba(130,184,223,0.65);
    font-size: 0.72rem;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

#sbConfirmModal .modal-footer,
#sbCancelModal .modal-footer {
    border-top: 1px solid rgba(59,130,246,0.12);
    display: flex;
    gap: 10px;
    padding: 14px 22px 18px;
    background-color: #0b1a30 !important;
}

#sbConfirmModal .btn-confirm-yes,
#sbCancelModal .btn-confirm-yes,
#sbCancelModal .btn-confirm-no,
#sbConfirmModal .btn-confirm-no {
    flex: 1;
    background: transparent;
    color: #b0c4de;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 11px 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
#sbConfirmModal .btn-confirm-no:hover,
#sbCancelModal .btn-confirm-no:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}

/* Place Bet button — blue accent */
#sbConfirmModal .btn-confirm-yes {
    background: rgba(59,130,246,0.15);
    color: #82b8df;
    border: 1px solid rgba(59,130,246,0.4);
}
#sbConfirmModal .btn-confirm-yes:hover {
    background: rgba(59,130,246,0.25);
    border-color: rgba(59,130,246,0.6);
    color: #fff;
}

/* Cancel Bet button — red accent to distinguish the destructive action */
#sbCancelModal .btn-confirm-yes {
    background: rgba(239,68,68,0.12);
    color: #f87171;
    border: 1px solid rgba(239,68,68,0.35);
}
#sbCancelModal .btn-confirm-yes:hover {
    background: rgba(239,68,68,0.22);
    border-color: rgba(239,68,68,0.6);
    color: #fff;
}

@media (max-width: 600px) {
    .sb-match-grid {
        grid-template-columns: 1fr;
    }
    .sb-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .sb-points-badge {
        width: 100%;
    }
    .sb-team-code { font-size: 1.6rem; }
    .sb-flag { width: 42px; height: 42px; }
}

/* ============================================================
   SPORTS BETTING FILTERS AND STAGE HEADERS
   ============================================================ */

.sb-filter-bar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 1100px;
    margin: 0 auto 25px;
    padding: 15px 20px;
    background: rgba(10, 25, 47, 0.6);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.sb-cancel-btn {
    width: 100%;
    padding: 9px 18px;
    border-radius: 8px;
    border: 1px solid rgba(239, 68, 68, 0.35);
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sb-cancel-btn:hover {
    background: rgba(239, 68, 68, 0.22);
    border-color: rgba(239, 68, 68, 0.6);
    box-shadow: 0 2px 10px rgba(239, 68, 68, 0.15);
}

.sb-cancel-btn:active {
    transform: scale(0.97);
}

.sb-filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.sb-filter-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #ffd700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-right: 8px;
    min-width: 70px;
}

/* Filter dropdown select */
.sb-filter-select {
    background: rgba(10, 25, 47, 0.9);
    border: 1px solid rgba(59, 130, 246, 0.35);
    color: #82b8df;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 8px 28px 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    outline: none;
    min-width: 140px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2382b8df'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
}

.sb-filter-select:hover {
    border-color: rgba(59, 130, 246, 0.6);
}

.sb-filter-select:focus {
    border-color: rgba(255, 215, 0, 0.5);
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.1);
}

.sb-filter-select option {
    background: #0a1929;
    color: #b0c4de;
}

/* Responsive filter bar */
@media (max-width: 600px) {
    .sb-filter-bar {
        position: sticky;
        top: 0;
        z-index: 50;
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .sb-filter-select {
        min-width: 120px;
        flex: 1;
    }
    .sb-filter-group {
        flex-direction: column;
        align-items: stretch;
    }
}

.sb-stage-header {
    grid-column: 1 / -1;
    font-family: 'Marcellus SC', serif;
    color: #ffd700;
    font-size: 1.35rem;
    border-bottom: 2px solid rgba(255, 215, 0, 0.2);
    padding: 15px 0 6px 5px;
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.15);
}

.sb-stage-header:first-of-type {
    margin-top: 5px;
}

/* ============================================================
   WORLD CUP PREDICTOR
   ============================================================ */

.wc-predictor-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 28px 10px 10px;
    max-width: 1100px;
    margin: 0 auto;
}

.wc-predictor-title {
    font-family: 'Marcellus SC', serif;
    font-size: 1.8rem;
    color: #fff;
    margin: 0 0 4px;
    text-shadow: 0 0 20px rgba(255,215,0,0.3);
    line-height: 1.2;
}

.wc-predictor-subtitle {
    font-size: 0.85rem;
    color: #82b8df;
    margin: 0;
    max-width: 500px;
}

/* Your prediction banner */
.wc-your-pick-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: 550px;
    margin: 16px auto 22px;
    padding: 14px 22px;
    background: linear-gradient(135deg, rgba(255,215,0,0.1), rgba(255,165,0,0.06));
    border: 1px solid rgba(255,215,0,0.3);
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255,215,0,0.06);
}

.wc-your-pick-icon {
    font-size: 1.8rem;
    line-height: 1;
}

.wc-your-pick-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wc-your-pick-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffd700;
    text-transform: uppercase;
}

.wc-your-pick-country {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 10px rgba(255,215,0,0.3);
}

/* Country grid */
.wc-country-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px 40px;
}

/* Country card */
.wc-country-card {
    background: linear-gradient(145deg, rgba(10,25,47,0.96), rgba(5,15,35,0.98));
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 14px;
    padding: 16px 18px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35);
    animation: sbCardIn 0.45s cubic-bezier(0.16,1,0.3,1) both;
}

.wc-country-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(59,130,246,0.5), transparent);
}

.wc-country-card:hover:not(.wc-card--disabled) {
    transform: translateY(-3px);
    border-color: rgba(59,130,246,0.45);
    box-shadow: 0 8px 28px rgba(0,0,0,0.5), 0 0 0 1px rgba(59,130,246,0.1);
}

/* Top row: flag + info */
.wc-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.wc-card-flag {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.2);
    padding: 2px;
    flex-shrink: 0;
}

.wc-card-info {
    flex: 1;
    min-width: 0;
}

.wc-card-code {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.2;
    text-shadow: 0 0 12px rgba(255,255,255,0.15);
}

.wc-card-name {
    font-size: 0.75rem;
    color: #b0c4de;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Vote percentage bar */
.wc-vote-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wc-vote-bar-track {
    flex: 1;
    height: 8px;
    background: rgba(255,255,255,0.06);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.wc-vote-bar-fill {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transition: width 0.8s cubic-bezier(0.16,1,0.3,1);
    width: 0%;
}

.wc-vote-pct {
    font-size: 0.78rem;
    font-weight: 700;
    color: #82b8df;
    min-width: 38px;
    text-align: right;
    white-space: nowrap;
}

.wc-vote-label {
    font-size: 0.7rem;
    font-weight: 500;
    color: #6b8aaa;
    margin-left: 3px;
    text-transform: lowercase;
}

/* Bottom row: action / status */
.wc-card-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(59,130,246,0.08);
}

.wc-badge {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

.wc-badge--eliminated {
    background: rgba(239,68,68,0.15);
    color: #f87171;
    border: 1px solid rgba(239,68,68,0.3);
}

.wc-badge--yourpick {
    background: rgba(255,215,0,0.15);
    color: #ffd700;
    border: 1px solid rgba(255,215,0,0.35);
}

.wc-badge--pending {
    background: rgba(59,130,246,0.15);
    color: #82b8df;
    border: 1px solid rgba(59,130,246,0.3);
}

/* Select / Picked button */
.wc-select-btn {
    padding: 5px 14px;
    border-radius: 6px;
    border: 1px solid rgba(59,130,246,0.35);
    background: rgba(59,130,246,0.1);
    color: #82b8df;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wc-select-btn:hover:not(:disabled) {
    background: rgba(59,130,246,0.22);
    border-color: rgba(59,130,246,0.6);
    color: #fff;
}

.wc-select-btn.selected {
    background: rgba(255,215,0,0.2);
    border-color: rgba(255,215,0,0.5);
    color: #ffd700;
}

.wc-select-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Disabled card state */
.wc-country-card.wc-card--disabled {
    opacity: 0.75;
}

.wc-country-card.wc-card--disabled::before {
    background: linear-gradient(90deg, transparent, rgba(107,114,128,0.3), transparent);
}

.wc-country-card.wc-card--selected {
    border-color: rgba(255,215,0,0.4);
    box-shadow: 0 4px 16px rgba(0,0,0,0.35), 0 0 14px rgba(255,215,0,0.08);
}

.wc-country-card.wc-card--selected::before {
    background: linear-gradient(90deg, transparent, rgba(255,215,0,0.6), transparent);
}

/* Predictor feedback message */
.wc-predictor-feedback {
    text-align: center;
    font-size: 0.85rem;
    padding: 12px;
    max-width: 500px;
    margin: 0 auto 20px;
    border-radius: 8px;
}

.wc-predictor-feedback.feedback-error {
    color: #f87171;
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.2);
}

.wc-predictor-feedback.feedback-success {
    color: #4ade80;
    background: rgba(74,222,128,0.08);
    border: 1px solid rgba(74,222,128,0.2);
}

/* Predictor Confirmation Modal — reuse sb-confirm-* classes */
#wcPredictConfirmModal .modal-content {
    background: #0b1a30;
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 16px 48px rgba(0,0,0,0.5);
}

#wcPredictConfirmModal .modal-header {
    border-bottom: 1px solid rgba(59,130,246,0.12);
    padding: 16px 22px 14px;
    background-color: #0b1a30 !important;
}

#wcPredictConfirmModal .modal-title {
    font-family: 'Marcellus SC', serif;
    font-size: 1.2rem;
    color: #fff !important;
    letter-spacing: 0.8px;
}

#wcPredictConfirmModal .btn-close {
    filter: brightness(0) invert(0.65);
    opacity: 0.6;
    transition: opacity 0.2s;
}
#wcPredictConfirmModal .btn-close:hover {
    opacity: 1;
}

#wcPredictConfirmModal .modal-body {
    padding: 20px 22px 10px;
}

#wcPredictConfirmModal .modal-footer {
    border-top: 1px solid rgba(59,130,246,0.12);
    display: flex;
    gap: 10px;
    padding: 14px 22px 18px;
    background-color: #0b1a30 !important;
}

#wcPredictConfirmModal .btn-confirm-yes {
    flex: 1;
    background: rgba(59,130,246,0.15);
    color: #82b8df;
    border: 1px solid rgba(59,130,246,0.4);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border-radius: 8px;
    padding: 11px 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
#wcPredictConfirmModal .btn-confirm-yes:hover {
    background: rgba(59,130,246,0.25);
    border-color: rgba(59,130,246,0.6);
    color: #fff;
}

#wcPredictConfirmModal .btn-confirm-no {
    flex: 1;
    background: transparent;
    color: #b0c4de;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 11px 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
#wcPredictConfirmModal .btn-confirm-no:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}

/* Search input */
.wc-search-wrap {
    max-width: 400px;
    margin: 0 auto 20px;
    padding: 0 10px;
}

.wc-search-input {
    width: 100%;
    background: rgba(10,25,47,0.7);
    border: 1px solid rgba(59,130,246,0.3);
    border-radius: 10px;
    padding: 12px 16px 12px 40px;
    color: #fff;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2382b8df' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 18px;
}

.wc-search-input::placeholder {
    color: rgba(130,184,223,0.5);
    font-weight: 400;
}

.wc-search-input:focus {
    border-color: rgba(59,130,246,0.6);
    box-shadow: 0 0 12px rgba(59,130,246,0.08);
}

/* Responsive */
@media (max-width: 600px) {
    .wc-country-grid {
        grid-template-columns: 1fr;
    }
    .wc-predictor-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .wc-search-wrap {
        max-width: 100%;
    }
}

/* ============================================================
   LEADERBOARD - PAGE PILL TABS (horizontally scrollable on mobile)
   ============================================================ */

.lb-page-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 1100px;
    margin: 0 auto 20px;
    padding: 0 10px;
    list-style: none;
}

.lb-page-tabs .nav-link {
    color: #82b8df;
    border: 1px solid rgba(59,130,246,0.2);
    background: rgba(10,25,47,0.5);
    font-size: 0.9rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.lb-page-tabs .nav-link:hover {
    border-color: rgba(59,130,246,0.5);
    background: rgba(59,130,246,0.1);
    color: #fff;
}

.lb-page-tabs .nav-link.active {
    background: linear-gradient(135deg, #b0b8c4, #8a94a6);
    border-color: rgba(255,255,255,0.2);
    color: #0a1929;
    box-shadow: 0 0 10px rgba(255,255,255,0.08);
}

/* On mobile: horizontal scroll instead of wrapping */
@media (max-width: 600px) {
    .lb-page-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        justify-content: flex-start;
        padding: 0 10px 8px;
        margin: 0 -10px 16px;
    }
    .lb-page-tabs::-webkit-scrollbar {
        display: none;
    }
    .lb-page-tabs .nav-item {
        flex-shrink: 0;
    }
    .lb-page-tabs .nav-item:first-child {
        margin-left: 0;
    }
}
