@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: 'Poppins' !important;
    background: #303030 !important;
    color: #fff !important;
    min-height: 100vh;
    position: relative;
    margin: 0;
    text-align: center;
    padding-right: 0 !important;
}
a {
    color: #fff;
}
button {
    outline: none;
}
button[disabled] {
    cursor: not-allowed;
}
p {
    margin: 0;
}
.pad-top-10 {
    padding-top: 10px;
}
.view-filter {
    display: none;
}
.d-none {
    display: none;
}
.loader {
    position: absolute;
    left: 50%;
    top: 45%;
    color: #808080;
}
.loader img {
    height: 80px;
    width: 80px;
}
.loader span {
    display: block;
    margin-top: 5px;
}
/* --- SIDEBAR CSS --- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    display: none;
}
#sidebar.active {
    right: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #b51e24;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    background: -webkit-linear-gradient(left, #b51e24, #ecb00a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 3px solid #ffcb3d;
    text-decoration: none;
}
a[data-toggle="collapse"] {
    position: relative;
}
.list-unstyled a,
header a {
    color: #000;
}
.list-unstyled {
    padding-top: 40px;
    padding-left: 10px !important;
}

#sidebarCollapse {
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    float: right;
    display: none;
}
#sidebarCollapse .fas{
    color: #c92a2f;
}
/* --- END SIDEBAR CSS --- */

/* --MENU CSS-- */
.menu-list-a {
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
}
.logo {
    display: inline-block;
    margin: 0
}
.logo img {
    height: 57px;
    width: unset;
}
header {
    background: #fff;
    width: 100%;
    padding: 15px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
.menu-content {
    margin: auto;
    width: 60%;
}
.menu-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    float: right;
    text-transform: uppercase;
    font-size: 16px;
}
.menu-list a:not(:last-child) {
    margin-right: 15px;
}
.menu-list a:hover,
.menu-list a:focus,
.menu-list .active,
#sidebar .active {
    background: -webkit-linear-gradient(left, #b51e24, #ecb00a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 3px solid #ffcb3d;
}
.mob-lang {
    display: none !important;
    float: right;
}
.mob-lang .caret {
    color: #c92a2f;
}
#sidebar .mob-lang ul li a:hover {
    border-bottom: none;
}
.lang-div {
    display: inline-block;
}
.lang-div .bootstrap-select img {
    width: 32px;
    height: 32px;
}
.lang-div .bootstrap-select {
    width: unset !important;
}
.lang-div .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.lang-div .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.lang-div .dropdown-menu {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
.lang-div a:focus,
.lang-div a:hover,
.lang-div .dropdown-toggle:focus {
    border: none;
    outline: none;
}
.lang-div .dropdown-menu>li:hover {
    background-color: rgba(226, 226, 226, 0.3) !important;
    background-image: none !important;
}
/* --END MENU CSS-- */

/* --FOOTER CSS-- */
footer {
    background: #515151;
    color: #fff;
    padding: 10px 0 20px 0;
}
.footer-content {
    width: 55%;
    margin: auto;
    display: block;
}
footer p {
    margin: 10px 0;
}
footer img {
    width: 55%;
    max-width: 100%;
}
/* --END FOOTER CSS-- */

/* --HOME CSS-- */
.info-box .info-text {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}
img,
table,
.pk-col img {
    width: 100%;
}
.home-box {
    margin: auto;
    width: 59%;
    text-align: left;
}
.info-box {
    background: #696969;
    margin: 10px 0;
    border-radius: 7px;
}
.info-title {
    display: inline-block;
    text-transform: uppercase;
    background: #ecb00a;
    padding: 7px 14px;
    border-radius: 7px;
    margin-right: 10px;
}
.lr {
    display: inline-block;
    width: 90%;
}
.lotto-result-box {
    background: #fff;
    color: #000;
    border-radius: 7px;
    margin: 10px 0;
}
.lr-title {
    display: inline-block;
    color: #fff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    text-align: center;
    width: 12%;
    vertical-align: top;

    height: 100px;
}
.lr-title h3,
#ni-tbl h2,
.result-cat h2 {
    font-size: 14px;
    margin: 0;
}

.lr-title > .schedule {
    display: block;
    font-size: 10px;
}

.west .lr-title,
.west .sched-title{
    background: #ba0a05;
}
.east .lr-title,
.east .sched-title{
    background: #ebad0b;
}
.southeast .lr-title,
.southeast .sched-title{
    background: #177ca6;
}
.south .lr-title,
.south .sched-title{
    background: #b714bd;
}
.central .lr-title,
.central .sched-title{
    background: #dd197c;
}
.pacific .lr-title,
.pacific .sched-title{
    background: #77bf28;
}
.lotto-content {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 85%;
    margin: 0 7px;
}
.lotto-result {
    vertical-align: middle;
    display: inline-block;
    width: 60%;
}
.lr-date h2 {
    display: inline-block;
    font-weight: bolder;
    font-size: 14px;
    margin: 0;
}
.lr-date-border {
    display: inline-block;
    font-weight: bold;
    margin: 0 5px;
}
.lr-date span {
    font-weight: 100;
}
.ball {
    width: 9%;
    display: inline-block;
    margin: 5px;
}

.ball:last-child {
    margin-right: 0;
}
.four-d-res-box {
    vertical-align: middle;
    display: inline-block;
    width: 30%;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    font-weight: bolder;
}
.four-d-res {
    background: #303030;
    color: #fff;
    border-radius: 7px;
    padding: 12px 6px;
    margin: 3px 10px 0 10px;
    font-weight: 100;
}
.fd-col {
    display: inline-block;
    width: 23%;
}
.fd-col:not(:last-child) {
    border-right: 1px solid #cecece;
}
.fd-col {
    font-weight: 600;
    font-size: 18px;
}
.history-btn {
    display: inline-block;
    width: 9%;
}
.history-btn a {
    color: #000;
    text-decoration: underline;
}
.west a:hover{
    color: #ba0a05;
}
.east a:hover{
    color: #ebad0b;
}
.southeast a:hover{
    color: #177ca6;
}
.south a:hover{
    color: #b714bd;
}
.central a:hover{
    color: #dd197c;
}
.pacific a:hover{
    color: #77bf28;
}
.m-tbl-header {
    background-image: linear-gradient(to right, #b51e24, #ecb00a);
    margin-bottom: -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 14px;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 25px;
}
#m-tbl {
    color: #000;
}
#modalHistory .close {
    color: #b51e24;
    opacity: unset;
    font-size: 30px;
    font-weight: 900;
    margin-top: -7px;
}
/* --END HOME CSS-- */

