@charset "UTF-8";
/*!
 * CSS By LuvNovel Ltd
 * Copyright 2011-2023 LuvNovel
 * Create By LuvNovel Team
 */

/* Avatar */


.lvl1 {
    background-image: url(https://media.discordapp.net/attachments/1142847020235763753/1142853912072826880/1.png);
}

.lvl2 {
    background-image: url(https://media.discordapp.net/attachments/1142847020235763753/1142853912500649994/2.png);
}

.lvl3 {
    background-image: url(https://media.discordapp.net/attachments/1142847020235763753/1142853911770841148/3.png);
}

.frame-1 {
    background-image: url(https://cdn.discordapp.com/attachments/1142847020235763753/1143215442446532739/c687d7204504d1d5594a4cc95da4e211.gif);
}

.avatar-border.o_whitecat::before {
    background-image: url(https://cdn.discordapp.com/attachments/1142847020235763753/1143246516614602763/9821b4ec0f8185489151684d23b1febc.gif);
}

.author-avatar {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
}


.author-avatar img {
    border-radius: 50px;
}

.avatar-border img {
    border-radius: 50%;
}

.avatar-border::before {
    content: "";
    position: absolute;
    width: 192.5%;
    height: 172.5%;
    left: -47%;
    bottom: -25%;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.author-box .author-avatar {
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 20px auto;
}

.avatar-frame-list-rank {
    position: absolute;
    height: 55px;
    left: 40%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 55px;
}

.avatar-frame-list-rank>img, .avatar-frame-list-rank>picture img {
    display: block;
    height: 100%;
    width: 100%;
}