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

body {
    font-family: 'Roboto', sans-serif;
    margin-top: 145px;
    background: #fafafa;
    transition: all 0.1s;
}

.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: #666;
    background: #fff;
    padding-left: 20px;
}

.hpanel.hblue .panel-body {
    border: none;
    border-top: 4px solid #0f9047;
}
.hpanel.hbgblue .panel-body {
    background: #159eee;
}

.lottery-header-title {
    font-size: 33px;
}

.menu li a {/*    padding: 20px 20px;*/color: #e20612;font-weight: bold;transition: all 0.1s;}
.menu li a:hover {
    color: #0f9147;
}
.menu li.active a {
    border-bottom: 3px solid #e20612;
}
#mobile-menu > ul > li > a {
    color: #55595a;
    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: #e10612;
}

.countdown-wrapper .countdown {
    color: #df0612;
}
.splash-screen:before {
    background: rgb(226 6 18);
    /* background: linear-gradient(174deg, rgb(226 6 18) 28%, #FFF 28.18%, #FFF 31.95%, rgb(15 145 71) 32%, #0f9147 68%, #ffffff 68.18%, #ffffff 71.95%, #e20612 72% ); */
    background-image: url('/themes/lottery/uwtnc2020/bg.jpg');
}

.splash-cause {
    color: #fff;
    text-shadow: 0px 2px 7px rgb(0 0 0);
}
.splash-inner-slider .splash-inner-caption {
    /*background: rgba(0, 0, 0, 0.4);*/
    display: none;
}
.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: #159eee;
}

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

.page-title-bar {
    background: rgb(226 6 18) !important;
    background-image: url('/themes/lottery/uwtnc2020/bg.jpg') !important; 
}

.menu-wrapper {
    border-top: none;
}
.menu li + li {
    border-left: none;
}
.menu li a > i {
    color: #55595a;
}
.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 45px rgb(0 0 0 / 80%);
}
.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;
}

.page-title-bar h1, .page-title-bar h1 small {
    color: #fff;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.75);
}