/* -- NUMBER INSPIRATIONS CSS --*/
.route {
    margin-bottom: 10px;
}
.route a:hover {
    color: #b51e24;
}
.border {
    border-bottom: 1px solid #636363;
    margin: 10px 0;
}
.content-div {
    text-align: center;
}
.content-div:not(:last-child) {
    margin-bottom: 30px;
}
.content-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
#ni-tbl {
    background-image: linear-gradient(to right, #b51e24, #ecb00a);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#ni-tbl td {
    text-align: center;
    padding: 14px 7px;
}
#ni-tbl td:first-child {
    border-top-left-radius: 10px;
}
#ni-tbl td:last-child {
    border-top-right-radius: 10px;
}
#ni-tbl td:hover,
#ni-tbl td.active {
    background: #fff;
    color: #000;
    font-weight: bold;
}
.ni-tbl-content {
    display: none;
    background: #fff;
    color: #58595b;
    text-align: center;
    padding: 20px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tbl-active {
    display: block;
}
.ni-tbl-row {
    width: 80%;
    margin: 0 auto;
}
.ni-tbl-row:not(:last-child) {
    margin-bottom: 20px;
}
.ni-tbl-col:first-child {
    margin-bottom: 20px;
}
.ni-tbl-col {
    vertical-align: top;
    display: inline-block;
    margin: 0 10px;
    width: 25%;
}
.bola-box {
    border-radius: 7px;
    background: #dcdcdc;
}
.ni-tbl-col-left {
    display: inline-block;
    width: 35%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #ba0a05;
    color: #fff;
    padding: 20px 5px;
}
.ni-tbl-col-right {
    display: inline-block;
    width: 63%;
    font-size: 25px;
    font-weight: 600;
    vertical-align: middle;

    background: transparent;
    border: none;
    outline: none;
    text-align: center;
}
.bola-result {
    padding: 16px 10px;
    font-size: 20px;
    font-weight: 600;
}
.result-btn {
    background: #3cc851;
    border: 1px solid #3cc851;
    color: #fff;
    border-radius: 10px;
    padding: 7px 21px;
}
.result-btn:hover,
.result-btn-active {
    background: #278b36;
    border: 1px solid #278b36;
}
.step-box {
    background: #fff;
    color: #77787b;
    padding: 7px;
    border-radius: 40px;
    margin-bottom: 20px;
    text-align: left;
}
.step-num {
    display: inline-block;
    vertical-align: top;
    width: 105px;
}
.step-text {
    display: inline-block;
    text-align: center;
    width: 85%;
    margin: 7px 0;
}
.step-text h5,
.step-text p {
    margin: 0
}
.step-text h5 {
    color: #db8212;
    text-transform: uppercase;
    font-weight: bold;
}
.sched-box {
    display: inline-block;
    width: 30%;
    margin: 7px;
}
.sched-title{
    margin: 0;
    padding: 7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 24px;
}
.sched-text {
    background: #696969;
    padding: 30px 7px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 20px;
}
.mob-cat {
    background-image: linear-gradient(to right, #b51e24, #ecb00a);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
    padding: 14px;
}
.cat-title {
    display: inline-block;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
}
#choose-cat {
    float: right;
    color: #000;
    border: none;
    padding: 7px 14px;
    border-radius: 5px;
    margin-top: -2px;
}
#result #choose-cat {
    margin-top: -6px;
}
.d-val {
    display: block;
    font-size: x-small;
    font-style: italic;
    color: red;
    margin-top: 5px;
    margin-bottom: 20px;
}
/* -- END NUMBER INSPIRATIONS CSS --*/

