body {
    background-image: url("/v7/assets/images/202510/background_page.webp");
    background-color: var(--background-primary);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

#rules {
    /* background: rgba(0, 0, 0, .5); */
    /* padding: 5rem 0 */
}

#rules .daiko-content {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.daiko-block-winner {
    margin-bottom: 2rem;
}

.daiko-title h1 {
    color: var(--text-1);
}


table {
    background: rgb(0 0 0 / .1) !important;
    width: 100%;
}

.btn-daiko {
    /* background: #8fca42;
                                    border-color: #8fca42; */
    background: #000000;
    border-color: #000000;
    border-radius: 0;
    width: 100%;
    outline: none !important;
    color: #ffffff !important;
    text-align: left;
    text-transform: uppercase;
    box-shadow: none !important;
    z-index: 9999;
    position: relative;
}

.collapse.show {
    width: 100%;
    display: block;
}

.table thead th {
    /* color: #8fca42; */
    color: white;
    /* border-bottom: 2px solid #c7dd21; */
    border-bottom: 2px solid var(--primary);
}

.table td,
.table th {
    border-top: 1px solid var(--primary);
    white-space: nowrap;
    vertical-align: middle;
}

table::-webkit-scrollbar {
    width: 8px;
    background-color: #000;
    height: 5px
}

table::-webkit-scrollbar-thumb {
    background-color: #a1ff00
}

table tbody td,
table tbody th {
    color: #ffffff !important;
    font-size: 0.9rem
}

table thead th {
    /* text-align: center */
}

table tbody th {
    width: 50px;
    /* text-align: center */
}

table tbody td div {
    display: block;
}

/* table thead th:nth-child(1)>div,
table tbody td:nth-child(1)>div {
    width: 20px;
    text-align: right;
} */

table thead th:nth-child(1)>div,
table tbody td:nth-child(1)>div {
    width: 200px;
    white-space: break-spaces;
}

table thead th:nth-child(2)>div,
table tbody td:nth-child(2)>div {
    width: 125px;
    text-align: center;
}

table thead th:nth-child(3)>div,
table tbody td:nth-child(3)>div {
    width: 145px;
    text-align: center;
    /* background: red; */
}

table thead th:nth-child(4)>div {
    text-align: center;
}
table thead th:nth-child(4)>div,
table tbody td:nth-child(4)>div {
    width: 160px;
    /* text-align: center */
    /* background: blue; */
}

table thead th:nth-child(5)>div,
table tbody td:nth-child(5)>div {
    width: 250px;
    text-align: center;
    /* background: yellow; */
}

table thead th:nth-child(7)>div,
table tbody td:nth-child(7)>div {
    /* width: 180px; */
    /* text-align: center */
}


@media (max-width: 680px) {
    #rules {
        /* padding: 3rem 0; */
    }

    .btn-daiko {
        font-size: .8rem;
    }

    .daiko-title h1 {
        font-size: 1.5rem;
    }
}


main {
    color: black;
}

main .container {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: calc(100vh - 13rem);
    /* box-shadow: 0px 0px 5px rgb(238 90 12 / 50%); */
}

table.table.table-hover.table-responsive {
    height: 400px;
    overflow-y: scroll;
    position: relative;
}

.daiko-block-winner {
    position: relative;
}

.daiko-block-winner:after {
    content: '';
    width: 100%;
    display: block;
    height: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(148 201 57 / 30%));
}


thead {
    position: sticky;
    top: 0px;
    background: black;
    display: block;
    z-index: 1;
}

tbody {
    position: absolute;
    top: 50px;
    height: 250px;
    width: 100%;
    display: block;
}

table thead th {
    width: 50px;
    /* text-align: center; */
    background: black;
}

@media (max-width: 680px) {
    table td div {
        /* font-size: 0.8rem !important; */
    }
    table thead th {
        width: 50px;
        /* text-align: center; */
    }


    table thead th:nth-child(1)>div,
    table tbody td:nth-child(1)>div {
        width: 170px;
    }

    table thead th:nth-child(2)>div,
    table tbody td:nth-child(2)>div {
        width: 100px;
    }

    table thead th:nth-child(3)>div,
    table tbody td:nth-child(3)>div {
        width: 140px;
    }

    table thead th:nth-child(4)>div,
    table tbody td:nth-child(4)>div {
        /* width: 200px; */
        /* text-align: center */
    }

    table thead th:nth-child(5)>div,
    table tbody td:nth-child(5)>div {
        width: 190px;
        /* text-align: center */
    }

    table thead th:nth-child(7)>div,
    table tbody td:nth-child(7)>div {
        /* width: 180px; */
        /* text-align: center */
    }

}

header.fekit-header-h-1 {
    background: rgba(0, 0, 0, 1) !important;
}