/* RANKING */

.ranking-group {
    position: absolute;

    top: 630px;
    right: 170px;

    display: flex;
    gap: 10px;
}

.ranking-img {
    width: 295px;
    display: block;
}

/* JUTI RANKING */

.ranking-box {
    position: relative;
}

.juti-ranking-list {
    position: absolute;

    top: 92px;
    left: 18px;

    width: 255px;

    font-family: 'Kanit', sans-serif;
    color: #ffffff;

    text-shadow: 1px 1px 3px #000;
}

.juti-ranking-row {
    display: grid;

    grid-template-columns: 45px 1fr 55px;

    align-items: center;

    height: 35px;

    font-size: 17px;
    font-weight: bold;
}

.rank-no {
    text-align: center;
    color: #ffd76a;
}

.rank-name {
    text-align: center;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rank-total {
    text-align: right;
}