body.is-light #topbg {
    position: relative;
    background-color: #addaef;
    background-image: url(../../Public/images/bgHeader.png);
    background-position: 0 100%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    width: 100%;
    height: 160px;
    box-shadow: inset 0 -20px 22px #eaeaea;
    margin-bottom: 10px;
    padding-top: 2em;
    image-rendering: pixelated;
}
body.is-dark #topbg {
    position: relative;
    background-color: #0b0a0a;
    background-image: url(../../Public/images/topbg_dark.png);
    background-position: 0% 50%;
    background-size: cover;
    /* background-size: 64%; */
    background-repeat: no-repeat;
    top: 0;
    width: 100%;
    height: 160px;
    box-shadow: inset 0 -20px 22px #1c1d21;
    margin-bottom: 10px;
    padding-top: 2em;
    image-rendering: pixelated;
}
#topbg #logo {
    position: absolute;
    background-image: url(../../Public/images/habbozone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 91px;
    width: 345px;
    image-rendering: inherit;
}
#topbg #enter-to-hotel {
    position: absolute;
    right: 0;
    top: 50px;
    color: #fff;
}
#themeButton {
    position: absolute;
    left: -11px;
    top: -8px;
}
#themeButton.is-light {
    background-image: url(../../Public/images/sprite_icons/sun.png);
    width: 60px;
    height: 60px;
    background-size: cover;
    image-rendering: pixelated;
    -webkit-filter: drop-shadow(1px 0px 0 white) drop-shadow(-1px 1px 0 white) drop-shadow(0 -1px 0 white);
    border-radius: 100%;
}
#themeButton.is-dark {
    background-image: url(../../Public/images/sprite_icons/moon.png);
    width: 60px;
    height: 60px;
    background-size: cover;
    image-rendering: pixelated;
    -webkit-filter: drop-shadow(1px 0px 0 white) drop-shadow(-1px 1px 0 white) drop-shadow(0 -1px 0 white);
}
.zone-header {
    position: fixed;
    height: fit-content;
    /*background-color: #000000d9;*/
    bottom: 10px;
    left: 0;
    padding: 10px 30px;
    z-index: 39;
    border-radius: 0 18px 18px 0;
}
.zone-header #moveheader {
    position: absolute;
    background-image: url(../../Public/images/sprite_icons/font249_3.png);
    background-size: cover;
    image-rendering: pixelated;
    width: 22px;
    height: 22px;
    opacity: 0.4;
    right: 0;
    top: 0;
}
.zone-header #moveheader:hover {
    opacity: 1;
    transition: 0.4s;
    duration: 0.4s;
}
.zone-header #fixheader {
    position: absolute;
    background-image: url(../../Public/images/sprite_icons/header-lock.png);
    background-size: cover;
    image-rendering: pixelated;
    width: 18px;
    height: 24px;
    opacity: 0.8;
    right: 2px;
    top: 30px;
    cursor: pointer;
    transition: 0.4s;
    duration: 0.4s;
}
.zone-header #fixheader:hover {
    opacity: 1;
    transition: 0.4s;
    duration: 0.4s;
}

