
body {
    background: #ffffff;
    /* color: #1c4982; */
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    margin-top: 30px;
}
@media (max-width: 992px) {
    body {
        margin-top: 30px !important;
    }
}
.header-fixed {
    margin-top: 30px;
}

a {
    color: #01abe0;
}

img.lottery-logo {
    margin: 0px auto 25px;
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
}
.form-control {
    height: 40px;
}
.countdown-wrapper {
    height: auto;
    text-align: center;
    padding-top: 30px;
}
.countdown-wrapper .countdown {
    color: #efa23c;
}
@media (max-width: 992px) {
    .countdown-wrapper {
        height: auto;
        margin: 0px 0px 20px !important;
        width: auto;
    }
}

.hpanel {
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
    border-top: 1px solid #000000;
    padding-top: 20px;
}
.hpanel > .panel-heading {
    /* background-image: linear-gradient(109deg, #00276e 0%, #01abe0 100%) !important; */
    color: #0069C8;
    font-weight: bold;
    padding: 5px 20px;
    font-size: 1.75em;
}
.hpanel.hbgblue .panel-body {
    background: none;
    padding-top: 0px;
}
.hpanel.hbgblue {
    background-image: linear-gradient(72deg, #00276e 0%, #01abe0 100%) !important;
    border-top: none;
    padding-top: 0px;
}
.hpanel.hbgblue > .panel-heading {
    color: #fff
}
.hpanel.hbgblue .grand_total {
    /* font-weight: 900; */
}

.hpanel.hblue .panel-body {
    border: none;
}

.jackpot-payout {
    color: #efa23c;
}

.logic-and:before {
    font-size: 2em;
    line-height: 0.4em;
    left: 0px;
    width: 43px;
    height: 50px;
}
.logic-or, .logic-and {
    background: #efa23c;
    color: #fff;
}
.well {
    background: #efa23c;
    box-shadow: none;
    color: #fff;
    border: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #000000;
}
.btn  {
    border-width: 2px !important;
    border-color: #FFFFFF;
    border-radius: 56px;
    font-size: 28px;
    padding: .3em 1em;
    line-height: 1.7em !important;
    border: 2px solid;
}
.btn-primary  {
    font-weight: 700 !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF;
    background-image: linear-gradient(138deg, #00276e 0%, #01abe0 100%);
    background-color: #efa23c;
    line-height: 1.7em !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #efa23c;
    border-color: #efa23c;
    color: #FFFFFF;
}