/* //////////////////////////////////////////////// MAIN DISPLAY */

/* ------------------------------------------- USER ICONS */

.userIconDisplaySpan {
    position: relative;
    height: 0px;
    width: 0px;
}

.userIconDisplay {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 6px;
    filter: drop-shadow(var(--shadowSimpleThick));
    transition: .1s;
}

.cutefoxUserDisplayIcon {
    position: absolute;
    opacity: 1;
    right: 0px;
    bottom: 4px;
    height: 20px;
    width: 20px;
    z-index: 999;
    filter: drop-shadow(var(--shadowSimple));
    transition: .1s;
}

.displayUserIconBox:hover .cutefoxUserDisplayIcon {
    opacity: 0;
}

.displayUserIconBox:hover .userIconDisplay {
    transform: scale(1.2);
}

.cutefoxIcon {
    position: relative;
    margin-left: 4px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    opacity: 1;
    filter: drop-shadow(var(--shadowSimple));
}

.userIconDate {
    position: absolute;
    text-align: center;
    cursor: var(--cursorDefault);
    font-size: 10px;
    bottom: 0px;
    right: 4px;
    left: 0px;
    opacity: 0.8;
}

.displayUserClickable {
    cursor: var(--cursorPointer);
}

/* ------------------------------------------- USER CARDS */

.userListDisplay {
    position: relative;
    width: 160px;
    height: 40px;
    margin: 10px;
    margin-right: 10px;
    margin-left: 38px;
    color: #fff;
    text-shadow: var(--shadowSimple);
    filter: drop-shadow(var(--shadowSimpleThick));
    transition: .1s ease-out;
}

.userListIconDisplay {
    position: absolute;
    height: 50px;
    width: 50px;
    top: -6px;
    bottom: -6px;
    margin: auto;
    left: -35px;
    transition: .1s ease-in-out;
}

.userListDisplay:hover .userListIconDisplay {
    transform: scale(1.2);
}

.userListDisplayUsername {
    position: absolute;
    top: 2px;
    left: 0px;
    padding-left: 24px;
    right: 0px;
    height: 18px;
    overflow: hidden;
    font-family: Londrina;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
}

.userListDisplayName {
    position: absolute;
    top: 22px;
    left: 24px;
    right: 0px;
    height: 18px;
    overflow: hidden;
    font-family: LondrinaL;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
}

.userListDisplay .cutefoxUserDisplayIcon {
    position: absolute;
    height: 22px;
    width: 22px;
    opacity: 1;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.4));
}

.userListDisplayStats {
    display: inline-block;
    padding: 2px;
    padding-left: 24px;
    padding-right: 12px;
    margin-right: 6px;
    margin-left: -24px;
    margin-top: 1px;
    vertical-align: top;
    font-family: LondrinaL;
    font-size: 16px;
    background: rgba(40, 40, 40, 0.6);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(40, 40, 40, 0.6) 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.userListDisplayStats small{
    font-size: 12px;
}

.userListDisplayStats img {
    height: 10px;
    margin-right: 6px;
    vertical-align: middle;
    transform: translateY(-1px);
    filter: drop-shadow(var(--shadowSimple));
}

/* Big cards */

.userCardBig {
    width: 300px;
    height: 75px;
    margin-right: 0px;
    margin-left: 40px;
    backdrop-filter: none;
}

.userCardBig .userListIconDisplay {
    height: 60px;
    width: 60px;
    left: -46px;
}

.userCardBig .userListDisplayUsername {
    top: 1px;
    font-size: 20px;
    height: 24px;
}

.userCardBig .userListDisplayName {
    top: 26px;
}

/* ------------------------------------------- USER CARDS PREVIEW */

.userCardPreview {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: solid 2px rgba(255, 255, 255, 0.2);
    height: 40px;
    width: 160px;
    margin: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
    z-index: 0;
    transform: scale(1);
    transition: 0.15s;
    box-shadow: var(--shadowSimpleThick);
}

.userCardPreview:hover {
    z-index: 1;
    transform: scale(1.1);
}

.userCardPreviewTitle {
    position: absolute;
    text-align: center;
    font-size: 14px;
    font-family: Londrina;
    font-weight: 500;
    letter-spacing: 1px;
    left: 4px;
    top: 12px;
    min-width: 100px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    transform: rotate(-8deg);
}

/* //////////////////////////////////////////////// USERS AREA */

.usersFeatureContainer {
    position: relative;
    min-height: calc(100vh - 60px);
    padding-top: 0px;
    padding-bottom: 60px;
    overflow: hidden;
    text-align: center;
}

.usersFeatureContainer #usersArea {
    position: absolute;
    top: -42px;
}

