/* Classes to help visualize the boxes */

body {
    background: #fff;
    background-image: url('../storage/images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    background-attachment: fixed;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.p-1 {
    padding: 10px;
}

.p-2 {
    padding: 20px;
}

.p-3 {
    padding: 30px;
}

.p-4 {
    padding: 40px;
}

.p-5 {
    padding: 50px;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}

.pl-1 {
    padding-left: 10px;
}

.pl-2 {
    padding-left: 20px;
}

.pl-3 {
    padding-left: 30px;
}

.pl-4 {
    padding-left: 40px;
}

.pl-5 {
    padding-left: 50px;
}

.pr-1 {
    padding-right: 10px;
}

.pr-2 {
    padding-right: 20px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-4 {
    padding-right: 40px;
}

.pr-5 {
    padding-right: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.m-1 {
    margin: 10px;
}

.m-2 {
    margin: 20px;
}

.m-3 {
    margin: 30px;
}

.m-4 {
    margin: 40px;
}

.m-5 {
    margin: 50px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.no-height {
    line-height: 0px
}

.mp-0 {
    margin: 0px;
    padding: 0px
}

.text-white {
    color: #fff
}

.text-red {
    color: red
}

.nav-teal {
    background: #2577b9;
    color: #024E8D
}

.text-teal {
    color: #2577b9
}

.nav-link {
    color: #024E8D
}

.nav-link:hover {
    color: #024E8D
}

.text-jackpot {
    text-align: left;
    float: left;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-shadow: 2px 2px 2px gray;
    font-size: 1.7em;
    line-height: 25px
}

.back-color {
    background-color: rgba(246, 195, 0, 0.5);
    /* padding: 10px; */
}

@media (min-width: 768px) {
    .mob-height {
        line-height: 8px
    }

    .navbar {
        height: 50px;
        margin-top: 3em
    }

    .m-mob {
        margin-top: 50px
    }

    .my-period {
        float: left;
        text-align: left;
        padding-top: 2%;
        font-weight: bold
    }

    .jackpot {
        float: left;
        color: #fff;
        font-size: 3em;
        line-height: 50px;
        font-weight: bold
    }

    .mobx {
        display: none;
    }

    .navx {
        display: none;
    }
}

@media (max-width: 766px) {
    .text-jackpot {
        text-align: center;
        float: center;
        color: #fff;
        font-weight: bold;
        font-style: italic;
        text-shadow: 2px 2px 2px gray;
        font-size: 1.7em;
        line-height: 25px;
        width: 100%;
    }

    .m-mob {
        margin-top: 10px
    }

    .mx-auto {
        display: none;
    }

    .mob-height {
        line-height: 8px
    }

    .nav-teal {
        padding: 0px
    }

    .navbar-toggler {
        float: right;
        right: 10px;
        margin-left: auto;
        margin-right: 10px
    }

    .nav-link {
        text-align: left;
        margin-left: 10px
    }

    .my-period {
        padding-top: 4%;
        font-weight: bold
    }

    .mobx {
        background: transparent;
        border: solid #2577b9;
        padding: 6px;
        margin-bottom: 10px;
        border-radius: 10px
    }

    .mob {
        display: none;
    }

    .jackpot {
        float: center;
        color: #fff;
        font-size: 2em;
        font-weight: bold;
        text-align: center;
    }
}

.countdown {
    background: #2577b9;
    border: solid #F6C300 2px;
    border-radius: 5px;
    color: #fff;
    padding: 0px 5px;
    font-size: 1.25em;
    float: right;
    right: 0px;
    font-weight: bold
}

.marquee {
    background: #2577b9;
    color: #fff
}

.welcome tr {
    background: #2577b9;
    color: #fff
}

.text-dropdown {
    background: 0 0;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.text-dropdown option {
    color: #000
}

.border-dotted {
    border-bottom: dotted 2px;
}

.text-gray {
    color: gray
}

.more {
    background: #2577b9;
    border-radius: 10px;
    padding: 8px;
    color: #fff
}

.kontent-jackpot {
    background: #2577b9;
    border: solid #F6C300;
    padding: 10px;
    border-radius: 5px
}

.table-day {
    font-size: 0.8em
}

.table-last tbody tr {
    border-bottom: dotted 2px;
    font-weight: bold;
}

.footer {
    background: #2577b9
}

.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media (max-width: 600px) {
  .body-bottom {
    margin-bottom: 60px;
  }
  .bottom {
    position: fixed !important;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.copyright {
    background: #fff
}

.text-black {
    color: #000
}

.rx {
    line-height: 17px
}

@media (min-width: 768px) and (max-width: 1450px) {
    .number_live {
        background: #2577b9;
        border-radius: 100%;
        padding-left: 1.9vh;
        padding-right: 1.9vh;
        font-size: 6.5vh;
        font-weight: bold;
        color: #F6C300
    }
}

@media (min-width: 1450px) {
    .number_live {
        background: #2577b9;
        border-radius: 100%;
        padding-left: 1.4vh;
        padding-right: 1.4vh;
        font-size: 4.6vh;
        font-weight: bold;
        color: #F6C300
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .number_live {
        background: #2577b9;
        border-radius: 100%;
        padding-left: 1.2vh;
        padding-right: 1.2vh;
        font-size: 4vh;
        font-weight: bold;
        color: #F6C300
    }
}

@media (max-width: 767px) {
    .number_live {
        background: #2577b9;
        border-radius: 100%;
        padding-left: 1.7vh;
        padding-right: 1.7vh;
        font-size: 5.3vh;
        font-weight: bold;
        color: #fff
    }
}

@media only screen and (max-width: 375px) {
    h4 {
        font-size: 1rem !important;
    }

}

@media only screen and (max-width: 320px) {
    
    .font-mob {
        font-size: 1rem !important;
    }
}

