:root {
    --darkgold : #82440b;
    --color2 : #8b6e28;
    --yellow : #f4ae00;
    --red : #8d031d;
    --cream : #e8d2ab;
    --darkgoldtext : #b7751f;
    --bg2 : #d4ba66;
    --bg : #8b6e28;
}
.container {
    max-width: 900px;
}
body {
    background-color: #756213;
    background-image: linear-gradient(315deg, #756213 0%, #4e3e00 74%);
    color: var(--yellow);
    font-weight: 600;
}
.header {
    text-align: center;

    margin: 0 auto;
}
.header-logo {
    padding-top: 10px;
    width: 120px;
}
.menu-item {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--red);
    color: var(--darkgoldtext);
    border-radius: 10px;
}
.menu-item:nth-child(3) {
    background-color: transparent;
    border: 4px solid var(--red);
    border-radius: 50%;
}
.menu-item a {
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    display: block;
}
.menu-item.active {
    background-color: var(--darkgoldtext);
    box-shadow: 3px 3px var(--color2);
}
.menu-item.active a{
    color: #fff;
}
.banner-img {
    width: 100%;
    max-height: 400px;
}
.center-header {
    margin-top: 25px;
}
.content {
    margin-top: 20px;
}
.news {
    width: 48%;
    background-color: #000;
    margin-left: 1%;
    margin-top: 25px;
    border-radius: 25px;
    box-shadow: 2px 2px 10px #555;
}
.livedraw-home-box {
    width: 100%;
    margin-top: -80px;
    background-color: #555;   
    border-radius: 15px;
    box-shadow: 5px 5px 10px #555;
}
.news, .livedraw-home-box {
    display: inline-block;
}
.table-livedraw-home {
    text-align: center;
    color: #fff ;
    background-color: #000;
    border-radius: 15px;
    padding-bottom: 25px;
    box-shadow: 2px 2px 10px #555;
}
.news_pic {
    border-radius: 50px;
    margin-bottom: 25px;
}
.left_box {
    margin-top: 25px;
    width: 50%;
    display: inline-block;
    border-radius: 25px;
    box-shadow: 2px 2px 10px #555;
}
.icon_news {
    width: 39%;
    display: inline-block;
    vertical-align: top;
}
.icon_info {
    vertical-align: top;
    width: 60%;
    display: inline-block;
}
.icon_news {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #aaa;
}
.table-livedraw .table th{
    border : none;
}
.livedraw-home-header {
    background-color: #0b2782; 
    border-radius: 15px 15px 0 0;
}
.livedraw-home-content .title:nth-child(1) {
    margin: 0 20px;
    background-color: #68030b;
}
.livedraw-home-content .title:nth-child(3) {
    margin: 0 20px;
    background-color: #ffcc00;
    color: #000;
}
.livedraw-home-content .title:nth-child(5) {
    margin: 0 20px;
    background-color: #00797c;
}
.title p {
    margin: 0;
    padding: 10px 0;
}
.result_num {
    width: 40px;
    margin: 5px 0;
}
.btn-full {
    width: 100%;
    border-radius: 15px;
}
.news {
    vertical-align: top;
    padding: 15px;
}
.news-img {
    border-radius: 15px;
    box-shadow: 5px 5px 10px #000;
    margin-bottom: 10px;
}
.addition {
    padding: 15px;
    border-radius: 25px;
    background-color: #000;
}
.addition a {
    text-decoration: none;
    color: #f79256;
}
.footer {
    background-color: #000;
    text-align: center;
    margin-top: 10px;
    padding: 15px 0;
    font-weight: bold;
    box-shadow: 2px 2px 10px #555;
}
.footer p {
    margin : 0;
}

.last_result {
    text-align: center;
    overflow-x: scroll;
}
.last_result::-webkit-scrollbar {
    display: none;
}
.table {
    font-size: 20px;
    min-width: 650px;
}
.table thead tr th {
    background-color: #000;
    border: none;
}
.table tbody tr.odd td {
    background-color: #5b301c;
    vertical-align: middle;
}
.table tbody tr.even td {
    background-color: #b3a16c;
    color: #000;
    vertical-align: middle;
}
.livedraw_page .livedraw-home-content .title {
    padding: 10px;
}
.conso-prize, .starter-prize {
    width: 49%;
    display: inline-block;
    margin-top: 20px;
}
.conso-prize .title, .starter-prize .title {
    border-radius: 15px 15px 0 0;
    background-color: var(--darkgoldtext)!important;
    border-bottom: 1px solid #fff;
}
.conso-prize .conso-content, .starter-prize .conso-content{
    border-radius: 0 0 15px 15px;
}
.conso-content {
    margin: 0 20px 20px 20px;
    background-color: black;
}
.conso-item {
    display: inline-block;
    width: 49%;
    text-align: center;
    border : 1px solid black;
    margin: 10px auto;
}
.blinking {
    animation: blink 3s ease-in-out infinite;
}
.about_page {
    border-radius: 35px;
    padding : 15px 25px;
    background-color: #000;
    box-shadow: 2px 2px 10px #555;
    text-align: justify;
}
.video-box {
    text-align: center;
}
.about_title {
    text-align: center;
}
.contact-info p {
    margin:  0;
}
.menu-small {
    display: none;
}
.menu-small .menu-item:nth-child(3) {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--red);
    color: var(--darkgoldtext);
    border-radius: 10px;
    border : none;
}
.menu-small .menu-item:nth-child(3).active {
    background-color: var(--darkgoldtext);
    box-shadow: 3px 3px var(--color2);
}
.prize {
    margin: 20px 0;
}
.changeLang {
    width: 50%;
    margin: 0 auto;
    background-color: #4e3e00;
    color: #fff;
}
.changeLang:focus {
    background-color: #4e3e00;
    color: #fff;
}
.table tbody td {
    vertical-align: middle;
}
@media screen and (max-width : 815px) {
    .menu-nav .menu-item:nth-child(1) {
        display: none;
    }
    .menu-nav .menu-item:nth-child(2) {
        display: none;
    }
    .menu-nav .menu-item:nth-child(4) {
        display: none;
    }
    .menu-nav .menu-item:nth-child(5) {
        display: none;
    }
    .menu-small {
        display: block;
    }
    .menu-nav {
        padding: 0;
    }
}
@media screen and (max-width : 653px) {
    .menu-small .menu-item {
        width: 45%;
        margin: 5px 1%;
    }
}
@media screen and (max-width : 611px) {
    .info_box {
        text-align: center;
    }
    .icon_info {
        width: 100%;
    }
}
@media screen and (max-width : 558px) {
    .conso-prize, .starter-prize {
        width: 100%;
    }
}
@media screen and (max-width : 535px) {
    .left_box {
        width: 100%;
    }
    .livedraw-home-box, .news {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width : 420px) {
    .menu-small {
        padding: 0;
    }
    .menu-small .menu-item {
        width: 100%;
        margin: 5px 0;
    }
}
@keyframes blink {
    0%{
        background-color: #ff0000;
    }
    50% {
        background-color: #03254b;
    }
}