
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;700;900&display=swap');

body {
    font-family: 'Source Sans 3', sans-serif;
    margin-top: 25px;
    font-size: 16px;
    background: #fff;
    transition: all 0.1s;
}
.header-fixed {
    margin-top: 25px;
}
.lottery-logo {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 350px;
}
.title {
    font-weight: 900;
    font-size: 3.5em;
    line-height: 0.9em;
    margin-top: -20px;
    color: #0053a0;
}
.title small {
    font-size: 0.5em;
    line-height: 0em;
    padding-left: 3px;
    color: #006f53;
    font-weight: bold;
}
.countdown-wrapper {
    height: auto;
    text-align: right;
    font-size: 1.2em;
    width: 100%;
    padding-bottom: 10px;
}
.countdown-wrapper .countdown {
    color: #ee1515;
}
.hpanel {
    border: none;
    /* box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.05); */
    margin-bottom: 25px;
    border-radius: 5px;
}

.hpanel > .panel-heading {
    color: #0053a1;
    background: #fff;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.hpanel.hblue .panel-body {
    border: none;
    border-top: 5px solid #006e52;
}
.hpanel.hbgblue .panel-body {
    background: #0053a1;
}

.countdown-wrapper .countdown {
    color: #e51010;
}
.grand_total {
    font-weight: bold;
    font-size: 2.2em;
}
.logic-or, .logic-and {
    background: #006e52;
}

.terms-of-use-acceptance-form-group .checkbox a {
    color: inherit;
    text-decoration: underline;
}


.jackpot-info {
    margin-bottom: 5px;
}
.jackpot-payout {
    color: #00705e;
}

.btn-primary {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    background: #0053a1;
    background: linear-gradient(45deg, #006f53, #0053a1);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    padding: 20px 20px;
    border: none;
}
.btn-primary:hover {
    background: #006f53;
    background: linear-gradient(45deg, #0053a1, #006f53);
}

.btn-lg, .btn-group-lg > .btn {
    padding: 20px 20px;
    font-weight: 700;
}


#ticket-packs .col-md-6:nth-of-type(3) .form-horizontal .form-group:nth-child(4),
#ticket-packs .col-md-6:nth-of-type(3) .form-horizontal .form-group:nth-child(5),
#ticket-packs .col-md-6:nth-of-type(3) .form-horizontal .form-group:nth-child(6),
#ticket-packs .col-md-6:nth-of-type(4) .form-horizontal .form-group:nth-child(2),
#ticket-packs .col-md-6:nth-of-type(4) .form-horizontal .form-group:nth-child(4),
#ticket-packs .col-md-6:nth-of-type(4) .form-horizontal .form-group:nth-child(6) {
    display: none;
}

#ticket-packs .col-md-12 .panel-body p:first-of-type,
#ticket-packs .col-md-6 .panel-body p:first-of-type {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}
#order-summary span[id^='sum_text_'] {
    display: none;
}
.bundle-banner {
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 170px;
    max-width: 500px;
    margin: 0px auto;
    color: #fff;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    line-height: 1em;
}
.bundle-banner strong {
    font-size: 1.5em;
    margin-bottom: 3px;
    display: block;
    line-height: 1.0em;
}
@media (max-width: 991px){
    .bundle-banner {
        min-height: 215px;
    }
}
@media (max-width: 767px){
    .bundle-banner {
        min-height: auto;
    }
    .bundled-tickets .col-sm-4 + .col-sm-4 {
        border-top: 5px solid #006e52;
        padding-top: 20px;
        margin-top: 10px;
    }
}

.page-status .pull-right.m-l-sm {
    display: none;
}

.jackpot-payout {
    margin: -10px 0px -10px;
}
.jackpot-container {
    display: none;
}

.page-winners .btn.btn-primary {
  padding: 7px 20px;
}

.checkout-content {
    width: 100%;
}

#mobile-menu, .menu-wrapper, #menu-toggle, 
.splash-inner-details-prices, .splash-inner-details-prices, .splash-inner-details-jackpot,
.checkout-sidebar {
    display: none;
}
.splash-screen:before {
    background: url(https://bwhfdreamhome.com/web/sites/default/files/2023-09/DH%20-%20Rendering%20-%20HEader_0.jpg) no-repeat center center fixed;
    background-size: cover !important;
}
.splash-cause {
    color: #ffffff;
}

.label-success {
    background-color: #00705e;
}
.text-success {
    color: #00705e;
}

hr {
    border-top: 1px solid #e3e3e3;
}
.disabled input[type="checkbox"]{
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    border-color: rgba(118, 118, 118, 0.3);
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
}