.usersAreaBgLeft {
    position: absolute;
    top: 0px;
    left: -500px;
    height: 100%;
    opacity: 0.4;
    animation: usersAreaBgImgANIM 1.5s ease-out forwards;
}

.usersAreaBgRight {
    position: absolute;
    bottom: 0px;
    right: -500px;
    height: 100%;
    opacity: 0.4;
    animation: usersAreaBgImgANIM 1.5s ease-out forwards;
}

@keyframes usersAreaBgImgANIM {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

.usersFeatureScrollBox {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding-top: 12px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.usersFeatureMainBox {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(110, 255, 216, 0.3) 100%);
    backdrop-filter: blur(32px);
    border-radius: 4px;
    border-top: solid 2px rgba(180, 255, 230, 0.6);
    border-left: solid 2px rgba(180, 255, 230, 0.4);
    width: 700px;
    cursor: var(--cursorDefault);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
    transform: rotateX(20deg);
    animation: usersFeatureFadeInANIM1 1s ease-in forwards;
}

.usersFeatureMainBox h1 {
    margin: 0px;
    margin-top: -12px;
    margin-bottom: 12px;
    font-size: 32px;
    font-family: Londrina;
    letter-spacing: 1px;
    animation: usersFeatureMainBoxANIM 1s ease-out forwards;
}

@keyframes usersFeatureMainBoxANIM {
    0% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.usersFeatureMainBox h2 {
    margin: 0px;
    margin-bottom: 12px;
    font-size: 18px;
    font-family: LondrinaL;
    font-weight: 600;
    letter-spacing: 1px;
    perspective: none;
    animation: usersFeatureMainBoxANIM 1s ease-out forwards;
}

.usersFeatureNoEffectLeft .userListDisplayName {
    display: none;
}

.usersFeatureNoEffectRight .userListDisplayName {
    display: none;
}

/* REWARDS BOX */

#usersAreaMonthlyRewardsBox {
    position: relative;
    height: 180px;
}

#usersAreaMonthlyRewardsBox .mbLarge {
    position: absolute;
    width: fit-content;
    right: 0px;
    left: 0px;
    bottom: 50px;
    margin: auto;
}

#usersAreaMonthlyRewardsBox .userItemBox {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.usersAreaItemsSet1 {
    position: absolute;
    bottom: -10px;
    right: 0px;
    left: 0px;
    margin: auto;
    height: 160px;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.5));
    animation: usersAreaItemsSetANIM 1.2s ease-in-out forwards;
}

