:root {
    --light-blue: #00a0ff;
}

@font-face {
    font-family: Champions-Display;
    src: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/Champions-Display.woff2);
}

@font-face {
    font-family: Champions-Regular;
    src: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/Champions-Regular.woff2);
}

@font-face {
    font-family: Champions-ExtraBold;
    src: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/Champions-ExtraBold.woff2);
}


* {
    box-sizing: border-box;
}

html {
    height: initial !important;
}

body {
    margin: 0;
    padding: 0;
    background: radial-gradient(circle at top right, rgba(23, 35, 196, 1) 0%, rgba(5, 0, 85, 1) 30%), rgba(5, 0, 85, 1);
    background-repeat: no-repeat;
    height: initial !important;
    font-family: 'Champions-Regular', sans-serif;
    color: white;
}

.text-xl {
    line-height: 1;
    font-size: 6em;
    font-family: 'Champions-Display', sans-serif;
    margin: 20px auto;
    text-transform: uppercase;
    font-weight: 400;
}

.text-l {
    line-height: .9;
    font-size: clamp(20px, 7.8vw, 7.8vw);
    font-family: 'Champions-Display', sans-serif;
    margin: 20px auto;
    text-transform: uppercase;
    font-weight: 400;
}

.text-md-extra-bold {
    line-height: 1;
    font-size: 2em;
    font-family: 'Champions-ExtraBold', sans-serif;
    margin: 20px auto;
    text-transform: uppercase;
}

.text-md-regular {
    line-height: 0.9;
    font-size: clamp(19px, 2.25vw, 2.25vw);
    font-family: 'Champions-Regular', sans-serif;
    margin: 1.7vw auto;
    text-transform: uppercase;
}

.dash {
    width: 120px;
    height: 5px;
    background: white;
    margin: 30px auto;
}

.center {
    text-align: center;
}

.text-light-blue {
    color: var(--light-blue);
}

.hero {
    height: 56.3vw;
    max-height: 100vh;
    width: 100%;
    background: #050055;
    background-size: auto 100%;
    position: relative;
    overflow-x: clip;
}

.hero .inner {
    margin: 0 auto;
    max-width: 178cqh;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.hero .left {
    position: relative;
    width: 60%;
    height: 100%;
}

.hero .left .lockup {
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/lockup.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 38.6%;
    position: absolute;
    top: 8.8%;
    left: 0;
}

.hero .left .prizes {
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/tickets.png?v=2) no-repeat bottom center;
    background-size: contain;
    width: 100%;
    height: 21.3%;
    position: absolute;
    top: 49.5%;
    left: 0%;
}

.hero .left .stadium {
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/stadium.png) no-repeat bottom center;
    background-size: contain;
    width: 100%;
    height: 61%;
    position: absolute;
    bottom: 0%;
    left: 0%;
}

.hero .spacer {
    position: relative;
    width: 0.4%;
    height: 100%;
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/spacer.svg) no-repeat bottom center;
    background-size: cover;
}

.hero .right {
    position: relative;
    width: 39.6%;
    height: 100%;
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/bg-numbers.jpg) no-repeat top left;
    background-size: cover;
}

.hero .right .predict-six {
    position: absolute;
    left: 0%;
    top: 8.8%;
    width: 100%;
    height: 30.6%;
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/predict.png) no-repeat center;
    background-size: contain;
}

.form-predict-six {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -3.55%;
    margin-bottom: -6.5%;
}

.form-predict-six i {
    display: block;
    padding-bottom: 19.5%;
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/predict-six-shifted.svg) no-repeat center;
    background-size: cover;
}

.hero .right .trophy {
    position: absolute;
    left: 0%;
    top: 43.2%;
    width: 100%;
    height: 36.6%;
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/trophy.png) no-repeat center;
    background-size: contain;
}

.hero .right .predict-now {
    position: absolute;
    left: 25.65%;
    top: 83.2%;
    width: 48.7%;
    height: 9.4%;
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/predict-now.svg) no-repeat center;
    background-size: contain;
}

