
@import url('https://fonts.googleapis.com/css2?family=Allison&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.55555556;
    color: #000;
    background-color: #fff;
}

.lottery-logo {
    max-width: 150px;
    margin: 10px 0px;
}
.lottery-logo-2 {
    display: block;
    margin: 0px auto 0px;
    max-width: 200px;
}
.lottery-logo-3 {
    display: block;
    margin: 15px auto 25px;
    max-width: 200px;
}
.lottery-logo-3 + .jackpot-payout-info {
    display: block;
    margin-bottom: 30px;
    line-height: 1.2em;
}

.title-line .title {
    display: none;
}

.title-line:after {
    border-bottom: none;
}

.countdown-wrapper {
    display: none;
    height: auto;
    transition: all 0.1s;
    float: right;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
}
.countdown-wrapper .countdown-info {
    font-size: initial;
    text-transform: uppercase;
    font-weight: 900;
}
.countdown-wrapper .countdown {
    font-weight: bold;
    background-color: #dd438d;
    border-radius: 5px;
    padding: 0px 20px 5px;
}

.countdown-to-digits > div {
    font-size: 14px;
    display: inline-block;
    width: 80px;
    height: 30px;
}
.countdown-to-digits .digit {
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 3em;
    padding: 0px 2px;
    font-weight: 700;
    position: relative;
    height: 50px;
    background: none;
}
.countdown-to-digits .digit-label {
    color: #0e2a5a;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
}
.countdown-to-digits > div + div .digit:before {
    display: block;
    content: "";
    height: 42px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: -3px;
}
@media (max-width: 992px) {
    .countdown-wrapper {
        height: initial;
        margin: 20px 0px 15px 0px !important;
        width: initial;
    }
}
@media (max-width: 468px) {
    .countdown-wrapper {
        font-size: inherit;
    }
}
@media (max-width: 380px) {
    .countdown-wrapper {
        /* display: block; */
        float: none;
    }
    .countdown-wrapper .countdown {
        padding: 0px 0px 5px;
    }
}


.well {
    background: #0E2A5A;
    color: #fff;
    border: none;
    border-radius: 0px;
}
.top-banner {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.top-banner-mobile {
    display: none;
    width: 100%;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .top-banner {
        display: none;
    }
    .top-banner-mobile {
        display: inline-block;
    }
}


.jackpot-info, .jackpot-payout-info {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.jackpot-value, .jackpot-payout {
    text-align: center;
    font-size: 3em;
    font-weight: 900;
    color: #DD438D;
    line-height: 1em;
    margin-bottom: 30px;
}

.hpanel > .panel-heading {
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
}

.hpanel .panel-body {
    background: #F1F8FC;
}

.hpanel.hblue .panel-body {
    border: none;
    border-top: 5px solid #3084C6;
}

.table.gaming-bar-sask {
    margin: 10px 0px 50px;
}
.table.gaming-bar-sask td {
    padding-top: 25px;
    color: #fff;
}
#nexus-raffle-logo-wrapper p {
    color: #fff;
}
#nexus-raffle-logo-wrapper.nexus-logo-dark > div > a {
    background-image: url(/images/raffle-logo-light-350x85.png);
}
#nexus-raffle-logo-wrapper {
    margin-bottom: 0px;
}

.form-control {
    height: auto;
    padding: 9px 12px;
    border: 1px solid #DDE9F2;
    font-size: 1.2em;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 12px;
    }
}
.credit-card-number {
    padding-left: 50px !important;
}
.phone-code {
    line-height: 43px;
}
.credit-card-number-logo {
    top: 11px;
}

.btn {
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 35px;
    font-size: 21px;
}
.btn:hover {
    box-shadow: inset 0 0 0 99px rgba(0, 0, 0, .1);
}
.btn-primary {
    color: #FFFFFF;
    background: linear-gradient(270deg, #0076C1 0, #0099D9 100%);
}
.btn.donation-amount-button {
    padding: 5px 15px;
    margin-left: 10px !important;
    margin-bottom: 10px;
    border: 2px solid #3084c6;
}
.btn.donation-amount-button.active {
    padding: 5px 15px;
    color: #FFFFFF;
    background: linear-gradient(270deg, #0076C1 0, #0099D9 100%);
}

.page-order #ticket-packs .input-group-addon-button-currency-symbol, .page-order-copy #ticket-packs .input-group-addon-button-currency-symbol {
    font-weight: bold;
    color: #555555;
    margin-left: -10px;
    top: -3px;
}

.membership-form-group.has-error {
    margin-top: 40px;
}
.membership-form-group.has-error label[for='membership'] {
    margin-bottom: 30px;
}
#membership-error {
    position: absolute;
    top: -30px;
    font-weight: normal;
}

.footer-banner {
    padding: 50px 0px;
    background: #0e2a5a;
    margin-top: 50px;
}
.footer-img {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto 50px;
    display: block;
}

.address-autocomplete-fields-wrapper {
    border-bottom: none;
}
.address-autocomplete-wrapper {
    border-top: none;
    border-bottom: 1px solid #eee;
    padding-top: 0px;
}


.splash-share {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
.share-link {
    margin: 2px;
}
.share-link-facebook {
    background-color: #3b579d;
    color: #fff;
}
.share-link-facebook:hover, .share-link-facebook:focus {
    background-color: #364874;
    color: #fff;
}
.share-link-twitter {
    background-color: #000000;
    color: #fff;
}
.share-link-twitter:hover, .share-link-twitter:focus {
    background-color: #434343;
    color: #fff;
}
.share-link-twitter svg {
    margin-bottom: -2px;
    fill: #ffffff;
}
.share-link-link {
    background-color: #ffffff;
}
.share-link-anywhere-caption {
    display: none;
}