.zone-header #fixheader.unlock {
    background-image: url(../../Public/images/sprite_icons/font38_H.png);
}
.zone-header ul#right {
    position: absolute;
    right: -170px;
    top: 56px;
}
.zone-header ul a {
    color: #fff;
}
.zone-header ul li {
    position: relative;
    display: inline-grid;
    background-color: #6ea2d7;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    margin: 3px;
    border-radius: 100%;
    border: 11px solid transparent;
    image-rendering: pixelated;
}
.zone-header ul li span {
    display: none;
    position: absolute;
    background-color: #60abd3e6;
    border-radius: 8px;
    font-size: 13px;
    padding: 3px 8px;
    font-weight: 600;
    color: #fff;
    top: -100px;
    left: 50%;
    /* right: 0; */
    bottom: 0;
    margin: auto;
    width: max-content;
    height: fit-content;
    transform: translateX(-50%);
    z-index: 99;
}
.zone-header ul li span:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    right: 0;
    width: fit-content;
    border-right: 0.6em solid transparent;
    border-bottom: 0.6em solid transparent;
    border-left: 0.6em solid transparent;
    border-top: 0.6em solid #60abd3e6;
    transform: translateX(-50%);
    transition: 0.4s;
    duration: 0.4s;
}
.zone-header ul li .header_submenu {
    display: none;
    position: absolute;
    top: -40px;
    left: 50px;
    background-color: #0000008a;
    width: max-content;
    z-index: 1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 3px #00000073;
}
.zone-header ul li .header_submenu:after {
    position: absolute;
    content: "";
    top: 45px;
    left: -25px;
    /* backdrop-filter: blur(1px); */
    border-right: 0.8em solid #fff;
    border-bottom: 0.8em solid transparent;
    border-left: 0.8em solid transparent;
    border-top: 0.8em solid transparent;
}
body.is-light .zone-header ul li .header_submenu {
    background-color: #fff;
}
body.is-dark .zone-header ul li .header_submenu {
    background-color: #18191d;
}
body.is-dark .zone-header ul li .header_submenu:after {
    border-right: 0.8em solid #18191d;
}
body.is-dark .zone-header ul li .header_submenu a {
    color: #fff;
}
.zone-header ul li .header_submenu a {
    display: block;
    position: relative;
    padding: 5px 5px 5px 40px;
    border-radius: 10px;
    margin: 5px;
    color: black;
    transition: 0.4s;
}
.zone-header ul li .header_submenu a img.icon-imported {
    position: absolute;
    left: 0px;
    top: 0px;
}
.zone-header ul li .header_submenu a:hover {
    background: #00000017;
    color: black;
}
.zone-header ul li#profile span {
    background-color: #2685bd;
}
.zone-header ul li#profile span:after {
    border-top: 0.6em solid #2685bd;
}
.zone-header ul li#profile #avatar {
    position: absolute;
    width: 48px;
    height: 64px;
    top: -14px;
    left: -10px;
}
.zone-header ul li#themeMode {
    background-color: transparent;
    position: relative;
    bottom: -7px;
    left: 5px;
}
.zone-header ul li#themeMode:hover {
    bottom: -2px;
}
.zone-header ul li#themeMode span:after {
    transform: translateX(-50%);
}
.zone-header ul li:hover {
    margin-bottom: 10px;
    transition: 0.4s;
    duration: 0.4s;
    cursor: pointer;
}
.zone-header ul li:hover span {
    display: block;
}
.zone-header ul li#settings {
    background: url(../../Public/images/sprite_icons/font309_3.png), url(../../Public/images/sprite_icons/font435_5.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 40% 74%, center;
    background-size: 120%, 175%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}
