body {
    background-color: #0e0e0e;
}

.bg-footer {
    background-color: #16191e !important;
}

@media (max-width: 991px) {
    #topnav {
        background-color: #16191e !important;
    }
}

#topnav.nav-sticky {
    background-color: rgba(28, 28, 28, 0.8) !important;
}

.pill-button {
    border-radius: 23px;
}

.logo img {
    width: 200px;
}

.tns-inner {
    height: 400px;
}

.hero-banner {
    padding-top: 3rem !important;
}

.col-game {
    width: calc(22% - 30px);
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.card-persent {
    background-color: #757575;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-top: 7px;
}

.col-game p {
    color: #fff;
    text-align: center;
    margin: 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.bar-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .col-game {
        width: calc(33% - 10px);
        padding-left: 5px;
        padding-right: 5px;
    }

    .game-list {
        margin: 0 10px;
    }

    .col-game p {
        font-size: 12px;
    }
}

.img-100 {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
}

.tabs {
    overflow-y: auto;
    flex-wrap: unset !important;
    justify-content: unset !important;
}

.tab {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: transparent;
    border: none;
}

button.tab.active {
    background-color: rgb(27, 27, 27);
}

.tab-content {
    display: none;
    margin-left: -10px;
}

.tab-content.active {
    display: flex;
}

.progress {
    text-align: center;
}

.progress-value {
    color: black;
    font-weight: bold;
    position: absolute;
    right: 0;
    left: 0;
}

.table-info-footer {
    font-size: 12px;
    width: 600px;
}

table.table-info-footer,
.table-info-footer th,
.table-info-footer td {
    border: 1px solid;
    padding: 0 5px;
}

/* width */
.tabs::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

/* Track */
.tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.tabs::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
.tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
}
