body {
    color: #fff;
    background-image: url(../img/bg-repeat.png);
    background-size: 90px;
    font-family: sans-serif;

}

img {
    align-self: center;
    object-fit: contain;
    max-width: 100%;
}

.flex-row {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 5px 0;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.header-top {
    display: flex;
    align-items: center;
    padding: 0 15%;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    background-image: url(../img/bg-repeat.png);
    background-size: 90px;
    font-size: 12px;
}

.header-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.login-form {
    display: flex;
    height: 35px;
    padding: 5px;
    gap: 5px;
}

.login-form input {
    background-color: #031D3B;
    border: 1px solid #2B5783;
    border-radius: 4px;
    width: 120px;
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
}

.login-form button {
    border-radius: 4px;
    border: none;
    padding: 0 30px;
    text-wrap: nowrap;
}

.btn-yellow {
    background-color: #FFC400;
}

.btn-red {
    background-color: #D9534F;
}

.facebook-button {
    background-color: #4267B2;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
}

.header-bottom {
    background-color: #091024;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20%;
    font-weight: 500;
    border-top: 2px solid #907711;
    border-bottom: 2px solid #907711;
}

select#language {
    background: #464646;
    color: white;
    padding: 1px 15px;
}

.header-bottom {
    background-color: #091024;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 15%;
    font-weight: 500;
}

.header-bottom a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    text-wrap: nowrap;
}

.header-bottom a:hover {
    background-color: #907711 !important;
    color: #0E1330;
}

.announcemnet-area {
    padding: 0 15%;
    background-color: #1A1A1A;
    display: flex;
    align-items: center;
}

.banner-area {
    display: flex;
    width: 100%;
    height: 350px;
}

.banner-area img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.content-area {
    display: flex;
    flex-direction: column;
    padding: 0 10%;
}
 

.content-area .content-row {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.content-area .content-row img {
    max-width: 430px;
    padding: 5px;
    border: 1px solid #022B65;
}

.jackpot-winner .table-title {
    display: flex;
}

.jackpot-winner .table-text {
    display: flex;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #141B39;
    width: fit-content;
    padding: 2px 0 0 10px;
    border: 1px solid #2C3F7B;
    border-right: none;
}

.table-border {
    z-index: -1;
    width: 50px;
    transform: skewX(45deg) translateX(-20px);
    background-color: inherit;
    border-radius: 4px;
    border: 1px solid #2C3F7B;
    background-color: #141B39;

}

.jackpot-winner .jackpot-table {
    border: 1px solid #fff;
    border-radius: 4px;
    overflow: auto;
    font-size: 14px;
    z-index: 2;
}

.jackpot-winner table th {
    background-color: #000034;
    color: #EEC801;
    text-align: center;
    font-weight: 500;
    padding: 2px 15px;
}

.jackpot-winner table td {
    padding: 2px 15px;
}

.jackpot-winner table tr:nth-child(odd) {
    background-color: #02265B;
}

.jackpot-winner table tr:nth-child(even) {
    background-color: #194988;
}

.active-user {
    flex-shrink: 0;
    display: flex;
    text-wrap: nowrap;
    align-items: flex-end;
    width: 200px;
}

.active-user span:nth-child(1) {
    font-size: 50px;
}

.active-user span:nth-child(2) {
    font-size: 18px;
}

.info-text {
    font-size: 14px;
    text-align: justify;
}
.contact-info{
    justify-content: space-around;
}
.contact-item i {
    font-size: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.contact-item .contact-numbers{
    padding: 10px;
    font-weight: 500;font-family: system-ui,  sans-serif;
}

.footer{
    margin: 20px 10%;
    height: 80px;
    font-size: 12px;
    color: grey;
    display: flex;
    justify-content: space-between;
}