.hero .right .predict-now a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    cursor: pointer;
}

.hero .right .gradient-black {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background-size: contain;
    pointer-events: none;
}

.stadium-bottom {
    width: 100%;
    height: 40vw;
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/stadium-gradient.jpg) no-repeat bottom center;
    background-size: cover;
}


form {
    width: 100% !important;
    max-width: 520px !important;
}

app-page-block .question:not(.question-checkbox) {
    margin: 0 auto 35px !important;
}

app-page-block .mat-form-field-underline {
    display: none !important;
}

app-page-block .question:not(.question-dob) .mat-form-field-label-wrapper {
    text-align: center !important;
    top: -65px !important;
}

app-page-block .question:not(.question-dob) .mat-form-field-label-wrapper label {
    color: white !important;
    font-size: 24px !important;
    letter-spacing: normal;
    font-weight: 600;
}

.mat-form-field-type-mat-select .mat-form-field-label {
    color: black !important;

}

app-page-block .question.question-dob app-page-block-form-question-dob>section>p {
    color: white !important;
    font-size: 24px !important;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    letter-spacing: normal;
    font-weight: 600;
}

app-page-block .question:not(.question-dob) .mat-form-field-appearance-fill .mat-form-field-flex,
.question:not(.question-dob) .mat-form-field-appearance-fill .mat-form-field-flex {
    border-radius: 0 !important;
    padding: 0px 20px !important;
}

.question.question-dob .mat-form-field-appearance-fill .mat-form-field-flex {
    border-radius: 0 !important;

}

app-page-block .key-country.question {
    margin-bottom: 0 !important;
}

app-page-block .key-firstName.question {
    margin-top: 33px !important;
}

app-page-block .question:not(.question-dob) .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: none !important;
    width: 100% !important;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    background: white !important;
}

input.mat-input-element {
    color: black !important;
    font-weight: 600 !important;
    font-size: 24px;
}

.mat-select {
    color: black !important;
}

.mat-select-panel {
    background: #050055 !important;
}



@media screen and (max-width: 600px) {
    .text-xl {
        /* font-size: 13.7vw; */
    }

    .text-l {
        /* font-size: 3em; */
    }

    .text-md {
        /* font-size: 1.5em; */
    }

    .stadium-bottom {
        height: 58vw;
        background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/stadium-gradient-mob.jpg) no-repeat bottom center;
        background-size: contain;
    }
}

/* @media screen and (max-width: 600px) and (max-aspect-ratio: 2/1) {
    .hero {
        height: auto;
    }

    .hero .inner {
        flex-direction: column;
    }

    .hero .inner>* {
        width: 100%;
    }

    .hero .inner .left {
        height: 121vw;
    }

    .hero .inner .spacer {
        height: 1.1vw;
        background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/spacer-mob.svg) no-repeat center;
        background-size: cover;
    }

    .hero .inner .right {
        height: 100vw;
    }

    .hero .right .predict-six {
        top: -8%;
        width: 100%;
        height: 32.6%;
        background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/predict-six-mob.png) no-repeat center;
        background-size: contain;
    }

    .hero .right .trophy {
        top: 29.2%;
        width: 100%;
        height: 48.6%;
    }

    .hero .right .predict-now {
        top: 82.2%;
        width: 48.7%;
        height: 13.4%;
    }

    .hero .right .gradient-black {
        display: none;
    }

} */






/* new / lockup  */
/* .hero .predict-six {
     background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/predictSix.svg) no-repeat center;
    left: 0%;
    top: -7%;
    width: 100%;
    height: 36.6%;
    position: absolute;
    background-size: contain;
    z-index: 1;

} */

.hero .inner {
    max-width: unset;
}

.hero .lockup {

    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/headerDeskAllText.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 57%;
    position: absolute;
    top: -6%;
    left: 0;
    z-index: 1;
}