/* -- RESULT CSS -- */
.dnone,
.mob-4d {
    display: none;
}
.result-tbl thead,
#m-tbl thead{
    background: #dcdcdc;
    color: #000;
}
.result-tbl th,
.result-tbl td,
#m-tbl td,
#m-tbl th{
    text-align: center;
    padding: 10px 5px;
}
.result-tbl tbody,
#m-tbl tbody {
    background: #fff;
    color: #000;
}
.result-tbl tbody th,
.result-tbl tbody td,
#m-tbl tbody td {
    font-weight: 100;
}
.result-tbl tbody td:not(:first-child),
#m-tbl  tbody td:not(:first-child){
    color: #ba0a05;
    font-weight: 600;
}
.result-tbl tbody td:last-child {
    letter-spacing: 15px;
}
#m-tbl  tbody td:last-child {
    letter-spacing: 8px;
}
.result-tbl tbody tr:nth-child(even),
#m-tbl tbody tr:nth-child(even) {
    background: #f6f6f6;
}
.result-tbl tbody tr:hover,
#m-tbl  tbody tr:hover{
    background: #ecb00a;
}
.result-cat,
.pred-cat {
    background-image: linear-gradient(to right, #b51e24, #ecb00a);
    margin-bottom: -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.result-cat th:first-child,
.pred-cat th:first-child {
    border-top-left-radius: 10px;
}
.result-cat th:last-child,
.pred-cat th:last-child {
    border-top-right-radius: 10px;
}
.result-cat th,
.pred-cat th {
    text-align: center;
    font-weight: 100;
    padding: 14px 7px;
}
.result-cat th.active,
.result-cat th:hover {
    background: #dcdcdc;
    color: #000;
    font-weight: 600;
}
.search-box {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 100;
}
.select-custom {
    color: #909090;
    outline: none;
    border: none;
    border-radius: 5px;
    margin-right: 3px;
    padding: 7px 14px;
}
.search-btn {
    background: #3cc851;
    color: #fff;
    border: 1px solid #3cc851;
    border-radius: 5px;
    padding: 7px 21px; 
}
.result-tbl td:first-child span:first-child {
    border-right: 1px solid #000;
    padding-right: 5px;
    margin-right: 3px;
}
/* -- END RESULT CSS -- */

/* -- PREDICTION CSS -- */
.pred-cat th.active,
.pred-cat th:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.pred-tbl {
    background: #fff;
}
.pred-tbl td {
    padding: 7px;
}
.pred-tbl td:first-child
.pred-tbl tr:first-child td {
    padding-top: 14px;
}
.td-col {
    display: inline-block;
}
/* -- END PREDICTION CSS -- */

/* -- ABOUT US CSS -- */
#about-us ul {
    width: fit-content;
    margin: auto;
}
#about-us li {
    width: fit-content;
}
#about-us p {
    margin-top: 20px;
}
#about-us h2 {
    font-size: inherit;
}
/* -- END ABOUT US CSS -- */