.zone-header ul li#profile {
    background-color: transparent;
    background-image: url(../../Public/images/sprite_icons/blue-circle-white-border.png);
    background-position: 50% 32%;
    background-size: 71px;
}
.zone-header ul li#avatar {
    background-color: transparent;
    background-image: url(../../Public/images/sprite_icons/blue-circle-white-border.png);
    background-position: 50% 32%;
    background-size: 71px;
}
.zone-header ul li#logout {   
    background: url(../../Public/images/sprite_icons/font413_7.png), url(../../Public/images/sprite_icons/font435_5.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 40% 74%, center;
    background-size: 120%, 175%;
    width: 50px;
    height: 50px;
}
.zone-header ul li#housekeeping {   
    background: url(../../Public/images/sprite_icons/broom_ico.png), url(../../Public/images/sprite_icons/font435_5.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 40% 74%, center;
    background-size: 120%, 175%;
    width: 50px;
    height: 50px;    
    bottom: 0;
    left: 0px;
}
.zone-header ul li#community {
    background: url(../../Public/images/sprite_icons/font290_3.png), url(../../Public/images/sprite_icons/font435_5.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 32% 46%, center;
    background-size: 141%, 175%;
    width: 50px;
    height: 50px;
}
.zone-header ul li#safety {
    background: url(../../Public/images/sprite_icons/font151_0.png), url(../../Public/images/sprite_icons/font435_5.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 40% 74%, center;
    background-size: 133%, 175%;
    width: 50px;
    height: 50px;    
    top: -20px;
}
.zone-header ul li#shop {
    background: url(../../Public/images/sprite_icons/font389_7.png), url(../../Public/images/sprite_icons/font435_5.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 40% 46%, center;
    background-size: 125%, 175%;
    width: 50px;
    height: 50px;
}
.zone-header ul li#staff {
    background: url(../../Public/images/sprite_icons/teams.png), url(../../Public/images/sprite_icons/font435_5.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 50%, center;
    background-size: 132%, 175%;
    width: 50px;
    height: 50px;
    left: 0px;
}
.userstaff {
    position: relative;
    display: inline-flex;
    background-color: #00000017;
    height: 155px;
    width: 136px;
    border-radius: 20px;
    margin: 8px;
    image-rendering: pixelated;
}
body.is-dark .userstaff {
    background-color: #00000045;
}
.userstaff #avatar {
    position: absolute;
    width: 64px;
    height: 110px;
    left: 0;
    right: 0;
    margin: auto;
}
.userstaff #username {
    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    top: 109px;
    margin: auto;
    font-weight: 700;
}
.userstaff #function {
    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    top: 130px;
    margin: auto;
    font-size: 12px;
}
.neticons {
    display: inline-block;
    background-image: url(../../Public/images/networksicons.png);
    height: 42px;
    width: 42px;
    image-rendering: pixelated;
}
.neticons.middle {
    background-size: cover;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.neticons.facebook {
    background-position: 0px 0px;
}
.neticons.twitter {
    background-position: -210px 0px;
}
.neticons.twitter.middle {
    background-position: -125px 0px;
}
.neticons.instagram {
    background-position: -42px 0px;
}
.neticons.instagram.middle {
    background-position: -25px 0px;
}
.neticons.snapchat {
    background-position: -84px 0px;
}
.neticons.snapchat.middle {
    background-position: 100px 0px;
}
.neticons.tiktok {
    background-position: -126px 0px;
}
.neticons.tiktok.middle {
    background-position: -75px 0px;
}
.neticons.discord {
    background-position: -168px 0px;
}
.neticons.discord.middle {
    background-position: -100px 0px;
}
table.relationship-profile {
    margin: auto;
}
table.relationship-profile tr {
    border: 2px solid #ffffff;
}
table.relationship-profile tr td {
    padding: 8px;
}
.is-dark table.relationship-profile tr {
    border: 2px solid #18191d;
}
table.networks-profile {
    margin: auto;
}
table.networks-profile tr {
    border: 2px solid #ffffff;
}
.is-dark table.networks-profile tr {
    border: 2px solid #18191d;
}
table.networks-profile tr td {
    padding: 10px;
}
.box-content.scroll {
    max-height: 200px;
    overflow-y: scroll;
}
.box-content.scroll-400 {
    max-height: 400px;
    overflow-y: scroll;
}
.box-content.profile .avatar-profile {
    position: relative;
    background-image: url(../images/profile-bg.png);
    background-position: 77% 41%;
    background-size: 22rem;
    border-radius: 40px;
    width: 100%;
    height: 250px;
    margin-right: 10px;
    margin-bottom: 35px;
    border: 2px solid white;
    box-shadow: 0px 0px 9px 5px #0000004a, inset 0px -35px 15px #b978a4d9;
    float: left;
}
.box-content.profile .avatar-profile.userprofile {
    position: relative;
    background-image: url(https://abcc9f5c3a.clvaw-cdnwnd.com/c3467e257fe5af9ea02b6d33848b7004/200000111-158e2168ec/VV_Background_DESKTOP_NOLOGO_4K.jpg?ph=abcc9f5c3a);
    background-position: 77% 54%;
    background-size: 50rem;
    box-shadow: 0px 0px 9px 5px #0000004a, inset 0px -35px 15px #3ea4ca;
    image-rendering: pixelated;
}
.box-content.profile .avatar-profile #cloud {
    position: absolute;
    background-image: url('https://habbney.wordpress.com/wp-content/uploads/2012/06/summer_cloud1.gif');
    width: 146px;
    height: 114px;
    left: 0;
    right: 0;
    bottom: -19px;
    margin: auto;
    z-index: 0;
}
.box-content.profile .avatar-profile img {
    position: relative;
    display: block;
    margin: auto;
    z-index: 2;
}
.box-content.profile .avatar-profile #username {
    position: absolute;
    background-color: #b978a4;
    width: fit-content;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 85%;
    margin: auto;
    border-radius: 20px;
    /* border: 2px solid white; */
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 4px;
    text-shadow: -5px -5px 0 #0000003b;
    z-index: 3;
    /* padding: 1px 50px; */
}
.box-content.profile .avatar-profile.userprofile #username {
    background-color: #3ea4ca;
}
.profile-badge-holder {
    width: 78%;
    margin: 20px auto auto auto;
}
.profile-badge-holder img {
    background-color: #00000017;
    padding: 5px;
    border-radius: 100px;
    border: 2px dashed white;
}
.box.is-dark .profile-badge-holder img {
    background-color: #3638409e;
    padding: 5px;
    border-radius: 100px;
    border: 2px dashed #18191d;
}
.carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-container {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
    position: relative;
    min-width: 100%;
    height: 280px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background-color: #f4f4f4;
    background-size: 133%;
    background-position: center;
    image-rendering: pixelated;
    border-radius: 10px;
    /* margin: 10px; */
    font-size: 18px;
}