@keyframes usersAreaItemsSetANIM {
    0% {
        transform: scale(0.7);
        opacity: 0.4;
    }

    60% {
        transform: scale(0.7);
    }

    80% {
        transform: scale(1.2);
    }

    90% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.usersAreaItemsSetGlow1 {
    position: absolute;
    bottom: 0px;
    height: 90%;
    right: 0px;
    left: 0px;
    margin: auto;
    mix-blend-mode: overlay;
    pointer-events: none;
    opacity: 0.8;
    z-index: 1;
    animation: usersAreaItemsSetGlow1ANIM 30s linear infinite;
}

@keyframes usersAreaItemsSetGlow1ANIM {
    0% {
        transform: rotate(0deg) scale(2);
    }

    100% {
        transform: rotate(360deg) scale(2);
    }
}

.usersAreaItemsSetGlow2 {
    position: absolute;
    bottom: 0px;
    height: 90%;
    right: 0px;
    left: 0px;
    margin: auto;
    mix-blend-mode: overlay;
    pointer-events: none;
    opacity: 0.9;
    animation: usersAreaItemsSetGlow2ANIM 20s linear infinite;
}

@keyframes usersAreaItemsSetGlow2ANIM {
    0% {
        transform: rotate(0deg) scale(1.5);
    }

    100% {
        transform: rotate(-360deg) scale(1.5);
    }
}

/* FEATURE BLOCKS */

.usersAreaFeatureBlock {
    position: relative;
    max-width: 140px;
    display: inline-block;
    vertical-align: top;
    margin: 8px;
}

.usersAreaFeatureBlock img {
    height: 30px;
    filter: drop-shadow(var(--shadowSimple));
}

.usersAreaFeatureBlock p {
    margin: 0px;
    font-size: 16px;
    font-family: LondrinaL;
    letter-spacing: 1px;
}

/* EVENTS BOX */

.usersAreaEventsBox {
    position: absolute;
    padding: 6px;
    bottom: -46px;
    left: 0px;
    vertical-align: bottom;
    text-align: left;
    font-family: Londrina;
    font-size: 14px;
    border-radius: 4px;
    border-bottom: solid 2px rgba(255, 255, 255, 0.3);
    border-left: solid 2px rgba(255, 255, 255, 0.3);
}

.usersAreaEventsBox .clock_icon {
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    transform: translateY(-1px);
}

/* TIPS BOX */

.usersAreaTipsBox {
    position: absolute;
    padding: 6px;
    top: -42px;
    left: 0px;
    vertical-align: bottom;
    text-align: left;
    font-family: Londrina;
    font-size: 14px;
    border-radius: 4px;
    border-top: solid 2px rgba(255, 255, 255, 0.3);
    border-left: solid 2px rgba(255, 255, 255, 0.3);
}

/* SCORE TABLES */

.usersFeatureLvlIcon1 {
    width: 80px;
    margin-left: -40px;
    margin-right: -40px;
    vertical-align: top;
    filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.3));
    animation: 6s usersFeatureLvlIcon1ANIM linear infinite;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes usersFeatureLvlIcon1ANIM {
    0% {
        transform: scale(1) translateY(450px);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(1) translateY(0px);
        opacity: 0;
    }
}

.usersFeatureNoEffectLeft {
    position: relative;
    opacity: 0;
    transform: skewX(0deg) translateZ(0) rotate(0deg);
    animation: usersAreaCardANIM 0.2s ease-out forwards;
}

.usersFeatureNoEffectRight {
    position: relative;
    opacity: 0;
    transform: skewX(0deg) translateZ(0) rotate(0deg);
    animation: usersAreaCardANIM 0.2s ease-out forwards;
}

@keyframes usersAreaCardANIM {
    0% {
        padding-top: 100px;
        opacity: 0;
    }

    100% {
        padding-top: 0px;
        opacity: 1;
    }
}

.usersAreaScoresBox {
    display: inline-block;
    height: 640px;
    width: 900px;
    perspective: 2400px;
}

.usersAreaScoresBox .userCardBg_none {
    backdrop-filter: none;
}

/* EXP */

.usersFeatureExpBox {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
    padding-top: 16px;
    vertical-align: bottom;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 134, 204, 0.7) 100%);
    backdrop-filter: blur(32px);
    border-radius: 4px;
    border-top: solid 2px rgba(125, 233, 255, 0.8);
    width: 260px;
    cursor: var(--cursorDefault);
    box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
    transform: rotateX(-20deg);
    animation: usersFeatureFadeInANIM2 1s ease-in forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.usersFeatureExpTitle {
    position: absolute;
    height: 26px;
    top: -32px;
    right: -50px;
    left: -50px;
    margin: 0px;
    color: #7de9ff;
    font-size: 28px;
    font-family: Londrina;
    text-align: center;
    text-shadow: 0px 2px #005289, 0px -2px #005289, 2px 0px #005289, -2px 0px #005289, 2px 2px #005289, -2px 2px #005289, -2px -2px #005289, 2px -2px #005289;
}