.hero .prizes {
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/tickets.png?v=2) no-repeat bottom center;
    background-size: contain;
    width: 100%;
    height: 24.5%;
    position: absolute;
    top: 54%;
    z-index: 1;
}

/* .hero .WinATripText {
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/headerText.svg) no-repeat bottom center;
    background-size: contain;
    width: 100%;
    height: 21.3%;
    position: absolute;
    top: 49.5%;
    left: 0%;

} */

.hero .enter-now a {
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/enter-now-new.gif) no-repeat bottom center;
    background-size: contain;
    width: 100%;
    height: 13%;
    position: absolute;
    top: 82%;
    left: 0%;
    z-index: 1;

}

.hero .stadium {
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/stadiumDesk.jpg) no-repeat bottom center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    /* bottom: 0%; */
    top: 0px;
    left: 0%;
    z-index: 0;

}




@media screen and (max-width: 600px) and (max-aspect-ratio: 2/1) {
    .hero {
        height: auto;
        max-height: unset;
    }


    .hero .inner {
        flex-direction: column;
        height: 179vw;
    }

    .hero .inner>* {
        width: 100%;
        padding: 0 16px;
    }

    /* new / lockup  */
    /* .hero .predict-six {
        position: absolute;
        left: 0%;
        top: 8.8%;
        width: 100%;
        height: 30.6%;
        background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/predictSix.svg) no-repeat center;
        background-size: contain;
    } */

    /* logo and text */
    .hero .lockup {
        background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/headerTextTopMobile.svg) no-repeat center;
        background-size: contain;
        width: 96%;
        height: 34%;
        position: absolute;
        top: 0%;
        left: 2%;
    }


    .hero .prizes {
        height: 15.3%;
        position: absolute;
        top: 36.8%;
    }

    .hero .WinATripText {
        background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/headerTextMobile.svg) no-repeat bottom center;
        background-size: contain;
        width: 100%;
        height: 10%;
        position: absolute;
        top: 55%;
        left: 0%;
        z-index: 1;

    }

    .hero .enter-now a {
        background-size: contain;
        width: 100%;
        height: 8%;
        position: absolute;
        top: 67.5%;
        left: 0%;
        z-index: 1;

    }

    .hero .stadium {
        background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/stadiumMobile.jpg) no-repeat bottom center;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0%;
        left: 0%;
    }

}




/* new thanks page */
/* .content-container {
    position: relative;
    overflow: hidden;
    height: auto;
    background-size: cover;
    padding: 0 !important;
} */

.stadium {
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/stadiumMobile.jpg) no-repeat bottom center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    bottom: 0%;
    left: 0%;
}


.thankYou {
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/thanksText.svg) no-repeat center;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    top: 20%;
    z-index: 1;
}


/* prizes page */
.nPad {
    padding: 0 !important;
}

@media screen and (min-width: 600px) {
    .nPad {
        padding: unset !important;
    }
}


.prizesImg {
    width: 100%;
    position: relative;
    max-width: 1400px;
    margin: 30px auto;
}

.prizesImg i {
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/prizes-new.png) no-repeat center;
    background-size: contain;
    padding-bottom: 50%;
    display: block;
}

/* for lists */
ol {
    margin: 0;
    padding-left: 1rem;
}

/* cookie popup */
.cookie-shadow .cookie-popup {
    background: var(--mainBGBlueOpacity);
    width: calc(100% - 2rem) !important;
    height: fit-content !important;
    max-height: calc(100% - 2rem) !important;
    padding: 0px 1rem 1rem !important;
    font-size: 14px;
}

.cookie-footer {
    justify-content: space-around !important;
}

/* for the .read-more gap */
.cookie-list .cookie-option .read-more {
    margin: 0.5rem 0rem;
}

/* cookie pop up btn  */
.cookie-footer .cookie-option-button-all {
    background-color: #fff !important;
    color: #000 !important;
}