@media (max-width: 1700px) {
    .logo img {
        height: 42px;
    }
    .menu-list {
        margin-top: 0;
    }
}
@media (max-width: 1600px) {
    .menu-content {
        width: 65%;
    }
    .home-box {
        width: 64%;
    }
    .ni-tbl-row {
        width: 85%;
    }
}
@media (max-width: 1500px) {
    .menu-content {
        width: 70%;
    }
    .home-box {
        width: 69%;
    }
    .footer-content {
        width: 65%;
    }
    .ni-tbl-row {
        width: 90%;
    }
}
@media (max-width: 1400px) {
    .menu-content {
        width: 75%;
    }
    .home-box {
        width: 74%;
    }
    .footer-content {
        width: 70%;
    }
    .ni-tbl-row {
        width: 95%;
    }
}
@media (max-width: 1300px) {
    .menu-content {
        width: 80%;
    }
    .home-box {
        width: 79%;
    }
    .footer-content {
        width: 75%;
    }
    .ni-tbl-row {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .menu-content {
        width: 85%;
    }
    .home-box {
        width: 84%;
    }
    .footer-content {
        width: 80%;
    }
    .logo img {
        height: 37px;
    }
    .ni-tbl-col {
        width: 25%;
    }
    .result-btn {
        padding: 14px;
    }
}
@media (max-width: 1100px) {
    .menu-content {
        width: 100%;
    }
    .home-box {
        width: 95%;
    }
    .footer-content {
        width: 85%;
    }
}
@media (max-width: 1000px) {
    .footer-content {
        width: 90%;
    }
    .loader img {
        height: 60px;
        width: 60px;
    }
}
@media (max-width: 900px) {
    #sidebar,
    #sidebarCollapse {
        display: block;
    }
    .menu-list {
        display: none;
    }
    .mob-lang {
        display: inline-block !important;
    }
    header {
        text-align: left;
        padding: 10px;
    }
    .footer-content {
        width: 95%;
    }
    .logo img {
        height: 42px;
    }
    .sched-box {
        width: 45%;
    }
    .loader {
        top: 41%;
        left: 49%;
    }
}
@media (max-width: 855px) {
    .lr-title {
        height: 170px;
        width: 14%;
    }
    .lotto-content {
        width: 83%;
    }
    .lr {
        width: 85%;
        border-right: 1px solid #cecece;
    }
    .lotto-result {
        display: block;
        margin: auto;
        width: 95%;
    }
    .four-d-res-box {
        display: block;
        margin: auto;
        width: 50%;
        border: none;
    }
    .history-btn {
        vertical-align: top;
        margin-left: 15px;
    }
}
@media (max-width: 800px) {
    .step-text {
        width: 80%;
    }
    .loader {
        top: 37%;
        left: 48%;
    }
    .loader img {
        height: 50px;
        width: 50px;
    }
}
#content-yield {
    padding-top: 74px;
}
@media (max-width: 768px) {
    .ft-row {
        width: 100%;
    }
    .agent-img,
    .play-btn {
        width: 122px;
    }
    .ni-tbl-col {
        width: 28%;
    }
    .search-box {
        float: unset;
        margin-bottom: 10px;
    }
    .info-box .info-text {
        width: 88%;
    }
    .result-tbl th:first-child span {
        display: block;
    }
    .result-tbl th:first-child span:first-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    #content-yield {
        padding-top: 64px;
    }
}
@media (max-width: 667px) {
    .ft-col {
        width: 24%;
    }
    .agent-img,
    .play-btn {
        width: 112px;
    }
    .ni-tbl-col {
        width: 45%;
    }
    .ni-tbl-col:nth-child(odd) {
        margin-bottom: 20px;
    }
    .step-num {
        width: 95px;
        height: 66px;
        margin-right: 10px;
    }
    .step-text {
        width: 75%;
    }
    .info-box .info-text {
        width: 84%;
    }
    .sched-box {
        width: 95%;
    }
}
@media (max-width: 611px) {
    .lr-title {
        width: 16%;
        height: 155px;
    }
    .lotto-content {
        width: 80%;
    }
    .lotto-result {
        width: 100%;
    }
    .four-d-res-box {
        width: 60%;
    }
    .ball {
        margin: 3px;
    }
    .history-btn {
        margin-left: 8px;
    }
    .lr {
        width: 80%;
    }
    .loader {
        top: 33%;
        left: 47%;
    }
}
@media (max-width: 568px) { 
    .ft-col {
        width: 45%;
        margin-top: 15px;
    }
    .result-cat,
    .pred-cat,
    #m-tbl {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .result-cat th, 
    .pred-cat th {
        padding: 14px 21px;
    }
}
@media (max-width: 500px) {
    .ni-tbl-col {
        width: 40%;
    }
    .step-num {
        width: 85px;
        height: 61px;
    }
    .step-text {
        width: 72%;
    }
    .ni-tbl-col {
        width: 90%;
        margin-bottom: 10px !important;
    }
    .info-box .info-text {
        width: 82%;
    }
    .lr-title {
        width: 20%;
        height: 190px;
    }
    .lotto-content {
        width: 75%;
        margin: 0;
    }
    .lr {
        width: 100%;
        border-right: none;
    }
    .history-btn {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .four-d-res-box {
        width: 80%;
    }
}
@media (max-width: 425px) {
    .step-num {
        width: 85px;
        height: 51px;
        margin-right: 5px;
    }
    .step-text {
        width: 67%;
    }
    .loader {
        top: 29%;
        left: 46%;
    }
    .loader img {
        height: 40px;
        width: 40px;
    }
    .result-tbl thead th:last-child,
    .result-tbl tbody td:last-child {
        display: none;
    }
    .result-tbl {
        width: 100% !important;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .result-tbl thead th:first-child {
        width: 201px !important;
    }
    .result-tbl thead th:nth-child(2) {
        width: 202px !important;
    }
    .result-tbl thead th:last-child {
        width: 0px !important;
    }
    .mob-4d {
        display: block;
        margin-top: 10px;
        padding-top: 5px;
        border-top: 1px solid #000;
    }
    .mob-4d p:first-child {
        color: #000;
    }
    .mob-4d p:last-child {
        letter-spacing: 15px;
    }
    #result .ball {
        width: 25px;
        height: 25px;
    }
    .step-num {
        width: 75px;
        height: 46px;
    }
    .step-text {
        width: 65%;
    }
    .info-box .info-text {
        width: 78%;
    }
}
@media (max-width: 375px) {
    #ni-tbl {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
    #ni-tbl td {
        padding: 14px 28px;
    }
    .select-custom {
        padding: 7px;
        font-size: 12px;
    }
    .search-btn {
        padding: 7px 14px;
    }
    .info-box .info-text {
        width: 76%;
    }
    .lr-date-border {
        display: none;
    }
    .lr-date span {
        display: block;
    }
    .lr-title {
        width: 24%;
        height: 250px;
    }
    .lotto-content {
        width: 73%;
    }
    .ball {
        width: 12%;
    }
    .four-d-res-box {
        width: 90%;
    }
    .loader {
        top: 28%;
        left: 45%;
    }
    .cat-title {
        font-size: 16px;
    }
    #result #choose-cat {
        padding: 7px;
        font-size: 12px;
    }
}
@media (max-width: 360px) {
    #ni-tbl td {
        padding: 14px;
    }
}

header {
    position: fixed;
}