.carousel button {
    position: absolute;
    width: 21px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    image-rendering: pixelated;
    cursor: pointer;
    z-index: 5;
}
.carousel .prev {
    left: 21px;
    background-image: url(../../Public/images/sprite_icons/white-left-arrow.png);
}
.carousel .next {
    right: 21px;
    background-image: url(../../Public/images/sprite_icons/white-right-arrow.png);
}
.carousel .title {
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    top: 43px;
    margin: auto;
}
.carousel .snippet {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #0000009c;
    padding: 0px 15px;
    border-radius: 8px;
    color: white;
}
.carousel .snippet small {
    font-size: 13px;
    margin-left: 20px;
}
.carousel .snippet small a {
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
.carousel-bullets {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 5;
}
.carousel .bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #ffffff42;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.carousel .bullet.active {
    background-color: #ffffff;
    width: 18px;
}
.carousel .bullet:hover {
    background-color: #ffffffa1;
}
.icon-imported {
    vertical-align: middle;
}
.icon-imported.icon-small {
    height: 35px;
    margin-right: 6px;
}
.icon-imported.icon-medium {
    height: 47px;
    margin-right: 6px;
}
.boxtitle-icon-imported {
    vertical-align: middle;
    width: 15%;
    margin-right: 6px;
}
.user {
    position: relative;
    display: inline-flex;
    background-color: #0000000d;
    width: 200px;
    height: 85px;
    border-radius: 10px;
    border: 2px solid #00000008;
    margin: 5.63px;
}
.user #avatar {
    float: left;
    width: 64px;
    height: 81px;
    image-rendering: pixelated;
}
.user #username {
    position: absolute;
    left: 62px;
    top: 30px;
    font-weight: 600;
}
.user #motto {
    position: absolute;
    left: 62px;
    top: 55px;
}
.habbo-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #09587c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.spinner {
    background-image: url(../../Public/images/sprite_icons/big-blue-spinner.png);
    border-radius: 50%;
    width: 67px;
    height: 64px;
    zoom: 2;
    image-rendering: pixelated;
    animation: spin 1s linear infinite;
}
.spinner.small {
    zoom: 1;
}
.habbo-loader #loading-text {
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: #fff;
    font-size: 2em;
}
.habbo-loader #loading-text span {
    display: block;
    width: fit-content;
    margin: auto;
    color: #5aadd7;
    font-weight: 700;
    font-size: 1.2rem;
}
/* Animation du spinner */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#Safetytips .is-modal h4 {
    color: #7b7b7b;
}
table.safety {
    
}
table.safety tr td {
    display: inline-block;
    background-color: #00000033;
    width: 49.09%;
    border: none;
    border-radius: 10px;
    margin: 5px;
}
table.safety tr td img {
    margin-right: 5px;
}
.news_article {
    position: relative;
    background-position: center;
    height: 100px;
    border-radius: 10px;
    margin: 10px;
    cursor: pointer;
    image-rendering: pixelated;
    transition: 0.4s;
}
.news_article:hover {
    margin-left: -5px;
    transition: 0.4s;
}
.news_article.selected {
    margin-left: -5px;
    transition: 0.4s;
}
.news_article #title {
    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
    color: white;
}
.news_article #snippet {
    position: absolute;
    width: fit-content;
    left: 0px;
    right: 0;
    top: 51px;
    margin: auto;
    font-size: 12px;
    background-color: #ffffffb8;
    padding: 4px 10px;
    border-radius: 8px;
    color: #000000;
}
.photo_article {
    position: relative;
    height: 320px;
    width: 320px;
    background-size: cover;
    image-rendering: pixelated;
    box-shadow: 0px 0px 6px 5px #00000036;
}
.photo_article #username {
    position: absolute;
    background-color: #ffffff70;
    width: 100%;
    bottom: 0;
    padding: 10px;
    color: #000000;
    font-weight: bold;
}
.photo_article #date {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #303030;
    font-size: 10px;
}
.habbos-friends {
    position: relative;
    height: 60px;
    image-rendering: pixelated;
}
.habbos-friends .friend {
    position: absolute;
    background-image: url('../../Public/images/sprite_icons/font340_1.png');
    width: 50px;
    height: 52px;
    z-index: 1;
}
.habbos-friends .friend #avatar{
    position: absolute;
    top: -13px;
    left: -8px;
    width: 64px;
    height: 110px;
}
.habbos-friends #username {
    position: absolute;
    top: 8px;
    left: 9px;
    background-color: #0000001f;
    padding: 5px 30px 5px 50px;
    border-radius: 10px;
    width: fit-content;
}
.habbos-friends #username small {
    position: relative;
    top: -1px;
    margin-left: 10px;
    color: #808080;
    font-size: 11px;
}
.habbos-friends #username small img {
    margin-right: 3px;
}
.news-comments {
    position: relative;
    image-rendering: pixelated;
    margin: -13px 0;
    padding: 0;
    height: fit-content;
}
.news-comments #userProfile {
    position: relative;
    background-color: #e4c2c2;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 3px dashed #fff;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
