
@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: 2px solid #159eee; */
}
.hpanel.hbgblue .panel-body {
    background: #159eee;
}

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

.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-to-digits {
    font-size: 26px;
}
.countdown-to-digits > div {
    margin-top: 10px;
}
.countdown-to-digits .digit {
    font-size: 100%;
}
.countdown-to-digits .digit-label {
    color: #fff;
    font-size: 9px;
}
.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: #159eee;
}

.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;
}

.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;
}
.logo_txt {
    display: none !important;
}

.logo a span.logo_txt {
    font-size: 1.3rem;
    max-width: 23rem;
    /* display: block; */
    white-space: pre-wrap;
}
.bg-green {
    background: #ca1613;
}
.btn.bg-green:hover {
    border-color: #CA1613;
    background: #fff;
    color: #CA1613;
}
.menu-list ul li a:hover {
    color: #CA1613;
}
.bg-blue {
    background: #ca1613;
}
.header .banner .btn.bg-blue:hover {
    background: #e3502b;
    color: #fff;
    border-color: #e3502b;
}
h4 {
    color: #020773;
}
.column-right .m-b-lg h3 {
    color: #020773;
}
.hpanel > .panel-heading {
    color: #020773;
}
ul.contact-list li a:hover {
    color: #CA1613;
}
ul.contact-list li a:hover span.share-icon {
    background-color: #fff;
    color: #CA1613;
    border-color: #CA1613;
}
.banner-txt h1 {
    text-align: center;
}
.quick-order p {
    text-align: right;
}
.description {
    text-align: center;
}
@media only screen and (min-width: 59.4375rem) and (max-width: 90rem){
    .description {
        text-align: center;
    }
}

.logo span:not(.logo_txt) {
    margin: 0 2.75rem 0 0;
    max-width: 25rem;
}
@media only screen and (min-width: 38.063rem) and (max-width: 83.125rem){
    .logo img {
        max-width: 25rem;
        vertical-align: middle;
    }
    .header-wrapper-tablet a.logo_txt {
        font-size: 1.0625rem;
        line-height: 1.4375rem;
        max-width: 17rem;
        display: none;
    }
}
@media only screen and (max-width: 63.938rem) {
    .logo img {
        max-width: 15rem;
    }
}

.quick-order p > span {
    display: inline-block;
}
.faq-banner-small {
    display: none;
}
a.btn.bg-green.order-ticket-mobile br {
    display: none !important;
}
@media only screen and (max-width: 38rem){
    .header-container {
        padding: 0.5rem 1.25rem;
    }
    .banner-txt p.subtitle {
        font-size: 1.5rem;
    }
}
.header .order-ticket-mobile {
    padding: 10px 15px;
}
@media only screen and (max-width: 48rem){
    .logo img {
        max-width: 10.375rem;
    }
}
@media only screen and (max-width: 38rem){
    .header {
        padding: 5.25rem 0 0;
    }
}
@media only screen and (max-width: 400px){
    .header .order-ticket-mobile {
        padding: 5px 3px;
    }
    a.btn.bg-green.order-ticket-mobile br {
        display: block !important;
    }
}

.flex.items-center.order-ticket.ticket-btn {
    text-align: center;
    display: block;
}
.flex.items-center.order-ticket.ticket-btn .btn {
    margin: 0 0 3rem 0;
}
.flex.items-center.order-ticket.ticket-btn .share {
    justify-content: center;
    align-items: center; 
}
.banner-txt .share-icon {
    margin: 0.5rem;
}

.jackpot {
  padding: 5px 30px !important;
    background: #00427f;
    border: 2px solid #fff;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media only screen and (max-width: 38rem) {
.jackpot {
  padding: 5px 30px !important;
    background: #00427f;
    border: 2px solid #fff;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
}

.header .order-ticket-mobile {
    padding: 10px 15px;
    font-size: 12px;
    margin-right: 56px;
}