body {
    margin: 0px;
    padding: 0px;
}

.top-section {
    background-size: cover;
    background-image: url(../img/top-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 1rem 0rem 0rem;
    display: flex;
    align-items: center;
}

.logo {
    width: 32%;
}

.vertical-middle {
    vertical-align: middle;
}

.button {
    border: 0px;
    min-width: 100px;
    font-size: 13px;
    padding: 0.25rem 0rem;
}

.icon {
    width: 24px;
}

.signin, .register {
    color: #ffffff;
    text-transform: uppercase;
}

.signin {
    background-color: #c78a02;
}

.register {
    background-color: #d30000;
}

.navbar-inner {
    background-color: #d30000;
    background-image: none;
    border: 0rem;
    border-radius: 0rem;
    display: flex;
    align-items: center;
}

.navbar {
    margin-bottom: 0rem;
}

.navbar .nav>li>a {
    color: #ffffff;
    text-shadow: none;
    border-right: 1px solid #990000;
    text-transform: uppercase;
    font-size: 25px;
    padding: 15px 81px;
}

.navbar .nav>li>a:first-child {
    border-left: 1px solid #990000;
}

.schedules {
    cursor: pointer;
}

.schedules:hover {
    color: yellow;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    background-color: #c78a02;
    box-shadow: none;
    color: #ffffff;
}

.navbar .nav {
    margin: 0rem auto;
}

.hours, .minutes, .seconds {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    bottom: -5px;
    color: #ffff00;
}

.hours span, .minutes span, .seconds span {
    position: absolute;
    top: -15px;
    left: 0px;
    right: 0px;
    font-size: 8px;
    text-align: center;
    font-weight: normal;
    text-transform: capitalize;
}

.timer-section {
    margin-left: 0.5rem;
}

.body-container {
    background-size: cover;
    background-image: url(../img/body-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0rem;
}

.home-banner {
    width: 100%;
}

.ad-image {
    width: 100%;
    margin: 1.5rem 0rem;
}

.jackpot-video {
    width: 100%;
    height: auto;
    min-height: 30rem;
    margin-bottom: 1.5rem;
    border: 2px solid #ffffff;
    border-radius: 3px;
}

.result-section {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 2rem 2rem;
    /*margin-bottom: 1.5rem;*/
    overflow: hidden;
}

.result-title {
    border-bottom: 1px solid #003300;
    padding: 0.5rem 0rem;
    overflow: hidden;
}

.drawing, .today {
    width: 50%;
    float: left;
}

.drawing {
    color: #003300;
    text-transform: uppercase;
    font-size: 16px;
}

.today {
    color: #ff3333;
    font-style: italic;
    text-align: right;
}

.result-detail {
    padding: 0.5rem 0rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.result-logo, .result-prize, .result-time, .result-payout, .result-digits, .result-date {
    width: 33.33%;
}

.result-prize, .result-time, .result-digits {
    text-align: center;
}

.result-logo img {
    width: 50%;
    max-width: 100px;
}

.result-prize, .result-time {
    font-size: 18px;
    color: #003300;
}

.result-time {
    display: flex;
    align-items: center;
}

.result-number {
    background-color: #003300;
    margin-bottom: 0.5rem;
    border-radius: 3px;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 0.5rem 1rem;
}

.past-drawings, .payout {
    border: 1px solid #ffffff;
    font-size: 13px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 3px;
}

.result-payout {
    text-align: right;
}

.digit-circle {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    color: #003300;
    font-size: 20px;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    margin: 0rem 0.5rem;
}

.font-12 {
    font-size: 12px;
}

.font-20 {
    font-size: 20px!important;
}

.game-manual-left, .game-manual-right {
    width: 50%!important;
    float: left;
    font-size: 13px;
    color: #ffffff;
    padding: 1.5rem 0rem;
}

.game-manual-left {
    background-color: #0066cc;
}

.game-manual-right {
    background-color: #cc3333;
}

.flex-display {
    display: flex;
    align-items: center;
}

.padding-l-r-1rem {
    padding-left: 1rem;
    padding-right: 1rem;
}

.hint-img {
    width: 100%;
}

.font-18 {
    font-size: 18px!important;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.margin-t-15 {
    margin-top: 15px;
}

.subscribe-section {
    border-top: 1px solid #cc9966;
    border-bottom: 1px solid #cc9966;
    background-color: #003300;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 1rem 0rem;
    overflow: hidden;
}

.keepup {
    color: #ffcc00;
    display: flex;
    align-items: center;
    padding-left: 2rem;
}

.arrow {
    width: 30px;
}

.newsletter-input {
    background-color: #ffcc00!important;
    border: none!important;
    border-radius: 0!important;
    color: #003300!important;
    margin: 0px!important;
}

.subscribe {
    border: none!important;
    background-color: #ffffff;
    padding: 0.3rem 1rem;
    vertical-align: top;
    color: #003300;
    text-transform: uppercase;
    margin-right: 2rem;
}

.bottom-section {
    background-size: cover;
    background-image: url(../img/top-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 1rem 0rem;
    border-bottom: 1px solid #cc9966;
}

.links-section {
    border: 1px solid #cc9966;
    padding: 1rem;
}

.link-title {

}

.links-section ul {
    margin: 0px;
}

.links-section ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.link-title {
    color: #ffcc00;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.link {
    color: #669966;
    font-size: 13px;
}

.link:hover, .link:active, .link:visited {
    text-decoration: none;
    color: #ffffff;
}

.copyrights {
    background-color: #003300;
    color: #669966;
    text-align: center;
    font-size: 13px;
    padding: 0.5rem 0rem;
}

.content-section {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0rem 1rem;
    margin: 1rem 0rem;
}

.content-title {
    color: #003300;
    font-size: 22px;
    padding: 1rem 0rem;
    border-bottom: 1px solid #bec3bf;
}

.content-text {
    color: #003300;
    margin-top: 10px;
}

.content-text-no-margin {
    color: #003300;
}

.content-subtitle {
    color: #ff3333;
    font-size: 16px;
    display: block;
}

.outside-list {
    margin-left: 0px;
    padding-left: 1rem;
}

.content-subtitle-secondry {
    color: #003300;
    font-size: 16px;
}

.content-sideborder {
    border-left: 5px solid;
    padding-left: 1rem;
    margin-bottom: 10px;
}

.blue-border {
    border-color: #0066cc;
}

.red-border {
    border-color: #cc3333;
}

.scheme-table {
    margin: 1rem 0rem;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

.scheme-table tr td, .scheme-table tr th {
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
    background-color: #f3f3f3;
    vertical-align: middle;
}

.scheme-table-hdr-prime {
    background-color: #ee1c24!important;
    color: #ffffff;
    text-align: center!important;
} 

.scheme-table-hdr-secndry {
    background-color: #176eb6!important;
    color: #ffffff;
    text-align: center!important;
}

.scheme-plan {
    background-color: #f6d5a0!important;
}

.points-distribution {
    background-color: #e7e7e7!important;
}

.result-filter {
    display: flex!important;
    align-items: baseline;
}


.result-filter span {
    color: #003300;
    font-weight: bold;
}

.result-filter input, .result-filter select {
    background-color: #e6e7e9;
}

.no-margin {
    margin: 0px;
}

.previous-result-digits {
    text-align: center;
}

.guessing-section {
    background-color: #003300;
    padding: 0.5rem 1rem;
    margin: 1rem 0rem;
}

.guessing-title {
    color: #ffffff;
    border-bottom: 1px solid #2b6b24;
    padding-bottom: 0.3rem;
    text-transform: uppercase;
}

.guessing-detail {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 0.5rem 0rem;
    position: relative;
}

.guessing-time {
    position: absolute;
    right: 0rem;
    top: 0.5rem;
}

.guessing-number {
    padding: 0.5rem 0rem;
}

.guessing-number .result-digits {
    margin: 0 auto;
}

.char-circle {
    background-color: #ef951d;
}

.guessing-generate {
    text-align: center;
    position: relative;
}

.generate-btn {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding: 0.2rem 1rem;
    border: 1px solid #2b6b24;
    background-color: #094c02;
    border-radius: 3px;
    font-size: 13px;
    width: 10%;
}

.generate-btn:before, .generate-btn:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #2b6b24;
    width: 45%;
    top: 50%;
    z-index: 1;
}

.generate-btn:before {
    left: 0;
}

.generate-btn:after {
    right: 0;
}

.download-btn {
    background-color: #3c3d3d;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
}

.mt-5 {
    margin-top: 5rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.result-title-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.result-title-width {
    width: 70%;
}

.result-title-bg {
    background: #ef404f;
    margin: 3% 0;
    padding: 15px;
    text-align: center;
}
.result-title-bg h5 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}

.draw-no-section {
    text-align: center;
    margin: 0 auto;
}

.draw-no-section .bg-green-section {
    /*width: 150px;*/
    padding: 20px 30px;
    background-image: linear-gradient(-180deg, #3e7e39, #074a04);
    text-align: center;
    border-radius: 3px;
    color: #fff;
}

.draw-no-section .bg-green-section h5 {
    font-size: 20px;
}

.draw-no-section .d-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.draw-no-section .d-flex span {
    /*    background: #f39314;
        color: #3e7e39;
        border-radius: 50%;
        padding: 10px 10px;*/
    margin: 0 2px;
    font-size: 30px;
    font-weight: 600;
}

.today-result-section {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.today-result-section table {
    width: 65%;
}

.today-result-section table td.scheme-plan {
    font-size: 22px;
    font-weight: 600;
    color: #436022;
}

.today-result-section table td {
    font-size: 20px;
    line-height: 35px;
}

.today-result-section table td.result-count {
    font-weight: bold;
    font-size: 35px;
}

.today-result-section table td span.result-count {
    font-weight: bold;
    font-size: 22px;
}

.today-result-list-section {
    background: green;
    margin: 15px 10px 0;
    width: 32%;
    text-align: center;
}

.today-result-list-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.today-result-list-section ul li {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-size: 22px;
    line-height: 30px;
}

.today-result-list-section ul li.clr-yellow {
    color: yellow;
}

.font-bold {
    font-size: 35px;
    font-weight: 700;
}

.table-flex {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.table-flex table {
    margin-right: 10px;
    text-align: center;
    border: 1px solid #eee;
}

.table-flex table td {
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    line-height: 25px;
}

.mt-2 {
    margin-top: 2rem
}

.mb-2 {
    margin-bottom: 2rem
}

.table-flex table th.scheme-plan {
    padding: 20px 0;
    font-size: 30px;
    color: #1e1108;
    text-align: center;
}

.table-flex table tr {
    border-bottom: 1px solid #bbaf99;
    border: 1px solid #bbaf99;
}


.contact-section-flex {
    display: flex;
}

.contact-section-flex .col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-section-flex input, .contact-section-flex textarea {
    width: 90%;
    border: 1px solid #ced5cd;
    padding: .5rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-section-flex input::placeholder, .contact-section-flex textarea::placeholder {
    color: #064b00;
    font-weight: 600;
}

.btn-submit {
    background: #064b00;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 10px;
    transition: all .5s;
}

.header-alignment-section {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}