body.is-dark .news-comments #userProfile {
    border: 3px dashed #18191d;
}
.news-comments #userProfile #avatar {
    position: absolute;
    background-position-x: center;
    width: 49px;
    height: 70px;
    left: 0;
    right: 0;
    margin: auto;
    top: -9px;
    border-bottom: 2px solid #000000;
}
.news-comments #comment {
    display: inline-block;
    position: relative;
    top: -78px;
    left: 103px;
    min-height: 82px;
    height: fit-content;
    width: 670px;
    background-color: #0000001c;
    padding: 6px 30px;
    border-radius: 10px;
    /* margin-top: -77px; */
}
.news-comments #comment:after {
    position: absolute;
    content: "";
    top: 35%;
    left: -25px;
    /* transform: translateY(-50%); */
    border-right: 0.8em solid #0000001c;
    border-bottom: 0.8em solid transparent;
    border-left: 0.8em solid transparent;
    border-top: 0.8em solid transparent;
}
.news-comments #comment b {
    position:absolute;
    top: 2px;
    /* transform: translateY(-50%); */
    margin-bottom: 30px;
}
.news-comments p {
    display: contents;
    margin: 0;
    padding: 0;
}
.news-comments #comment #bin {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: auto;
    background-image: url(../images/sprite_icons/font194_0.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.news-comments #comment #like-comment {
    position: absolute;
    bottom: -23px;
    right: 31px;
    background-image: url(../images/sprite_icons/font22_r.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 26px;
    cursor: pointer;
    /* border-right: 2px solid #00000026; */
    zoom: 1.5;
}
.news-comments #comment #like-comment span {
    position: absolute;
    background-color: #e25f5f;
    width: 17px;
    bottom: -18px;
    left: 4px;
    margin: auto;
    padding: 4px;
    font-size: 6px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    border-radius: 100px;
}
.news-comments #comment #unlike-comment {
    position: absolute;
    bottom: -23px;
    right: 0;
    background-image: url(../images/sprite_icons/font22_l.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 26px;
    cursor: pointer;
    /* border-right: 2px solid #00000026; */
    zoom: 1.5;
}
.news-comments #comment #unlike-comment span {
    position: absolute;
    background-color: #e25f5f;
    width: 17px;
    bottom: -18px;
    left: 4px;
    margin: auto;
    padding: 4px;
    font-size: 6px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    border-radius: 100px;
}
.news-comments #comment small {
    position: absolute;
    right: 40px;
    top: 5px;
    font-size: 11px;
    font-weight: 600;
}
.ranking {
    position: relative;
    background-color: #0000008c;
    background-image: url('../images/rankings/rares.png');
    background-position: 87% 29%;
    padding: 10px 20px;
    border-radius: 10px;
    height: 85px;
    margin-bottom: 10px;
    image-rendering: pixelated;
}
.ranking.diamonds {
    background-image: url('../images/rankings/diamonds.png');
    background-position: 37% 85%;
}
.ranking.game {
    background-image: url('../images/rankings/topgamer.gif');
    background-position: 5% 0%;
}
.ranking #avatar {
    position: absolute;
    background-color: #0d7a89;
    background-position: 50% 19%;
    width: 75px;
    height: 75px;
    left: 12px;
    top: 5px;
    border-radius: 100px;
    border: 3px solid white;
    image-rendering: pixelated;
}
.ranking #username {
    position: absolute;
    background-color: #000000ab;
    top: -37px;
    bottom: 0;
    left: 95px;
    height: fit-content;
    margin: auto;
    font-size: 20px;
    padding: 2px 10px;
    border-radius: 10px;
    color: white;
}
.ranking #amount {
    position: absolute;
    background-color: #000000ab;
    top: 37px;
    bottom: 0;
    left: 110px;
    height: fit-content;
    margin: auto;
    font-size: 21px;
    padding: 2px 20px;
    border-radius: 10px;
    color: white;
}
.ranking #trophy {
    position: absolute;
    background-image: url(../images/sprite_icons/trophy-gold.png);
    width: 24px;
    height: 24px;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-filter: drop-shadow(1px 0px 0 white) drop-shadow(-1px 1px 0 white) drop-shadow(0 -1px 0 white) drop-shadow(2px 0px 0 #444) drop-shadow(-2px 1px 0 #444) drop-shadow(0 -2px 0 #444) drop-shadow(0 2px 0 #444);
    zoom: 2;
    image-rendering: pixelated;
}
.ranking #trophy.silver {
    background-image: url('../images/sprite_icons/trophy-silver.png');
}
.ranking #trophy.bronze {
    background-image: url('../images/sprite_icons/trophy-bronze.png');
}
.ranking #position {
    position: absolute;
    background-color: #000000ab;
    height: fit-content;
    padding: 10px 20px;
    border-radius: 100px;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
