/* Local copy of the fixed lottery navigation layout. */
.djxgam.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 1000;
    width: 100%;
    max-width: 720px;
    padding: 0 0 2px;
    transform: translateX(-50%);
    border: 0;
}

.news-boxbox {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.djxgam.fixed .nav-brand {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    overflow: hidden;
    background: linear-gradient(to right, #f2fbe9 0%, #cce8b5 48%, #96cc7a 100%);
}

.nav-brand-logo {
    height: 50px;
    overflow: hidden;
}

.nav-brand-logo img {
    display: block;
    width: 185px;
    height: 50px;
    object-fit: contain;
}

.nav-brand-bank {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 55px;
    margin-right: -130px;
}

.nav-brand-bank img {
    display: block;
    width: 55px;
    /* height: 22px; */
    object-fit: contain;
}

.news-box {
    width: 100%;
    overflow: hidden;
    background: #fff;
    /* border-top: 1px solid #111; */
}

.news-box iframe {
    display: block;
    width: 100%;
    border: 0;
}

.news-box[hidden] {
    display: none;
}

.lottery-results {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.lottery-result-row {
    margin: 0;
    background: #fff;
}

.lottery-result-row + .lottery-result-row {
    border-top: 1px solid #dce8d7;
}

.lottery-result-label {
    height: 32px;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    color: #006b3c;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background: #f4f8f2;
    border-bottom: 1px solid #75bd63;
}

.lottery-result-row iframe {
    display: block;
    width: 100%;
    height: 130px;
    border: 0;
}

.lottery-content {
    margin: 5px 0;
    /* margin-top:0px ; */
    overflow: hidden;
    background: linear-gradient(to right, #2cb12b, #2cb12b);
    border: 5px solid #2cb12b;
    border-radius: 5px;
}

.home-nav {
    position: relative;
    z-index: 10;
    width: 100%;
    /* padding: 4px 30px 5px; */
    background: #fff;
}

#myIframe {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 8px 0;
    text-align: center;
    background: #fff;
}

#myIframe td {
    width: 50%;
    padding: 0;
    text-align: center;
}

.home-nav a {
 display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 34px;
    padding: 4px 8px;
    overflow: hidden;
    color: #006b3c;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    background: linear-gradient(to bottom, #f3ffd9, #b7e89a);
    border: 1px solid #75bd63;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 102, 51, 0.2);
    border-radius: 22px;
    margin: 2px 0;
}

.home-nav a.active {
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to bottom, #009966, #006b3c);
    border-color: #005c35;
    box-shadow: inset 0 1px 0 rgba(204, 255, 153, 0.55), 0 2px 4px rgba(0, 102, 51, 0.3);
}

.home-nav a:focus-visible {
    outline: 2px solid #009966;
    outline-offset: 2px;
}

.home-nav a img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    object-fit: contain;
    vertical-align: middle;
}

.konhge {
    height: 208px;
    margin-top: 0;
}

.box {
    margin: 5px 0;
    overflow: hidden;
    background: linear-gradient(to right, #2cb12b, #2cb12b);
    border: 0;
    border-radius: 5px;
}

/* @media screen and (max-width: 580px) {
    .home-nav {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-nav a {
        height: 48px;
        font-size: 22px;
    }
}

@media screen and (max-width: 420px) {
    .home-nav {
        padding-right: 8px;
        padding-left: 8px;
    }

    .home-nav a {
        height: 45px;
        padding-right: 4px;
        padding-left: 4px;
        font-size: 18px;
    }

    .home-nav a img {
        width: 18px;
        height: 18px;
        margin-right: 4px;
    }
} */
