.body{
    /* background: rgb(2,0,36); */
    background: linear-gradient(90deg, #001c13 0%, #003826 50%, #001c13 100%) no-repeat fixed center;
    font-size: 20px;
    font-family: 'Noto Kufi Arabic', sans-serif;
}
.container-fluid {
    padding : 0;
}
.header{
    background-color: #001c13;
    border-bottom: 5px solid #2de05d;
}
.logo {
    max-width: 150px;
    border-radius: 50%;
    -webkit-animation: rotateY 1s infinite linear;
    animation: rotateY 3s infinite linear;
}
.navbar-nav .active {
    color: #2de05d!important;
}
.marquee-text {
    background-color: #167536;
    color: #fff;
}
.ticker {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.news {
    width: 76%;
    justify-content: center;
    align-items: center;
}
.title {
    width: 24%;
    text-align: center;
    position: relative;
}
.title h5 {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding: 10px;
}
.news marquee {
    font-size: 20px;
}
.news marquee p {
    vertical-align: middle;
    display: inline-block;
    margin-right: 42px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px;
}
.last-result-info {
    width: 59%;
    background-color: #151515;
    border-radius: 15px;
    margin-bottom: 50px;
    color: #fff;
    padding-top:25px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    display: inline-block;
    height: fit-content;
}
.header-info{
    border-bottom: 2px solid #005e40;
}
.info-box {
    width: 40%;
    display: inline-block;
    padding: 15px;
    background-color: #151515;
    color: #fff;
    margin: 0 0 20px 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
}
.info-box-header p {
    text-align: center;
    margin: 0 auto;
    background-color: #167536;
    color: #fff;
    width: 50%;
    margin-top: -40px;
    margin-bottom: 25px;
}
.text-small {
    font-size: smaller;
}
.livedraw-box {
    margin: 25px auto;
}
.lottery-box {
    position: relative;
}
.livedraw-info {
    background-color: #151515;
    border-radius: 15px;
    color: #fff;
    min-height: 300px;
}
.date-info, .periode-info {
    display: block;
}
.livedraw-info h3, .livedraw-info p {
    display: inline-block;
}
.livedraw-num{
    text-align: center;
}
.livedraw-number{
    color : #2de05d;
    font-size: 50pt !important;
    background-size: cover;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    padding-top: 25px;
}
.next-draw {
    margin: 0 auto;
    background-color: #151515;
    padding: 10px;
    width: 80%;
    color : #2de05d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.text-draw h3{
    font-size: 12pt !important;
}
.hour, .minute, .second {
    display: inline-block;
}
.hour:after, .minute:after {
    content: " : ";
    font-weight: bold;
}
#hour, #minute, #second, #hour2, #minute2, #second2 {
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    background-color: #2de05d;
    color: #fff;
    border: 2px solid black;
}
.table thead th{
    color : #2de05d;
    border-bottom: 2px solid #005e40;
    border-top:  none;
}
.table td{
    border: none;
    border-bottom : 1px solid #222;
}
.info-box-content{
    margin: 10px 0;
    padding: 5px;
}
.info-box-date .text-small{
    border-bottom: 2px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.prize_table td:nth-child(1){
    font-weight: bold;
}
.conso_starter thead {
    font-weight: bold;
}
.result_num {
    width: 50px;
}
.box-content .row {
    margin: 0;
}
.content-info{
    background-color: #151515;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    color : #fff;
    margin-bottom: 100px;
}

.small-box-content-text h5{
    font-size: 12pt !important;
}

.small-box-content-text p {
    font-size: 12pt !important;
}

.small-box-content {
    width: 33%;
    display: inline-block;
    vertical-align :top;
}
.small-box-content img {
    width: 80px;
}
.small-box-content-img {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.small-box-content-text{
    width: 65%;
    display: inline-block;
}
.small-box-content-text h5 {
    font-weight: bold;
}

#last_result_wrapper{
    color: #fff;
}

.last_result_info{
    margin: 25px auto;
    padding: 20px;
    background: rgba(0,0,0,.3);
}
thead th {
    background-color: transparent;
}
tfoot {
    border-top: 1px solid black;
}
#last_result {
    padding: 20px;
    text-align: center;
}
#last_result th {
    font-weight: bold;
}
#last_result tr td, #last_result th {
    background-color: transparent!important;
}
.footer {
    width: 100%;
    text-align: center;
    border-top: 15px solid #2de05d;
    background: #001c13;
    padding: 20px 0;
    color: #fff;
}
.last_result_info {
    margin-bottom: 100px;
}
.livedraw-info-box {
    margin-top: 25px;
    width: 100%;
    background: #151515;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border : 1px solid black;
    box-shadow: 2px 2px #000;
    display: inline-block;
    height: fit-content;
}
.livedraw-logo {
    width: 150px;
    margin: 25px 0;
}
.btn-details{
    background: #16bffd;
}
#detail_result .modal-body {
    text-align: center;
}
#detail_result .modal-header {
    text-align: center;
}
#detail_result .modal-content {
    background: #000;
    color: #ccc;
}
.about-box {
    background-color: #151515;
    padding: 25px;
    color : #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    margin: 25px 0;
}
.footer p{
    margin: 0;
}
@media screen and (min-width : 992px) {
    .livedraw-info {
        background-position: center center;
    }
}
@media screen and (min-width : 1200px) {
    .livedraw-info {
        background-position: top;
    }
    .livedraw-num{
        /* padding-left: 200px; */
    }
    .livedraw-number {
        width: 120px;
        height: 120px;
        margin: 0 25px;
        padding-top: 45px;
        font-size: 24px;
    }
    .date-info, .periode-info {
        display: inline-block;
    }
    .date-info{
        padding: 35px 0 0 175px;
    }
    .periode-info{
        margin-left: 250px;
    }
}
@media screen and (max-width : 1199px) {
    .date-info, .periode-info {
        display: inline-block;
    }
    .date-info{
        padding: 75px 0 0 325px;
    }
    .periode-info{
        margin-left: 350px;
    }
    .livedraw-num{
        /* padding-left: 225px; */
    }
    .livedraw-number {
        width: 80px;
        margin: 0 15px;
    }
    .last-result-info, .info-box{
        width: 100%;
    }
}
@media screen and (max-width : 991px){
    .livedraw-info {
    }
    .navbar-collapse {
        background-color: #940700;
        padding: 15px;
    }
    .date-info{
        padding: 75px 0 0 225px;
    }
    .periode-info{
        margin-left: 250px;
    }
    .livedraw-info{
        min-height: 400px;
    }
    .livedraw-num{
        /* padding-left: 100px; */
    }
    .livedraw-number {
        width: 80px;
        margin: 20px;
    }
    .last-result-info {
        width: 100%;
    }
    .info-box {
        width: 100%;
    }
}
@media screen and (max-width : 767px){
    .date-info{
        padding: 50px 0 0 125px;
    }
    .periode-info{
        margin-left: 150px;
    }
    .livedraw-info{
        min-height: 300px;
    }
    .livedraw-num{
        /* padding-left: 60px; */
    }
    .livedraw-number {
        width: 40px;
        height: 40px;
        margin: 5px;
    }
}
@media screen and (max-width : 530px){
    .date-info{
        padding: 50px 0 0 125px;
    }
    .periode-info{
        margin-left: 150px;
    }
    .livedraw-info{
        min-height: 300px;
    }
    .livedraw-num{
        /* padding-left: 60px; */
    }
    .livedraw-number {
        padding-top: 15px;
        min-width: 60px;
        min-height: 60px;
        margin: 10px;
    }
    .result_num {
        width: 30px;
    }
}
@media screen and (max-width : 530px){
    .date-info{
        padding: 20px 60px;
    }
    .livedraw-info {
    }
    .periode-info{
        margin-left: 60px;
    }
    .livedraw-info{
        min-height: 300px;
    }
    .livedraw-num{
        /* padding-left: 15%; */
    }
    .livedraw-number {
        padding-top: 8px;
        min-width: 30px;
        min-height: 30px;
        font-size: 16px;
        background-image: none;
    }
}
@-webkit-keyframes rotateY {
    to { -webkit-transform: rotateY(360deg); }
}
@keyframes rotateY {
    to { transform: rotateY(360deg); }
}