.bgTinyPattern1_white {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-image: url(../img/bg_tiny_pattern1_white.png);
    background-size: 5px;
    background-position: center;
    background-repeat: repeat;
    -webkit-mask: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.bgTinyPattern1_black {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-image: url(../img/bg_tiny_pattern1_black.png);
    background-size: 5px;
    background-position: center;
    background-repeat: repeat;
    -webkit-mask: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

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

.lockIcon1 {
    height: 40px;
    opacity: 0.6;
    cursor: var(--cursorPointer);
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.lockIcon1:hover {
    transform: scale(1.2);
    opacity: 1;
}

/* -------------------------------------------------------- POP-UPS */

.windowBG {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(40, 40, 40, 0.9);
    z-index: 3000;
}

.windowCloseAreaButton {
    position: fixed;
    width: 100%;
    height: 100%;
}

.windowBgBakery {
    background: rgb(117, 111, 107);
    background: radial-gradient(circle, rgba(100, 100, 100, 1) 0%, rgba(10, 10, 20, 1) 100%);
}

.windowPopUp {
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
    max-height: calc(100vh - 50px);
    background-color: var(--colorGreyWolf);
    background-image: url(../img/bg_pattern_02.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: 200px;
    border-radius: 4px;
    pointer-events: all;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    animation: BGAnim1 0.2s ease-out;
}

.windowCentered {
    position: absolute;
    width: 100%;
    height: fit-content;
    top: 0px;
    bottom: 70px;
    margin: auto;
    pointer-events: none;
}

.windowPopUpAuto {
    min-width: 400px;
    width: fit-content;
    max-width: 96%;
}

.windowPopUpSmall {
    width: 400px;
}

.windowPopUpMedium {
    width: 800px;
}

.windowPopUpMedium2 {
    width: 1000px;
}

.windowPopUpLarge {
    max-width: 1200px;
}

.windowPopUpExtraLarge {
    max-width: 1400px;
}

.windowPopUpFull {
    width: 96%;
}

.windowPopUpAdaptable {
    max-width: 96%;
    max-height: calc(100vh - 50px);
}

.windowContentBox {
    position: relative;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: var(--scrollBarColor_default);
}

.windowContentBoxNoScroll {
    position: relative;
    max-height: calc(100vh - 180px);
    overflow-y: hidden;
    overflow-x: hidden;
}

.windowThemeContainer {
    padding: 20px;
}

.windowHeader h1 {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 300px;
    margin: 0px;
    cursor: var(--cursorDefault);
    pointer-events: none;
    text-align: center;
    font-size: 32px;
    font-family: Londrina;
    letter-spacing: 1px;
    padding-top: 0px;
    letter-spacing: 2px;
    text-shadow: var(--shadowSimpleThick);
    transform: rotate(4deg);
}

.windowHeader h2 {
    position: absolute;
    top: 44px;
    right: 12px;
    width: 300px;
    margin: 0px;
    cursor: var(--cursorDefault);
    pointer-events: none;
    text-align: center;
    font-size: 14px;
    font-family: LondrinaL;
    font-weight: 700;
    padding-top: 0px;
    letter-spacing: 1px;
    text-shadow: var(--shadowSimpleThick);
    transform: rotate(4deg);
}

.windowHeader {
    position: relative;
    height: 50px;
    background-color: var(--colorGreyWolf);
    background-image: url(../content/img/background_icon_1.png);
    background-position: center;
    background-repeat: repeat;
    z-index: 9999;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

.windowHeaderWarning {
    background-color: #bbab00;
}

.windowHeaderAdmin {
    height: 50px;
    z-index: 9999;
    border-bottom: solid 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

/* STORE */

.windowHeaderStore {
    border: none;
    background: #463017;
    background-image: url(../content/store/header.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 138px;
}

.themeStore {
    background-image: url(../content/store/bg_catalogs.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: ridge 12px #815c2d;
    scrollbar-color: var(--scrollBarColor_transparent);
}

/* CAMP */

.windowHeaderCabin {
    border: none;
    background-color: transparent;
    background-image: url(../img/cabin_header.png);
    background-position: center bottom;
    background-size: 150px;
    background-repeat: repeat-x;
    box-shadow: none;
    filter: drop-shadow(3px 6px 1px rgba(0, 0, 0, 0.2));
}

.windowThemeCabin {
    background-image: url(../img/cabin_bg.png);
    background-size: 150px;
    background-repeat: repeat;
    background-position: center top;
    margin-top: -10px;
    padding: 32px;
}

/* CORKBOARD */

.themeCorkboard {
    background-image: url(../img/corkboard_01.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 500px;
    border: ridge 12px #815c2d;
    box-shadow: 3px 6px 1px rgba(0, 0, 0, 0.2), inset 3px 6px 1px rgba(0, 0, 0, 0.2);
}

.cabinCorkboard {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/corkboard_01.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 500px;
    padding: 20px;
    border: ridge 12px #815c2d;
    box-shadow: 3px 6px 1px rgba(0, 0, 0, 0.2), inset 3px 6px 1px rgba(0, 0, 0, 0.2);
}

/* BAKERY */

.windowHeaderBakery {
    border: none;
    background: #113a80;
    background-image: url(../events/bakery/header.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 134px;
}

.bakeryForegroundBottom {
    position: absolute;
    bottom: -26px;
    right: 0px;
    width: 760px;
    pointer-events: none;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
}

/* GAMEJOLT */

.windowHeaderGameJolt {
    border: none;
    background: #acd700;
    background-image: url(../img/gamejolt_header.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 8px;
}

.themeGameJolt {
    background-color: #2f7f6f;
    background-image: url(../img/bg_pattern_gamejolt.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 128px;
    background-attachment: fixed;
    border-radius: 0px;
}

/* OTHER */

.closeButton {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    border: none;
    border-top: solid 2px rgba(255, 255, 255, 0.3);
    cursor: var(--cursorPointer);
    box-shadow: none;
    background: rgba(40, 40, 40, 0.2);
    background: linear-gradient(30deg, rgba(40, 40, 40, 0.3) 0%, rgba(40, 40, 40, 0.6) 100%);
    backdrop-filter: blur(12px);
    transition: 0.1s ease-in-out;
}

.closeButton img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    height: 18px;
    width: 18px;
    transform: scale(1);
    filter: drop-shadow(var(--shadowSimple));
    transition: 0.1s;
}

.closeButton:hover {
    box-shadow: var(--shadowSimpleButton);
    background: rgba(255, 255, 2550, 0.2);
    background: linear-gradient(30deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.closeButton:hover img {
    transform: scale(1.3);
}

.closeButton:focus {
    transform: scale(1.2);
    cursor: var(--cursorDefault);
    opacity: 0;
    transition: 0.2s;
}

.reloadButton {
    position: absolute;
    top: 4px;
    right: 38px;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    border: none;
    border-top: solid 2px rgba(255, 255, 255, 0.3);
    cursor: var(--cursorPointer);
    box-shadow: none;
    background: rgba(40, 40, 40, 0.2);
    background: linear-gradient(30deg, rgba(40, 40, 40, 0.3) 0%, rgba(40, 40, 40, 0.6) 100%);
    backdrop-filter: blur(12px);
    transition: 0.1s ease-in-out;
}

.reloadButton img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    height: 18px;
    width: 18px;
    transform: rotate(0deg) scale(1);
    filter: drop-shadow(var(--shadowSimple));
    transition: 0.3s;
}

.reloadButton:hover {
    box-shadow: var(--shadowSimpleButton);
    background: rgba(255, 255, 2550, 0.2);
    background: linear-gradient(30deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.reloadButton:hover img {
    transform: rotate(360deg) scale(1.3);
}

.reloadButton:focus {
    transform: scale(1.2);
    cursor: var(--cursorDefault);
    opacity: 0;
    transition: 0.2s;
}

.headerIcon1 {
    position: absolute;
    top: 24px;
    left: 12px;
    height: 50px;
    width: 50px;
    z-index: 9999;
    filter: drop-shadow(var(--shadowSimpleThick));
}

.headerIcon2 {
    height: 18px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.windowFooter {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    clip-path: polygon(0 0%, 100% 80%, 100% 100%, 0% 100%);
}

.windowFooterWarning {
    background-color: #bbab00;
}

.windowHeaderCard {
    position: absolute;
    top: 12px;
    left: 12px;
}

/* -------------------------------------------------------- THEMES */

.themeGreyWolf {
    background-color: var(--colorGreyWolf);
    background-image: url(../img/bg_pattern_02.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: 200px;
}

.themeWorldTime {
    background-color: var(--menuThemeColor);
    background-image: url(../img/bg_pattern_02.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: 200px;
}

.themeMorning {
    background-color: #3a6818;
    background-image: url(../img/bg_pattern_02.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: 200px;
}

.themeArcade {
    background-image: url(../img/bg_arcade.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.themeAdmin {
    background-color: #252955;
    background-image: url(../img/bg_pattern_03.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: 200px;
}

.themeMembership {
    background-color: #4d2c25;
    background-image: url(../img/bg_pattern_02.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: 200px;
}

.themeDeep {
    background-color: #181251;
    background-image: url(../img/noise_1.gif);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 600px;
}

/* -------------------------------------------------------- FORMS */

.basicContainer {
    position: relative;
    display: inline-block;
    margin: 8px;
    padding: 8px;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.14);
    border-radius: 6px;
}

.formElement {
    position: relative;
    width: auto;
    background-color: #1e1e1e;
    color: #fff;
    border: none;
    outline: none;
    text-align: left;
    font-size: 14px;
    font-family: LondrinaL;
    letter-spacing: 1px;
    padding: 12px;
    margin: 6px 0px;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: var(--shadowSimpleButtonInverted);
}

.formElement:focus {
    background-color: #bcbcbc;
    color: #000;
}

/* TEXT */

.userFormText {
    align-content: center;
    cursor: var(--cursorText);
}

.userFormText:focus {
    background-color: rgba(220, 220, 220, 0.8);
    color: rgba(0, 0, 0, 1);
}

.userFormTextSmall {
    cursor: var(--cursorText);
}

.userFormTextSmall:focus {
    background-color: rgba(220, 220, 220, 0.8);
    color: rgba(0, 0, 0, 1);
}

/* SWITCH */

.formSwitch {
    width: fit-content;
    cursor: var(--cursorPointer);
}

.formSwitch:focus {
    background-color: #1e1e1e;
    color: #fff;
}

.formSwitch:focus:not(:active) {
    animation: hrButtonANIM0 0.2s forwards;
}

/* DROPDOWN */

.formSelector .selectorList {
    position: fixed;
    top: 100px;
    bottom: 100px;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: auto;
    display: none;
    z-index: 9;
    overflow-y: auto;
}

.formSelector:focus .selectorList {
    display: block;
}

.formSelector .selectorList button {
    display: block;
}

.formSelector .selectorList button:hover {
    background-color: #1e1e1e;
    color: #fff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select option {
    padding: 0px;
    margin: 6px 0px;
    background-color: rgba(30, 30, 30, 0.8);
    color: rgba(255, 255, 255, 1);
    border: none;
    font-size: 14px;
}

select option:disabled {
    color: rgba(255, 255, 255, 0.5);
}

select-selected:after {
    padding: 0px;
    margin: 6px;
    background-color: rgba(30, 30, 30, 0.8);
    color: rgba(255, 255, 255, 1);
    border: none;
    font-size: 14px;
}

.userFormSelect {
    align-content: center;
    width: 100%;
}

.userFormSelect:focus {
    background-color: #1e1e1e;
    color: #fff;
}


/* COMMENT */

.userFormComment {
    align-content: center;
    resize: vertical;
    font-family: LondrinaL;
    min-height: 80px;
    max-height: 200px;
    vertical-align: bottom;
    cursor: var(--cursorText);
}

/* ------------------------------------------- ANALYTICS */

.analyticsGraph {
    position: relative;
    display: flex;
    height: 150px;
    max-width: 800px;
    align-items: flex-end;
    background: rgb(37, 41, 85);
    background: linear-gradient(0deg, rgba(37, 41, 85, 1) 0%, rgba(20, 22, 43, 1) 100%);
    border-radius: 4px;
    overflow: show;
    margin: 24px 4px 8px 4px;
    color: #fff;
    font-family: LondrinaL;
    padding: 26px;
}

.aGSmall {
    height: 80px;
}

.analyticsGraph h1 {
    position: absolute;
    top: -18px;
    right: 0px;
    left: 0px;
    margin: 0px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
}

.analyticsGraph small {
    position: absolute;
    top: 6px;
    right: 12px;
    font-size: 12px;
    letter-spacing: 1px;
}

.analyticsBar {
    position: relative;
    display: inline-block;
    width: 100%;
    background: rgb(232, 232, 232);
    background: linear-gradient(0deg, rgba(180, 180, 180, 0) 0%, rgba(190, 195, 252, 0.6) 100%);
    border-radius: 2px;
    border-left: solid 3px rgba(190, 195, 252, 0.2);
    margin: 1px;
    z-index: 1;
}

.analyticsBar:hover {
    background: linear-gradient(0deg, rgba(205, 210, 255, 0.2) 0%, rgba(205, 210, 255, 1) 100%);
}

.analyticsValue {
    position: absolute;
    bottom: -32px;
    right: -50px;
    left: -50px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    pointer-events: none;
    opacity: 0;
}

.analyticsBar:hover .analyticsValue {
    opacity: 1;
}

.aBShow {
    pointer-events: none;
}

.aBShow .analyticsValue {
    opacity: 1;
    font-size: 12px;
    bottom: -32px;
}

.aBShow .analyticsValue img {
    height: 14px;
    vertical-align: middle;
    margin-right: 6px;
    transform: translateY(-2px);
}

.analyticsLeftValue {
    position: absolute;
    left: 4px;
    right: 4px;
    font-size: 16px;
    text-align: left;
    pointer-events: none;
}

.analyticsValue100 {
    bottom: calc(100% - 43px);
    border-bottom: dotted 2px rgba(190, 195, 252, 0.7);
}

.analyticsValue0 {
    top: calc(100% - 45px);
    border-top: dotted 2px rgba(190, 195, 252, 0.7);
}

.analyticsValueTop {
    position: absolute;
    top: -30px;
    right: 0px;
    left: 0px;
    text-align: center;
    font-size: 14px;
}

/* ------------------------------------------- POP UP ANIMATIONS */

.popUpActiveAnimationFadeIn {
    animation: 1s popUpActiveAnimFadeIn ease-out;
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.popUpActiveAnimation0 {
    animation: 0.3s popUpActiveAnim0 ease-out;
}

@keyframes popUpActiveAnim0 {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

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

.popUpActiveAnimation1 {
    animation: 0.9s popUpActiveAnim1 ease-out;
}

@keyframes popUpActiveAnim1 {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    60% {
        transform: scale(0.5);
        opacity: 0;
    }

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

.popUpActiveAnimation1NoDelay {
    animation: 0.2s popUpActiveAnim1NoDelay ease-out;
}

@keyframes popUpActiveAnim1NoDelay {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: 0.5;
        opacity: 1;
    }
}

.popUpActiveAnimation2 {
    animation: 1.2s popUpActiveAnim2 ease-out;
}

@keyframes popUpActiveAnim2 {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    40% {
        transform: translateX(-100px);
        opacity: 0;
    }

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

.popUpActiveAnimation3 {
    animation: 1.2s popUpActiveAnim3 ease-out;
}

@keyframes popUpActiveAnim3 {
    0% {
        transform: translatey(-50px);
        opacity: 0;
    }

    20% {
        transform: translatey(-50px);
        opacity: 0;
    }

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

.popUpActiveAnimation4 {
    animation: 1s popUpActiveAnim4 ease-out;
}

@keyframes popUpActiveAnim4 {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    60% {
        transform: translateX(100px);
        opacity: 0;
    }

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

.popUpActiveAnimation4NoDelay {
    animation: 0.4s popUpActiveAnim4NoDelay ease-out;
}

@keyframes popUpActiveAnim4NoDelay {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

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

@keyframes placeInTopANIM {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    40% {
        transform: translateY(15px);
        opacity: 1;
    }

    80% {
        transform: translateY(-6px);
        opacity: 1;
    }

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

@keyframes placeInScaleANIM {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    40% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.95);
    }

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

@keyframes placeInLightANIM {
    0% {
        transform: scale(0.6);
        filter: brightness(800%);
        opacity: 0;
    }

    40% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.95);
    }

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

/* -------------------------------------------------------- ANIMATIONS */
@keyframes PopUpAnim1Close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes PopUpWindowOpen {
    0% {
        transform: scale(0.8);
    }

    70% {
        transform: scale(1);
    }

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

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

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

@keyframes BGAnim1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes TabsAnim1 {
    from {
        transform: translateY(60px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* ------------------------------------------ USER XP and LVL */

.userActivityBox {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #0086cc;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 134, 204, 1) 100%);
    height: 50px;
    width: 420px;
    cursor: var(--cursorDefault);
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
    animation: userActivityFadeInANIM 0.8s ease-out;
}

@keyframes userActivityFadeInANIM {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    40% {
        transform: translateX(-200px);
        opacity: 0;
    }

    70% {
        transform: translateX(-10px);
        opacity: 1;
    }

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

.userActivityBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../content/img/background_bar_right_1_white.png);
    background-position: 220px 0px;
    background-repeat: no-repeat;
    background-size: 1220px 50px;
    opacity: 0.5;
}

.userActivityNum {
    position: absolute;
    height: 26px;
    top: 12px;
    right: 30px;
    margin: 0px;
    color: #7de9ff;
    text-align: right;
    font-size: 24px;
    font-family: Londrina;
    font-style: italic;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(125, 233, 255, 0.8);
    text-shadow: 0px 0px 2px #7800ff, 0px 0px 2px #7800ff, 0px 0px 4px #7800ff, 0px 0px 2px #7800ff, 0px 0px 2px #7800ff, 0px 0px 2px #7800ff, 0px 0px 2px #7800ff, 0px 0px 2px #7800ff, 0px 0px 2px #7800ff, 0px 0px 2px #7800ff, 0px 0px 4px #7800ff, 0px 0px 2px #7800ff, 0px 0px 2px #7800ff, 0px 0px 2px #7800ff, 0px 0px 2px #7800ff, 0px 0px 2px #7800ff;
    transform: rotate(-12deg);
}

.userActivityNum small {
    font-size: 12px;
    padding-right: 2px;
    text-shadow: var(--shadowSimple);
}

.userActivityNumMax {
    position: absolute;
    top: 10px;
    right: 100px;
    margin: 0px;
    color: #7de9ff;
    text-align: right;
    font-size: 16px;
    font-family: Londrina;
    font-style: italic;
    transform: rotate(-12deg);
    text-shadow: var(--shadowSimple);
}

.userActivityBar {
    position: absolute;
    height: 4px;
    top: -30px;
    left: 0px;
    right: 0px;
    margin-top: 30px;
    margin-bottom: 86px;
    background-color: #0086cc;
}

.userActivityBarInterior {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #00d3ff;
}

.userActivityInfo {
    position: absolute;
    bottom: 2px;
    right: 32px;
    height: 12px;
    opacity: 0.7;
    transition: 0.1s;
    transform: scale(1);
}

.userActivityInfo:hover {
    transform: scale(1.1);
    opacity: 1;
    cursor: var(--cursorHelp);
}

.userLvlBox {
    position: absolute;
    top: 0px;
    left: 350px;
    background-color: #f45b5b;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(200, 70, 100, 1) 100%);
    height: 50px;
    width: 200px;
    cursor: var(--cursorDefault);
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
    animation: userLvlFadeInANIM 0.8s ease-out;
}

@keyframes userLvlFadeInANIM {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    50% {
        transform: translateX(-200px);
        opacity: 0;
    }

    75% {
        transform: translateX(-10px);
        opacity: 1;
    }

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

.userLvlBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../content/img/background_bar_right_1_white.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 1220px 50px;
    opacity: 0.5;
}

.userLvlNum {
    position: absolute;
    height: 36px;
    top: 6px;
    right: 34px;
    color: #ffc1b0;
    font-size: 34px;
    font-family: Londrina;
    font-style: italic;
    text-align: right;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(255, 161, 136, 0.8);
    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;
    transform: rotate(-12deg);
}

.userLvlNum small {
    font-size: 12px;
    padding-right: 2px;
    text-shadow: var(--shadowSimple);
}

.userLvlPercent {
    position: absolute;
    top: 6px;
    left: 64px;
    margin: 0px;
    color: #ffc1b0;
    font-size: 18px;
    font-family: Londrina;
    font-style: italic;
    transform: rotate(-12deg);
    text-shadow: var(--shadowSimple);
}

.userLvlBar {
    position: absolute;
    height: 4px;
    top: -30px;
    left: 68px;
    right: 0px;
    margin-top: 30px;
    margin-bottom: 86px;
    background-color: #c3624a;
}

.userLvlBarInterior {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #ffc1b0;
}