
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700;900&display=swap');

html {
    margin: 0;
    padding: 0;
    height: auto;
    background: url(/themes/lottery/naaa2021/retrolines-bw.png) center bottom no-repeat #f8f8f8;
}

body {
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    background: transparent;
    transition: all 0.1s;
    font-size: 15px;
}

.hpanel {
    border: none;
    box-shadow: 10px 10px 10px 0px rgb(11 11 11 / 10%);
    margin-bottom: 25px;
    border-radius: 5px;
}

.hpanel > .panel-heading {
    color: #26468f;
    background: #fff;
    padding-left: 20px;
    font-weight: 900;
    font-size: 2.0em;
    text-transform: uppercase;
}

.hpanel.hblue .panel-body {
    border: none;
    border-top: 5px solid #26468f;
}
.hpanel.hbgblue .panel-body {
    background: #fdb827;
}
.grand_total {
    color: #00275d;
    font-weight: bold;
}
.lottery-header-title {
    font-size: 33px;
}
.header-fixed {
    margin-top: 20px;
}
.menu li a {
/*    padding: 20px 20px;*/
    color: #159eee;
    /*font-weight: 900;*/
    transition: all 0.1s;
}
.menu li a:hover {
    color: #3675a0;
}
.menu li.active a {
    border-bottom: 3px solid #159eee;
}
#mobile-menu > ul > li > a {
    color: #159eee;
    transition: all 0.1s;
}
#mobile-menu > ul > li > a:hover {
    color: #3675a0;
}
#menu-toggle span, #menu-toggle span:after, #menu-toggle span:before {
    background-color: #159eee;
}

.countdown-wrapper {
    text-align: center;
}
.countdown-wrapper .countdown {
    color: #159eee;
}
.splash-screen:before {
    background: rgb(249,249,249);
    background: linear-gradient(145deg, rgb(74, 92, 154) 0%, rgba(21,158,238,1) 100%);
}

.splash-cause {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
.splash-inner-slider .splash-inner-caption {
    /*background: rgba(0, 0, 0, 0.4);*/
}
.splash-inner-slider .splash-inner-caption small {
    font-weight: normal;
}
.splash-inner-slide-cause {
    background-image: url(/themes/lottery/demo2018/rafflenexus.com-slide1.jpg);
}


.logic-or, .logic-and {
    background: #26468f;
}

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

.page-title-bar {
    background: rgb(249,249,249);
    background: linear-gradient(145deg, rgb(74, 92, 154) 0%, rgba(21,158,238,1) 100%) !important;
}

.lottery-logo {
    margin: 0px auto 20px auto;
    display: block;
    max-width: 450px;
    width: 100%;
}
.menu-wrapper {
    border-top: none;
}
.menu li + li {
    border-left: none;
}
.menu li a > i {
    color: #222;
}
.lottery-header-order-button {
    box-shadow: 0px 3px 4px rgba(0,0,0,0.4);
    margin-top: 7px;
}
@media (max-width: 990px){
    .lottery-header-order-button {
         margin-top: 0px;
    }
}
.header {
    background: #f9f9f9;
}
.menu-wrapper {
    background: transparent;
}

.splash-inner {
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.5);
}
.splash-inner-slider .splash-inner-slide {
    border-radius: 6px 0px 0px 6px;
}

@media (max-width: 1200px){
    .splash-inner-slider .splash-inner-slide {
        border-radius: 6px 0px 0px 0px;
    }
}
@media (max-width: 768px){
    .splash-inner-slider .splash-inner-slide {
        border-radius: 8px 8px 0px 0px;
    }
}

.splash-inner-details-prices br {
    display: none;
}
@media (max-width: 768px){
    .splash-inner-details-prices br {
        display: initial;
    }
}

.splash-inner-details-side-description {
    margin-top: 5px;
}
.splash-inner-details-dates {
    margin-bottom: 0px;
    margin-top: 5px;
}
.jackpot-info {
    /*margin-bottom: 5px;*/
}
.btn-primary {
    transition: all 0.1s;
    background-color: #d6a829;
    border-color: #d6a829;
    color: #FFFFFF;
    border-radius: 0px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #f6ca56;
    border-color: #f6ca56;
    color: #FFFFFF;
}

#ticket-packs .form-horizontal  .col-sm-4.col-sm-4-ex.control-label {
    padding-left: 14px;
    padding-right: 0px; 
}