.userEXPText {
    color: #7de9ff;
    font-family: Londrina;
    letter-spacing: 0px;
    text-shadow: 0px 2px #005289, 0px -2px #005289, 2px 0px #005289, -2px 0px #005289, 2px 2px #005289, -2px 2px #005289, -2px -2px #005289, 2px -2px #005289;
}

.usersAreaExpNum {
    position: absolute;
    bottom: -24px;
    left: 90px;
    right: 0px;
    color: #7de9ff;
    font-size: 28px;
    font-family: Londrina;
    text-align: left;
    letter-spacing: -1px;
    text-shadow: 0px 2px #005289, 0px -2px #005289, 2px 0px #005289, -2px 0px #005289, 2px 2px #005289, -2px 2px #005289, -2px -2px #005289, 2px -2px #005289;
    pointer-events: none;
}

.usersAreaExpNum small {
    font-size: 14px;
    margin-right: 2px;
    letter-spacing: 1px;
}

/* LVL */

.usersFeatureLvlBox {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
    padding-top: 16px;
    vertical-align: bottom;
    background: linear-gradient(40deg, rgba(0, 0, 0, 0) 0%, rgba(200, 70, 100, 0.7) 100%);
    backdrop-filter: blur(32px);
    border-radius: 4px;
    border-top: solid 2px rgba(255, 193, 176, 0.8);
    border-right: solid 2px rgba(255, 193, 176, 0.6);
    width: 260px;
    cursor: var(--cursorDefault);
    box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
    transform: rotateX(-20deg);
    animation: usersFeatureFadeInANIM2 1s ease-in forwards;
    animation-delay: 0.6s;
    opacity: 0;
}

.usersFeatureLvlTitle {
    position: absolute;
    height: 26px;
    top: -32px;
    right: -50px;
    left: -50px;
    margin: 0px;
    color: #ffc1b0;
    font-size: 28px;
    font-family: Londrina;
    text-align: center;
    text-shadow: 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 4px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 4px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212;
}

.userLVLText {
    color: #ffc1b0;
    font-family: Londrina;
    letter-spacing: 0px;
    text-shadow: 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 4px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 4px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212;
}

.usersAreaLvlNum {
    position: absolute;
    bottom: -34px;
    left: 90px;
    right: 0px;
    color: #ffc1b0;
    font-size: 34px;
    font-family: Londrina;
    text-align: left;
    letter-spacing: -1px;
    text-shadow: 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 4px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 4px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212, 0px 0px 2px #622212;
    pointer-events: none;
}

.usersAreaLvlNum small {
    font-size: 14px;
    margin-right: 2px;
    letter-spacing: 1px;
}

/* ARCADE SCORE */

