@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

body {
    background-color: #212529;
    font-family: 'Poppins', sans-serif;
}

.custom-table {
    margin: 0 auto;
}

.text-center {
    color:rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 70px !important;
    /* -webkit-text-stroke: 3px black; */
}

#pp {
    width: 110px;
    height: 110px;
}

.page-link:hover {
    cursor: pointer;
}

#loginBtn {
    border-radius: 25px;
    border: 4px solid black;
}

.custom-rank {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
}

#custom-div-pool {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

#custom-div-promo {
    background-color: #FBAB7E;
    background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
}

.custom-rank-title {
    color: black;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.custom-rank-text {
    color: black;
    text-transform: uppercase;
    text-align: center;
    font-size: large;
    font-weight: 600;
}

.go-to-position {
    color: black;
    font-size: large;
    font-weight: 500;
}

.position-click-btn {
    color: black;
    font-size: large;
    font-weight: 500;
}

.position-click-btn:hover {
    color: white;
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

.table>tbody>tr.table-active> * {
    --bs-table-bg-state: none;
    background-color: rgba(110, 36, 175, 0.87) !important;
}

.table>tbody>tr>.level-class {
    min-width: 100px;
}

.table>tbody>tr>.login-class {
    min-width: 140px;
}

#whitelist, #not-found {
    color:white;
    font-weight: bold;
    text-align: center;
}

#last-update {
    color: white;
}
