
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('/fonts/HelveticaNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-size: 15px;
    font-style: normal;
}
*/
@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url('https://cdn.prod.website-files.com/659ecaa5fc52e07adbdcd5ac/65a0298fab22211de9e9d17f_HelveticaNeue-CondensedBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


body {
    position: relative;
    font-family: "Roboto";
    color: #2f2e2a;
    font-size: 15px;
    background-color: #2f2e2a;
    z-index: 5;
}
body > * {
    position: relative;
}
body:before {
    content: "";
    display: block;
    width: 100%;
    min-height: 800px;
    background-image: linear-gradient(to top, #2f2e2a, #ececec00), url(fiber-carbon-bg.webp);
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: absolute;
    z-index: 0;
}
body:after {
    content: "";
    display: block;
    width: 100%;
    min-height: 400px;
    background-image: linear-gradient(to bottom, #2f2e2a, #ececec00), url(fiber-carbon-bg.webp);
    background-position: 0 0, 50% 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: absolute;
    z-index: -1;
    bottom: 0px;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-weight: bold;
}
.page-pending p,
.page-maintenance p {
    color: #fff;
}
.hpanel.hbgblue .panel-body {
    background: #dd0034;
}
.lottery-logo {
    width: 100%;
    max-width: 264px;
    margin: 30px 0px;
    float: left;
}
.lottery-logo-enter {
    width: 100%;
    max-width: 264px;
    margin: 30px 0px;
    float: right;
}
.title-line {
    clear: both;
    color: #fff;
}
.countdown-wrapper .countdown {
    color: #dd0034;
}

.title {
    color: #fff;
    font-family: 'Helvetica Neue Bold', sans-serif;
    font-weight: 900;
}
.title small {
    color: #dd0034;
}

.well {
    background: #ffffff30;
    color: #fff;
    border: 2px solid #dd0034;
    /* border: none; */
    text-align: center;
}
.well a {
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
}

.hpanel {
    background-color: #ffffff;
    /*box-shadow: 0px 0px 4px 0px #2cd9ff;*/
    border-radius: 10px;
    margin-bottom: 60px;
}
.hpanel > .panel-heading {
    font-family: 'Helvetica Neue Bold', sans-serif;
    color: #dd0034;
    font-weight: bold;
    font-size: 2.15em;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 900;
    word-wrap: break-word;
    line-height: 1em;
    background: #f4f4f4;
    text-align: center;
    padding-bottom: 10px;
}

.hpanel.hblue .panel-body {
    border: none;
    background-color: #f4f4f4;
    padding-bottom: 30px;
}

.title-line:after {
    border-bottom: 4px solid #fae013;
}

.btn-primary {
    background-color: #fae013;
    border-color: #fae013;
    color: #000000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #dd0034;
    border-color: #dd0034;
    color: #ffffff;
}

#nexus-raffle-logo-wrapper {
    color: #fff;
}
#nexus-raffle-logo-wrapper.nexus-logo-dark > div > a {
    background-image: url(/images/raffle-logo-light-350x85.png);
}
.gaming-bar-sask {
    color: #fff;
}

@media (max-width: 520px) {
    #checkoutForm > .btn {
        display: block;
        margin: 50px auto 20px;
        float: none !important;
        width: fit-content;
    }
    #checkoutForm > .btn:not(#place-order-button) {
        border: none;
        background: none;
        color: #fff;
        text-decoration: underline;
    }
    #place-order-button {
        margin-bottom: 65px !important;
    }
}

.jackpot-payout-container {
    margin-bottom: 10px;
}
.jackpot-info {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 0px;
}
.jackpot-value {
    text-align: center;
    font-size: 3.5em;
    font-weight: 900;
    color: #6401d5;
    margin: -10px 0px;
}
.jackpot-payout-info {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}
.jackpot-payout {
    text-align: center;
    font-size: 3.5em;
    font-weight: 900;
    color: #fae013;
    margin: -10px 0px -5px;
}
.jackpot-show-payout .jackpot-value {
    font-size: 3.0em;
    margin: -10px 0px -5px;
}
.jackpot-container {
    margin: -20px 0px 30px 0px;
}

.gaming-bar-sask a {
    color: #fff;
    text-decoration: underline;
}