* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #2E3440;
}


a {
    padding: 0 !important;
    margin: 0 !important;
}


.justify-div-box {
    display: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0px 20px;
}


.flexible-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.flex-container {
    max-width: 1500px !important;
    width: 100% !important;
}



.choose-option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.choose-option-list .option {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 95px;
    cursor: pointer;
    height: 35px;
    border-radius: 5px;
    color: white;
    background: #3B4252;
    transition: 0.2s;
}

.choose-option-list .option:hover {
    transform: scale(1.14);
}




.information-servers {
    margin-top: 30px;
    color: white;
}

.information-servers p {
    font-size: 13px;
    color: #6E728C;
}




.section_1 {
    margin-top: 20px;
}

.section_1 .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.box-lb-board-list {
    max-width: 1000px;
    width: 100%;
    overflow-x: scroll;
}

.box-lb-board-list .lb-board-box {
    box-sizing: border-box;
    display: flex;
    /* justify-content: space-between; */
    background: #3B4252;
    border-bottom: 1px solid #4C566A;
}

.box-lb-board-list .lb-board-box:nth-child(1) .lb-board-list {
    box-sizing: border-box;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    color: white;
}

.box-lb-board-list .lb-board-box .lb-board-list {
    box-sizing: border-box;
    font-size: 10px;
    padding: 5.5px 20px;
    color: #ffffffe1;
}



/* LB ALIGN OPTIONS */
.box-lb-board-list .lb-board-box .lb-board-list:nth-child(1) {
    /* border: 1px solid green; */
    width: 80px;
    /* width: 100%; */
    text-align: center;
}

.box-lb-board-list .lb-board-box .lb-board-list:nth-child(2) {
    /* border: 1px solid green; */
    width: 480px;
    /* width: 100%; */
    text-align: center;
}

.box-lb-board-list .lb-board-box .lb-board-list:nth-child(3) {
    /* border: 1px solid green; */
    width: 150px;
    /* width: 100%; */
    text-align: center;
}

.box-lb-board-list .lb-board-box .lb-board-list:nth-child(4) {
    /* border: 1px solid green; */
    width: 100px;
    /* width: 100%; */
    text-align: center;
}

.box-lb-board-list .lb-board-box .lb-board-list:nth-child(5) {
    /* border: 1px solid green; */
    width: 200px;
    /* width: 100%; */
    text-align: center;
}




.overflow-table-box {
    width: 100%;
}

table {
    max-width: 1000px;
    width: 100%;
    border-collapse: collapse;
}

table, th {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    padding: 8px;
    background: #3B4252;
    color: white;
    text-align: center;
    height: 20px;
    
}

table td {
    color: #ffffffe1;
    padding: 5.5px;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
}

table tr {
    border-bottom: 1px solid #4C566A;
    transition: 0.1s;
}

table th:nth-child(4) {
    display: flex;
    justify-content: center;
}


table td:nth-child(4) p {
    position: absolute;
    text-align: center;
    color: blue;
}

.progress-bar-box {
    min-width: 140px;
    max-width: 140px;
    background: #0000007c;
    border-radius: 5px;

}

.progress-bar-box .progress {
    width: 0%;
    height: 20px;
    background: #515866;
    border-radius: 5px;
}

th .players {
    position: absolute;
    max-width: 140px;
    width: 100%;
}

th .players-box {
    max-width: 140px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}






/* .players-bar {
    box-sizing: border-box;
    margin-top: 5px;
    width: 100%;
    background: rgba(0, 0, 0, 0.308);
    border-radius: 5px;
    height: 20px;
    text-align: center;
}

.players-data {
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    max-width: 80px;
    width: 100%;
    height: 20px !important;
    font-size: 10px;
    font-weight: 400;
}

.display-players {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 32px;
    text-align: center;

}

.progress-bar {
    box-sizing: border-box;
    position: absolute;
    max-width: 80px;
    width: 1%;
    height: 17px;
    text-align: center;
    background: #4c566a;
    border-radius: 5px;
    height: 20px;
} */




.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination .paginate {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3B4252;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    transition: 0.2s;
}

.pagination .paginate:hover {
    transform: scale(1.15);
    background: #1a1d25;
}








.promotion-box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.promotion-box .promotion-display {
    background: #313743ab;
    color: white;
    font-size: 30px;
    width: 100%;
    height: 160px;
    text-align: center;
}

/* .promotion-box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


.promotion-box .promotion-display {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 160px;
    font-size: 30px;
    color: white;
} */

.promotion-display img {
    max-width: 500px;
    height: 160px !important;

    width: 100%;
    height: 170px;
}














.box-something {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    height: 600px;
}

.box-something .promotion-boxes {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 200px;
    color: white;
    font-size: 30px;
    background: #313743ab;
}

.box-something .promotion-boxes img {
    max-width: 480px;
    min-width: 480px;
    height: 200px;
}



.sort {
    cursor: pointer;
    text-decoration: underline;
}


