﻿


.TopRanks {
    width: 11em;
    height: 11em;
    flex-direction: column;
    position: relative;
    margin-left: 2em;
    margin-right: 2em;
}

    .TopRanks > * {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }



#ScrollTopBadges .k-scrollview-nav-wrap {
    display: none;
}




#ScrollTopBadges .k-scrollview-next, #ScrollTopBadges .k-scrollview-prev {
    color: var(--tile_bg);
    font-size: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ScrollTopBadges .k-scrollview-next {
    right: 2%;
}
    
#ScrollTopBadges .k-scrollview-prev {
    left: 2%;
}



.NameTopRanks {
    margin: 0.5em;
    font-family: Gilroy;
    color: var(--tile_bg);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.NumMedalhasTopRanks {
    display: inline-flex;
    margin-top: 0.5em;
    color: var(--tile_bg);
    font-family: Gilroy;
}

.boxTopRanks {
    display: inline-flex;
    flex-direction: column;
    border-radius: 15%;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 1em #0000000a;
    margin: 0em 1em 0em 1em;
}

.overlay-TopBadges {
    font-family: Gilroy;
    font-size: 1.5em;
    white-space: break-spaces;
    color: black;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    height: 100%;
    width:50%;
    text-align: center;
}

.boxbadges {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2em;
}

.TextBadge {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    color: var(--tile_bg);
    font-weight: 500;
    font-family: Gilroy;
    margin-left: 1.5em;
}