.cookie-footer .cookie-option-button {
    margin: 0 !important;
    padding: 0.8rem 1rem !important;
    font-size: 14px !important;
    border-radius: 2px !important;

}

/* cookie pop up slider */
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: var(--borderBlue);
    opacity: 1;
}

.cookie-shadow .cookie-popup .cookie-list .cookie-option .mat-slide-toggle {
    width: fit-content;
    margin-right: 1rem;
}

/* cookie buttons */
.cookie-shadow .cookie-popup .cookie-footer .cookie-option-button {
    width: calc(50% - 1.5rem) !important;
    margin: .5rem !important;
}

/* .cookie-shadow {
    position: inherit !important;
} */
.cookie-footer {
    margin: 0 !important;
}


.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: #00a7b3;
    opacity: 0.8;
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #00a7b3;

}

.mat-slide-toggle .mat-ripple-element {
    background-color: #fff;
}


/* Push the footer block to the bottom */
app-page-block.type-widget:last-child {
    margin-top: auto;
}


footer {
    padding: 1rem;
    margin-top: auto;
    color: white;
    z-index: 1;
    position: relative;
}

footer .footer-text {
    margin: 0 auto !important;
    white-space: normal !important;

}

.form-container .form-submit {
    padding-top: 12px !important;
    padding-bottom: 9px !important;
}

.pb::before {
    content: "";
    display: block;
    padding-top: 1px;
    margin-bottom: 20px;
}

.pa::after {
    content: "";
    display: block;
    padding-bottom: 1px;
    margin-top: 20px;
}

.content-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 16px;
}

.cookie-shadow .cookie-popup {
    background: #031f38;
}

.tableContainer {
    overflow-x: auto !important;
}

table {
    margin: 10px 0;
    border: 1px solid #ccc;
    border-collapse: collapse
}

table td,
table th {
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: left;
}

table th {
    font-weight: 700;
}

.mat-form-field-required-marker {
    color: white !important;
}

.enterLockup {
    width: 100%;
    margin: 20px auto;
    margin-top: 0;
}

.enterLockup i {
    display: block;
    padding-bottom: 24%;
    background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/header-win-lockup.svg) no-repeat center;
    background-size: contain;
}

.content-container-wide {
    width: 100%;
    max-width: 94.3vw;
    margin: 0 auto;
}


@media screen and (max-width: 600px) and (max-aspect-ratio: 2/1) {
    .enterLockup {
        width: 100%;
        margin: 20px auto;
        max-width: 650px;
    }

    .enterLockup i {
        display: block;
        padding-bottom: 19%;
        background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/headerTextTopMobile.svg) no-repeat center;
        background-size: contain;
    }

    .content-container-wide {
        max-width: 88vw;
    }

    .text-md-regular {
        margin: 16px auto;
    }

    .form-predict-six {
        margin-top: 0;
        margin-bottom: -10.5%;
    }

    .form-predict-six i {
        padding-bottom: 35.2%;
        background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/predictSix.svg) no-repeat center right;
        background-size: contain;
    }

    .text-l {
        line-height: .9;
        font-size: clamp(20px, 14.5vw, 14.5vw);
        margin: 2vw auto;
    }

    .prizesImg i {
        background: url(https://cdn.promo-now.com/site-files/67f68b8e6ab321bbc2f4afc8/prizes-new.png) no-repeat center;
        background-size: contain;
        padding-bottom: 85%;
        display: block;
    }
}

@media screen and (min-aspect-ratio: 85 / 48) {
    .text-l {
        font-size: clamp(20px, 13.4vh, 13.4vh);
    }

    .text-md-regular {
        font-size: clamp(20px, 4vh, 4vh);
        margin: 3vh auto;
    }

    .content-container-wide {
        max-width: 167.3vh;
    }
}



app-page-block .question:is(.question-checkbox) {
    margin-bottom: 0 !important;
}

app-page-block .question.key-dob {
    margin-bottom: 0px !important;
}

.ctas-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.mat-dialog-container {
    background: #201d7c !important;
}