body {
    background-image: url('../img/bg01.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000000;
}

.sprintBanner {
    width: 95%;
    max-width: 800px;
    margin: auto;
}

.sprintBanner img {
    border-radius: 10px;
}

#TnC li {
    margin-bottom: 8px;
    line-height: 20px;
}

.infoBtnWrap {
    display: flex;
    margin: 20px auto;
    max-width: 450px;
    width: 95%;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;
}

.infoBtnWrap a {
    flex-grow: 1;
    width: 100%;
    max-width: 130px;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    background-color: #0099ff;
    color: #FFFFFF !important;
    border-radius: 10px;
}

.cdTimer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    background-color: #33ff00;
    color: #000033;
    max-width: 300px;
    margin: 20px auto;
    border-radius: 6px;
    padding: 10px;
}

.screen2 .cdTimer {
    margin: 5px auto 20px;
}

.cdTimer span {
    display: block;
    font-size: 45px;
    line-height: 40px;
    font-weight: bold;
}

.ssHead {
    position: relative;
    width: 100%;
}

.promoFooter01 {
    margin: 20px auto 10px;
}

.lbIcon {
    width: 30px;
    display: inline-block;
}

#leaderboard .lbIcon {
    width: 20px;
    display: inline-block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #0099ff;
    border-color: #0099ff;
}

.nav-tabs .nav-link {
    color: #0099ff;
    background-color: #FFF;
    margin-bottom: -1px;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.screen {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ldbBg {
    background-position: center center;
    background-size: cover;
    padding: 20px 10px 30px;
}

.promoLogo {
    max-width: 700px;
    margin: 10px auto 40px;
}

.promoInfo {
    color: #FFF;
    padding: 10px 10px 15px;
    /* max-width: 600px;
    width: 100%; */
    width: 95%;
    max-width: 800px;
    margin: 20px auto;
    border-radius: 6px;
    text-align: center;
    background-color: rgba(1, 1, 24, 0.88);
}

.promoInfo h1 {
    font-size: 26px;
    line-height: 27px;
}

.promoInfo h1:first-of-type {
    max-width: 400px;
    line-height: 26px;
    margin: auto;
}

.promoInfo h2 {
    font-size: 22px;
    line-height: 25px;
    color: #33fb01;
}

.promoInfo h3 {
    font-size: 20px;
    line-height: 22px;
}

.promoInfo h3:first-of-type {
max-width: 450px;
    line-height: 26px;
    margin: auto;
    color: #bdd8e9;
}

.promoInfo p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px auto;
}

.fadeout {
    opacity: 0 !important;
    transition: opacity linear 0.8s 0s;
}

.htplink {
    color: #FFF;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto;
    cursor: pointer;
    background-color: #f42fad;
    border-radius: 6px;
    padding: 5px 7px;
    max-width: 150px;
    width: 100%;
}

.lbWrap {
    position: relative;
    width: 100%;
}

.lbWrap h1 {
    color: #FFF;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
}

.lbWrap h3 {
    color: #0099ff;
    font-size: 26px;
    line-height: 26px;
    margin: 10px 0 10px;
}

.lbWrap h5 {

    color: #0099ff;
    text-align: center;
    margin: 10px auto;
    max-width: 400px;
}

.vpError {
    color: #f34343;
    font-size: 17px;
    margin: 15px auto;
}

.vpArea {
    margin: 0 auto 40px;
}

.pospts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    max-width: 270px;
    width: 100%;
    background-color: rgb(49 49 72 / 70%);
    border-radius: 6px;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 17px;
    margin: 5px auto 20px;
    text-align: left;
}

.yourPos,
.yourPts {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
    color: #33ff00;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}

.yourPos span:last-child,
.yourPts span:last-child {
    color: #FFF;
}

.lbBlk {
    display: flex;
    max-width: 390px;
    width: 100%;
    color: #FFF;
    margin: 5px auto;
}

.lbInfo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    border-radius: 0 6px 6px 0px;
    background-color: rgba(0, 153, 255, 0.8);
    width: 100%;
}

.lbInfo .blk {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 20%;
    padding: 10px;
}

.lbInfo .blk span:last-child {
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
}


.lbInfo .nme {
    width: 35%;

}

.lbInfo .pts:last-child {
    width: 45%;
}

.pt01 {
    color: #000033;
    font-weight: bold;
    font-size: 13px;
}

.lbPrize {
    border-radius: 0 0 6px 6px;
    background-color: rgba(51, 255, 0, 0.8);
    width: 100%;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #000033;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
}

.lbInfoWrap {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 30px auto 50px;
}

.blkPos {
    display: flex;
    background-color: rgba(51, 255, 0, 0.8);
    padding: 10px;
    border-radius: 6px 0 0 6px;
    font-weight: bold;
    text-align: center;
    color: #000033;
    align-items: center;
}

.avp-pagi {
    display: none !important;
}

.avp-arrows {
    position: relative;
    height: 40px;
    max-width: 100px;
    margin: 0px auto 20px;
}

/*.splide .avp-prev {
    top: -40px !important;
}

.splide .avp-next {
    bottom: -40px !important;
}*/

.splide .is-active .lbBlk {
    transform: scale(1);
    opacity: 1;
}

.alIcon {
    display: inline-block;
    max-width: 20px;
}

.lb-winner-icon {
    width: 25px;
    margin-right: 10px;
}

@media (min-width:481px) {}

@media (min-width:768px) {
    .ldbBg {
        background-image: url(../img/table-bg.jpg);
    }

}

@media (min-width:1000px) {

    .splide__list {
        margin: auto !important;
    }

    .lbInfoWrap {
        max-width: 600px;
    }

    .lbBlk {
        max-width: 800px;
    }

}

@media (min-width:1025px) {}

@media (min-width:1441px) {}