.usersFeatureArcadeScoreBox {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0px;
    height: 100%;
    padding-top: 16px;
    vertical-align: bottom;
    background: linear-gradient(-50deg, rgba(0, 0, 0, 0) 0%, var(--colorThemeArcade) 100%);
    backdrop-filter: blur(32px);
    border-radius: 4px;
    border-top: solid 2px rgba(255, 200, 252, 0.7);
    border-left: solid 2px rgba(255, 200, 252, 0.5);
    width: 260px;
    cursor: var(--cursorDefault);
    box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
    animation: usersFeatureFadeInANIM2 1s ease-in forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

.usersFeatureArcadeScrollBox{
    height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    scrollbar-color: var(--scrollBarColor_arcade);
}

.usersFeatureArcadeScoreTitle {
    position: absolute;
    height: 26px;
    top: -36px;
    right: -50px;
    left: -50px;
    margin: 0px;
    color: #fff;
    font-size: 36px;
    font-family: PIXELMASTER;
    font-weight: 900;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0px 0px 8px rgb(255, 255, 255);
}

.usersAreaArcadeScore {
    position: absolute;
    bottom: -22px;
    left: 86px;
    right: 0px;
    color: #fff;
    font-size: 32px;
    font-family: PIXELMASTER;
    font-weight: 600;
    text-align: left;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

/* STATS */

.usersAreaStatsBox {
    position: relative;
    margin-top: -20px;
    margin-bottom: 80px;
    display: inline-block;
    padding-bottom: 0px;
    padding-top: 60px;
    text-align: center;
    background: linear-gradient(-10deg, rgba(0, 0, 0, 0) 0%, rgba(255, 180, 110, 0.7) 100%);
    backdrop-filter: blur(32px);
    width: 100%;
    cursor: var(--cursorDefault);
    box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
    transform: rotateX(20deg);
    opacity: 0;
    animation: usersFeatureFadeInANIM1 1s ease-in forwards;
    animation-delay: 0.8s;
}

.usersAreaStatsBox h1 {
    margin: 0px;
    margin-bottom: 12px;
    font-size: 32px;
    letter-spacing: -1px;
    font-family: Londrina;
    text-shadow: var(--shadowSimpleThick);
}

.usersAreaStatsBox p {
    text-align: left;
    line-height: 10px;
    display: inline-block;
    margin: 0px;
    margin-left: 12px;
    margin-right: 12px;
}

.usersAreaStatsBox h1 {
    font-family: ABINGDON;
    color: rgba(255, 255, 255, 0.9);
    font-size: 48px;
}

.usersAreaStatsBox small {
    font-family: LondrinaL;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    margin-right: 8px;
    text-shadow: var(--shadowSimple);
}

/* ANIMATIONS */
@keyframes usersFeatureFadeInANIM1 {
    0% {
        transform: rotateX(20deg) translateY(-100px);
        opacity: 0;
    }

    20% {
        transform: rotateX(20deg) translateY(-100px);
        opacity: 0;
    }

    70% {
        transform: rotateX(20deg) translateY(-60px);
        opacity: 1;
    }

    90% {
        transform: rotateX(20deg) translateY(10px);
        opacity: 1;
    }

    100% {
        transform: rotateX(20deg) translateY(0px);
        opacity: 1;
    }
}

@keyframes usersFeatureFadeInANIM2 {
    0% {
        transform: rotateX(-20deg) translateY(100px);
        opacity: 0;
    }

    20% {
        transform: rotateX(-20deg) translateY(100px);
        opacity: 0;
    }

    70% {
        transform: rotateX(-20deg) translateY(60px);
        opacity: 1;
    }

    90% {
        transform: rotateX(-20deg) translateY(-10px);
        opacity: 1;
    }

    100% {
        transform: rotateX(-20deg) translateY(0px);
        opacity: 1;
    }
}

/* //////////////////////////////////////////////// INTERFACES */

.headerTitle1 {
    position: absolute;
    top: 10px;
    left: 70px;
    min-width: 500px;
    text-shadow: var(--shadowSimple);
}

.headerTitleName {
    position: absolute;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-family: LondrinaL;
    z-index: 9999;
    top: 30px;
    left: 0px;
}

.userTagRole {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-family: Londrina;

    margin-left: 12px;
    letter-spacing: 1px;
}

.headerCuteFoxIcon {
    height: 20px;
    position: absolute;
    top: 0px;
    margin-left: 6px;
    filter: drop-shadow(var(--shadowSimple));
}

/* ------------------------------------------- TITLES */

.mainTitle {
    font-size: 22px;
    font-family: Londrina;
    text-align: left;
    letter-spacing: 1px;
    text-shadow: var(--shadowSimple);
    border-radius: 5px;
    top: 0px;
    padding: 0;
    padding: 4px;
    padding-left: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
}

.mainTitle small {
    font-size: 18px;
}

.mainTitle small small {
    font-size: 12px;
}

.mainTitleSmall {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-family: Londrina;
    text-align: left;
    letter-spacing: 1px;
    text-shadow: var(--shadowSimple);
    top: 0px;
    left: 40px;
    padding: 0;
    padding-left: 8px;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 4px;
}

/* ------------------------------------------- PROFILE */

.bioContainer {
    position: relative;
    color: #fff;
    padding: 8px 12px 8px 12px;
    margin: 6px;
    text-align: justify;
    font-size: 16px;
    font-family: LondrinaL;
    letter-spacing: 1px;
    border-radius: 4px;
    background: rgba(230, 230, 230, 0.2);
    background: linear-gradient(30deg, rgba(230, 230, 230, 0.24) 0%, rgba(230, 230, 230, 0.08) 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

/* ------------------------------------------- EXTRA SETTINGS */

.userThemeIconPreview {
    position: relative;
    background-position: center;
    background-repeat: repeat;
    background-size: 200px 120px;
    border-radius: 6px;
    border: rgba(255, 255, 255, 0.2) solid 2px;
    width: 110px;
    height: 65px;
    overflow: hidden;
    display: inline-block;
    z-index: 0;
    transition: 0.1s;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
}

.userThemeIconPreview:hover {
    cursor: var(--cursorPointer);
    filter: brightness(120%);
    transform: scale(1.2);
    z-index: 1;
}

.userThemeShowOnly:hover {
    cursor: var(--cursorDefault);
    filter: brightness(120%);
    transform: scale(1.2);
    z-index: 1;
}

.userPicStylePreview {
    display: inline-block;
    margin: 2px;
    transition: 0.1s;
    -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.6));
}

.userPicStylePreview:hover {
    cursor: var(--cursorPointer);
    filter: brightness(120%);
    transform: scale(1.1);
}

.userColorPreview:hover {
    filter: brightness(120%);
}

.previewThemeBox {
    position: absolute;
    top: -50px;
    left: -50px;
    bottom: -150px;
    width: 40%;
    transition: 0.2s;
    transform: rotate(30deg);
}

/* ------------------------------------------- PICTURE UPLOADER */

.profilePicUploader {
    position: relative;
    display: inline-block;
    border: dashed 2px rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    padding: 12px;
    height: 70px;
    width: 70px;
    margin-right: 20px;
    margin-left: 20px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: 100% 100%;
    cursor: var(--cursorPointer);
    transform: scale(1);
    transition: 0.1s;
}

.profilePicUploader:hover {
    transform: scale(1.1);
}

#pfp_uploader.uploadingWait {
    /* Disable interactions because loading */
    transition: 2s opacity ease-out;
    opacity: 0.3;
    pointer-events: none;
}

.picUploaderText {
    position: absolute;
    text-align: center;
    opacity: 0.6;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    font-family: Londrina;
    padding-top: 14px;
    font-size: 12px;
    background-color: rgba(20, 20, 20, 0.8);
    color: rgba(255, 255, 255, 1);
    transition: 0.1s;
}

.profilePicUploader:hover .picUploaderText {
    opacity: 1;
}

.picUploaderText img {
    margin-top: 10px;
    height: 30px;
    transform: translateY(20px) rotate(45deg) scale(1);
    transition: 0.2s;
}

.picUploaderText:hover img {
    transform: translateY(0px) rotate(0deg) scale(1);
}

.picUploaderText:active img {
    transform: translateY(0px) rotate(0deg) scale(1.2);
}

/* /////////////////////////////////////////////////////// PROFILES */

.profileTableLeft {
    position: relative;
    padding: 20px;
    padding-top: 12px;
    margin-left: -20px;
    overflow-y: auto;
    width: calc(100% - 514px);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.profileTableRight {
    position: absolute;
    right: 0px;
    top: -4px;
    bottom: 0px;
    padding: 12px;
    padding-right: 0px;
    padding-top: 30px;
    width: 500px;
    border-left: solid 2px rgba(255, 255, 255, 0.2);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

/* /////////////////////////////////////////////////////// GEN ITEMS */

.itemGenBox {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    animation: itemGenBoxANIMPopUp 3s;
}

@keyframes itemGenBoxANIMPopUp {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.itemGenBox img {
    height: 60px;
    z-index: 9999;
}

.itemEffect1 {
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: -20px;
    left: -20px;
    margin: auto;
    background-image: url(../content/items/effect_3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: itemEffect1ANIM 20s linear infinite;
}

@keyframes itemEffect1ANIM {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.itemEffect2 {
    position: absolute;
    top: -8px;
    bottom: -8px;
    right: -8px;
    left: -8px;
    margin: auto;
    background-image: url(../content/items/effect_3_col.webp);
    mix-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: itemEffect2ANIM 16s linear infinite;
}

@keyframes itemEffect2ANIM {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes itemGenClickedANIM {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    99% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}