ul.settings {
    list-style-type: none;
    margin: 0;
}
ul.settings a {
    color: black;
}
body.is-dark ul.settings a {
    color: #fff;
}
ul.settings a.selected {
    font-weight: bold;
}
ul.settings li {
    background-color: #0000001c;
    padding: 5px 20px;
    margin: 5px 25px;
    border-radius: 10px;
    font-size: 23px;
    transition: 0.4s;
    cursor: pointer;
    text-align: center;
}
ul.settings li:hover {
    background-color: #0000004f;
}
label.radioSettings {
    display: inline-block;
    background-image: url(../images/sprite_icons/font122_8.png);
    width: 32px;
    height: 32px;
    image-rendering: pixelated;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}
form input[type="radio"]:checked+label.radioSettings {
    background-image: url(../images/sprite_icons/font213_1.png);
    cursor: pointer;
}
marquee.dedications {
    background-color: #ffffff2e;
    padding: 5px 10px;
    border-radius: 10px;
}
marquee.dedications img {
    display: inline-block;
    height: 22px;
}
a#postDedication {
    float: right;
    margin: -5px;
}
#clearfix {
    clear: both;
}
footer.footer.retroverse {
    background-color: #0000001c;
    width: 100%;
    border-radius: 0.75rem;
    font-size: 13px;
    max-height: 135px;
}
footer.footer.retroverse .logo {
    position: absolute;
    left: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    image-rendering: pixelated;
}
footer.footer.retroverse .footer-link {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}
.bgred {
    background-color: red;
}
.box-shadow {
    box-shadow: 0px 0px 20px 5px #00000047;
}
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    display: block;
}
.is-tag {
    position: relative;
    padding-right: 20px;
}
.deleteTag {
    position: absolute;
    right: 2px;
    top: -3px;
    background-image: url('../images/sprite_icons/font05_0.png');
    width: 16px;
    height: 18px;
    cursor: pointer;
    image-rendering: pixelated;
}
.deleteTag:hover {
    top: -4px;
}
.deleteTag:active {
    top: -2px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
