#outcontainer {
    width: 100%;
    height: 100%;
}

.grayed {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

/* Revive, disconnect, error screen */
.disconnectwindow {
    width: 640px;
    height: 200px;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

/* Popup windows border and background */
.windowborder {
    background: linear-gradient(to bottom, rgba(35, 36, 35, 0.8) 100%, rgba(35, 36, 35, 1) 100%);
    border: 32px solid transparent;
    border-radius: 24px;
    padding: 32px 32px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    font-size: 20pt;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000;
    color: white;
    max-width: calc(100% - 128px);
}

.windowborder {
    border-image: url(../../files/gui/etherion_windowborder.png) 28 28 fill;
}

#deathscreen .windowborder {
    margin-top: initial;
    margin-bottom: initial;
    top: 50px;
}

/* Popup window title, menu items and close button */
.titletext {
    width: 100%;
    height: 48px;
    position: absolute;
    left: 0px;
    top: -16px;
    font-size: 48px;
    text-align: center;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000;
}

.gameadminbadge {
    background: url(../../files/gui/admin-badge.png);
    background-size: cover;
    width: 135px;
    height: 27px;
    position: absolute;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.menuitem {
    width: 106px;
    height: 96px;
    float: left;
    position: relative;
    margin-top: 10px;
}

.menuitemtext {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 76px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    pointer-events: none;
}

.menuitemtext2 {
    position: absolute;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.menuitemsubtitle {
    position: absolute;
    width: 100%;
    height: 14px;
    right: 5px;
    bottom: 5px;
    line-height: 14px;
    font-size: 14px;
    text-align: right;
    pointer-events: none;
}

.menuitemsmall {
    height: 88px;
}

.menuitemlarge {
    height: 124px;
    padding: 4px;
}

.menuitem.selected {
    border: 4px solid #ffe060;
    border-radius: 12px;
    height: 124px;
    padding: 0px;
}

.closebutton {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.closebuttonimage {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 32px;
    height: 32px;
    background: url(../../files/gui/etherion_closebutton.png);
    background-size: contain;
}

.backbutton {
    background: url(../../files/gui/etherion_backbutton.png);
    position: absolute;
    top: -11px;
    background-size: 32px 32px !important;
    left: -10px;
    width: 32px !important;
    height: 32px !important;
}

.likebutton {
    background: url(../../files/gui/bbuilder_likebutton2.png);
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 80px;
    height: 32px;
    background-size: contain;
}

.unlikebutton {
    background: url(../../files/gui/bbuilder_unlikebutton.png);
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 80px;
    height: 32px;
    background-size: contain;
}

.bigmapimage {
    background: url(../../files/gui/bbuilder_bigmap.jpg);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 664px;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.button {
    position: absolute;
    cursor: pointer;
    background: #232423;
    color: white;
    border-radius: 14px;
}

.button:disabled {
    color: lightgray;
}

.statuscontent {
    position: relative;
    left: 2px;
}

/* due to overflow:hidden, divs inside profile status needs to be moved 2px */

#ingamedoms {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#ingamedoms iframe {
    overflow: hidden;
}

/* Position of game buttons */
#chatbutton {
    left: 115px;
    top: 15px;
}

#clanchatbutton {
    left: 180px;
    top: 15px;
}

#menubutton {
    left: 8px;
    top: 336px;
    display: none !important;
}

#homebutton {
    right: 78px;
    top: 15px;
}

#pmbutton {
    left: 115px;
    top: 80px;
}

#pmbubble {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-position-y: 13px;
    background-position-x: 11.5px;
    background-repeat: no-repeat;
    background-size: 38px 32px;
}

#coinsbutton {
    right: 160px;
    top: 8px;
    display: none;
}

#helpbutton {
    right: 200px;
    top: 8px;
}

#invitebutton {
    right: 200px;
    top: 8px;
}

#furniturebutton {
    right: 200px;
    top: 8px;
}

#postpicturebutton {
    right: 230px;
    top: 15px;
    display: none;
}

#logoutbutton {
    right: 7px;
    top: 275px;
}

#fullscreenbutton {
    right: 8px;
    top: 85px;
}

#custom_minimap {
    right: 8px;
    top: 15px;
}

#playerland-collectbutton {
    right: 148px;
    top: 15px;
}

#playerland-collectbutton:hover {
    filter: brightness(1.25);
    cursor: pointer;
}

#playerland-kickplayers {
    right: 218px;
    top: 15px;
}

#playerland-kickplayers:hover {
    filter: brightness(1.25);
    cursor: pointer;
}

#custom_minimap:hover {
    filter: brightness(1.25);
    cursor: pointer;
}

#coindisplay {
    left: -5px;
    top: 180px;
}

#gamechattext {
    background: transparent;
    color: white;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(35, 36, 35, 1));
}

#chatbutton {
    background: url(../../files/gui/etherion_newbutton_chat.png) no-repeat;
    background-size: contain;
}

#clanchatbutton {
    background: url(../../files/gui/etherion_clanchat.png) no-repeat;
    background-size: contain;
}

#menubutton {
    background: url(../../files/gui/etherion_newbutton_menu.png) no-repeat;
    background-size: contain;
}

#homebutton {
    background: url(../../files/gui/etherion_unstickbutton.png) no-repeat;
    background-size: contain;
}

#pmbutton {
    background: url(../../files/gui/etherion_newbutton_pm.png) no-repeat;
    background-size: contain;
}

#pmbubble {
    background: url(../../files/gui/etherion_pmbubble.png) no-repeat;
    background-size: contain;
}

#helpbutton {
    background: url(../../files/gui/bbuilder_newbutton_help.png) no-repeat;
    background-size: contain;
}

#invitebutton {
    background: url(../../files/gui/bbuilder_newbutton_invite.png) no-repeat;
    background-size: contain;
}

#coinsbutton {
    background: url(../../files/gui/bbuilder_newbutton_buycoins.png) no-repeat;
    background-size: contain;
}

#furniturebutton {
    background: url(../../files/gui/bbuilder_newbutton_furniture.png) no-repeat;
    background-size: contain;
}

#postpicturebutton {
    background: url(../../files/gui/etherion_storycapture.png) no-repeat;
    background-size: contain;
}

#logoutbutton {
    background: url(../../files/gui/etherion_logout.png) no-repeat;
    background-size: contain;
}

#fullscreenbutton {
    background: url(../../files/gui/etherion_fullscreen.png) no-repeat;
    background-size: contain;
}

#custom_minimap {
    background: url(../../files/gui/etherion_newbutton-mapnew.png) no-repeat;
    background-size: contain;
}

#playerland-collectbutton {
    background: url(../../files/gui/etherion_newbutton_collectfurni.png) no-repeat;
    background-size: contain;
}

#playerland-kickplayers {
    background: url(../../files/gui/etherion_playerland-kick.png) no-repeat;
    background-size: contain;
}

/* Size of game and menu buttons */
.gamebutton {
    background-size: auto 60px;
    position: absolute;
    width: 60px;
    height: 60px;
}

.gamewidebutton {
    background-size: auto 60px;
    position: absolute;
    width: 60px;
    height: 60px;
}

.menuitemimage {
    background-size: auto 64px;
    background-repeat: no-repeat;
    position: absolute;
    left: 16px;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

.storymenuimage {
    left: 24px;
    top: 36px;
}

/* Popups */
#modal_background,
#alertwindow_background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    left: 0px;
    top: 0px;
}

#newpopup.fade-out {
    animation: fade-out 0.3s ease-out forwards !important;
}

#likearrow {
    background: url('../../files/gui/bbuilder_likebutton.png');
    width: 78px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 85px;
}

#coinsarrow {
    background: url('../../files/gui/bbuilder_coinsarrow.png');
    width: 117px;
    height: 44px;
    position: absolute;
    right: 168px;
    top: 63px;
    pointer-events: none;
}

/* Map markers */
.pin {
    width: 120px;
    height: 20px;
    position: absolute;
    margin: -48px 0px 0px -68px;

    color: white;
    font: bold 22px Coolvetica;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000;
    text-align: center;
    padding: 8px 8px;
}

.friendpin {
    width: 240px;
    height: 20px;
    position: absolute;
    margin: -52px 0px 0px -128px;

    color: gold;
    font: bold 18px Coolvetica;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000;
    text-align: center;
    padding: 8px 8px;
}

/* Input */
.gamelink {
    color: lime;
}

input[type='text'],
input[type='number'],
textarea {
    height: 24px;
    font-size: 21px;
}

input[type='submit'] {
    -webkit-appearance: button;
    width: 120px;
    height: 30px;
    font-size: 21px;
}

input[type='checkbox'] {
    width: 24px;
    height: 24px;
}

/* Images in GUI */

.pixelimage {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.flipximage {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: 'FlipH';
}

.menubadge {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repat;
}

/* Movement help for Facebook version */

#movementhelp {
    background: url(../../files/gui/bbuilder_movementhelp_fb.png);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 518px;
    height: 518px;
    opacity: 0.8;
}

#movementhelpad {
    position: absolute;
    left: 20px;
    top: 274px;
    right: 15px;
    bottom: 15px;
    color: white;
    font-size: 19px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* Short message */

#shortmessage {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 60px;
    height: 30px;
    text-align: center;
    font-size: 20pt;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000;
    color: white;
    display: none;
}

#pinglabel {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 15px;
    height: 20px;
    text-align: center;
    font-size: 15pt;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000;
    color: white;
    pointer-events: none;
    display: none;
}

/* PM blinking */

@-moz-keyframes blink {
    0% {
        opacity: 1;
        filter: none;
    }

    50% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: none;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
        filter: none;
    }

    50% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: none;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
        filter: none;
    }

    50% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: none;
    }
}

#pmbubble {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps(1, end);
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: steps(1, end);
    -ms-animation: blink 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: steps(1, end);
    animation: blink 1s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, end);
}

.pmbadge {
    position: absolute;
    top: -1px;
    right: -3px;
    min-width: 10px;
    padding: 3px 3px 3px 3px;
    background-color: #f05959;
    color: white;
    font-weight: bolder;
    font-size: 0.5em;
    border-radius: 30px;
    box-shadow: 1px 1px 1px gray;
    text-shadow: none;
    text-align: center;
}

/* Winner message */

#winnercanvas {
    position: absolute;
    left: 8px;
    top: 90px;
    width: 118px;
    height: 60px;
}

/* Admin console */

.chatnick {
    color: green;
    font-weight: 600;
}

.resizablewindow {
    -webkit-user-select: text;
    user-select: text;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 400px;
    height: 240px;
    max-width: 100%;
    max-height: 100%;
    background-color: rgba(35, 36, 35, 0.8);
    border-width: 1px;
    border-color: black;
    border-radius: 4px;
    border-style: solid;
    z-index: 1000;
    resize: both;
    overflow: auto;
}

.resizablewindowtitle {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 28px;
    padding-left: 5px;
    padding-top: 4px;
    -webkit-user-select: none;
    color: white;
    font-family: Verdana;
    font-size: 16px;
    cursor: move;
}

.resizablewindowtitle::after {
    content: attr(title);
}

.resizablewindowclose {
    background: url(../../files/gui/etherion_closebutton.png);
    background-size: contain;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.adminconsoletext {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 30px;
    top: 28px;
    background-color: #1e1e1e;
    color: white;
    font-family: Verdana;
    font-size: 14px;
    padding: 2px;
    border-width: 0px;
    border-style: solid;
    border-color: gray;
    resize: none;
    overflow: auto;
}

.adminconsoleinputcontainer {
    position: absolute;
    left: 2px;
    bottom: 4px;
    right: 20px;
    height: 24px;
}

.adminconsoletext::-webkit-scrollbar {
    width: 12px;
    background-color: rgba(20, 20, 20, 0.95);
}

.adminconsoletext::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #f1c40f, rgba(241, 196, 15, 0.3));
    border-radius: 6px;
    border: 2px solid rgba(20, 20, 20, 0.95);
}

.adminconsoletext::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

input[type='text'].adminconsoleinput {
    width: 95%;
    padding: 5px 15px;
    padding-left: 10px;
    background-color: #1e1e1e;
    color: #f1c40f;
    font-family: 'Consolas', monospace;
    font-size: 14px;
    border: 1px solid rgba(241, 196, 15, 0.3);
    border-radius: 15px;
    resize: none;
    transition: all 0.3s ease;
}

.resizablewindowcontent {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 28px;
    bottom: 40px;
}

.ace_editor * {
    font: 14px / normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}

/* Custom uploads */
.uploadstitched {
    padding: 10px;
    margin: 10px;
    background: #00c000;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    border: 2px dashed #232423;
    border-radius: 10px;
    box-shadow: 0 0 0 4px #00c000, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
    font-weight: normal;
}

.uploaddroptext {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    text-align: center;
    -webkit-user-select: none;
    pointer-events: none;
}

/* Offerwall */
.offer .menuitemimage {
    border-radius: 15px;
}

.itembuybutton {
    background-size: auto 96px;
    background-repeat: no-repeat;
    position: absolute;
    width: 96px;
    height: 96px;
    cursor: pointer;
}

/* Notifications */
#notifications,
.notification {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#notifications {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    height: 450px;
    overflow-x: hidden;
    overflow-y: visible;
    pointer-events: none;
    z-index: 1000;
}

#notifications::-webkit-scrollbar {
    display: none;
}

.notification {
    position: relative;
    width: 100%;
    max-height: 400px;
    margin-bottom: 12px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-20px);
    animation: notifications-fade-in 0.4s ease forwards;
}

.notification::-webkit-scrollbar {
    display: none;
}

@keyframes notifications-fade-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.notificationtext {
    background: rgba(20, 20, 20, 0.95);
    color: #ffffff;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    pointer-events: auto;
    cursor: pointer;
    transition: background 0.3s;
    border-right: 4px solid #f1c40f;
    position: relative;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
    animation: notification-pop-in-out 3s infinite;
}

@keyframes notification-pop-in-out {
    0% {
        transform: scale(1.01);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.01);
    }
}

.notificationtext img.pixelimage {
    position: absolute !important;
    margin-top: 16px !important;
    left: 10px !important;
    clip: rect(0px 48px 48px 0px);
    image-rendering: pixelated;
}

.notificationtitle {
    margin-left: 0px !important;
    margin-bottom: 4px;
    color: #ffffff;
}

img + .notificationtitle {
    margin-left: 46px !important;
}

.notificationtitle b {
    font-weight: 600;
    color: #ffffff;
}

.translatehere {
    display: block;
    color: #e0e0e0;
}

.notificationbutton {
    display: block;
    background-color: rgba(25, 25, 25, 0.95);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 8px 16px;
    margin: 8px auto 0;
    font-size: 14px !important;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
    text-align: center;
    width: fit-content;
    min-width: 80px;
}

.notificationbutton:hover {
    background-color: rgba(35, 35, 35, 0.95);
    border-color: rgba(255, 255, 255, 0.2);
}

.pmtranslate {
    text-decoration: underline;
    color: lightblue;
    cursor: pointer;
}

.pmtranslated {
    color: lightblue;
}

/* Hotkeys */
#hotkeys {
    position: absolute;
    left: 40%;
    bottom: 10px;
    height: 75px;
    overflow: hidden;
}

.hotkey {
    float: left;
    position: relative;
    width: 75px;
    height: 75px;
    background-image: url(../../files/gui/bbuilder_hotkey.png);
    background-size: contain;
    cursor: pointer;
}

.hotkeynumber {
    color: white;
    position: absolute;
    right: 31px;
    top: 55px;
    font-size: 20px;
    pointer-events: none;
}

.hotkeyimage {
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: translate(10px, 2px) rotate(225deg);
}

/* ShowVs spar display */

.showvswindow {
    background: rgba(35, 36, 35, 0.5);
    padding: 0px 12px 0px 12px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 28px;
    line-height: 28px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000;
    color: white;
    max-width: 100%;
    max-height: 100%;
}

.deathwindow {
    width: 640px;
    height: 220px;
    margin-top: initial;
    margin-bottom: initial;
    top: 50px;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    padding: 20px;
}

#showvs {
    width: 600px;
    height: 250px;
}

.showvsplayer {
    position: absolute;
    width: 250px;
    height: 100%;
}

.showvshead {
    background-size: 610px 205px;
    position: absolute;
    left: 47px;
    top: 40px;
    width: 160px;
    height: 160px;
}

.showvshat {
    background-size: 480px 280px;
    position: absolute;
    left: 45px;
    top: -16px;
    width: 160px;
    height: 240px;
}

.showvsvs {
    position: absolute;
    left: 250px;
    top: 100px;
    width: 100px;
    height: 100px;
    font-size: 48px;
    line-height: 48px;
}

.showvsname {
    position: absolute;
    left: 0px;
    top: 190px;
    width: 100%;
    height: 60px;
    color: lightgray;
}

#showvsplayer1 {
    left: 0px;
}

#showvsplayer2 {
    left: 350px;
}

#showvsclans {
    width: 360px;
    height: 300px;
    background: rgba(20, 90, 20, 0.8);
}

.showvsclan {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 120px;
    font-size: 48px;
    line-height: 48px;
    color: lightgray;
}

.showvsclansvs {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 100%;
    height: 60px;
    font-size: 48px;
    line-height: 48px;
}

#showvsclan1 {
    top: 30px;
}

#showvsclan2 {
    top: 200px;
}

#showvswinner {
    width: 250px;
    height: 330px;
}

#showvsplayerw {
    left: 10px;
    top: 60px;
    height: 270px;
}

.showvslabel,
.showvsclanlabel {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 60px;
    font-size: 48px;
    line-height: 48px;
}

.showvsstreak {
    position: absolute;
    left: 0px;
    top: 235px;
    width: 100%;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    font-style: italic;
}

#showvsclanwinner {
    width: 360px;
    height: 200px;
}

#showvsclanw {
    top: 80px;
}

/* Story interface */

#recordinterface {
    position: absolute;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    left: 0px;
    right: 0;
    top: 28px;
    bottom: 0;
    width: 256px;
    height: 326px;
}

#recordborder {
    background: url(../../files/gui/bbuilder_recordborder.png);
    background-size: contain;
    position: absolute;
    width: 256px;
    height: 256px;
    left: 0px;
    top: 35px;
}

#recordclosebutton {
    right: -24px;
    top: -24px;
}

#recordstartbutton {
    background: url(../../files/gui/bbuilder_recordbutton.png);
    background-size: contain;
    position: absolute;
    left: 88px;
    bottom: 0px;
    width: 80px;
    height: 32px;
    cursor: pointer;
}

#recordstopbutton {
    background: url(../../files/gui/bbuilder_recordstopbutton.png);
    background-size: contain;
    position: absolute;
    left: 88px;
    bottom: 0px;
    width: 80px;
    height: 32px;
    cursor: pointer;
    display: none;
}

#recordborder.recording {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation: blink 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation: blink 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.storycanvas {
    border: 4px solid #232423;
    border-radius: 24px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.storymenu .menuitem {
    border: 4px solid #232423;
    border-radius: 24px;
    margin-right: 8px;
    width: 114px;
    height: 114px;
}

.storymenu .menuitem.selectedstory {
    border: 4px solid #ffe060;
}

.storymenu .menuitemtext {
    font-size: 18px;
    padding: 4px;
    width: calc(100% - 8px);
    height: auto;
    top: 0px;
    bottom: initial;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.storymenu .menuitemhead {
    left: 32px !important;
    top: 52px !important;
}

.storymenu .menuitemhat {
    left: 32px !important;
    top: 36px !important;
}

#playlistcontainer {
    margin-left: -8px;
}

.storysmallcontainer {
    border: 4px solid #232423;
    border-radius: 6px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    margin: -4px;
    overflow: hidden;
    position: absolute;
    width: 144px;
    height: 144px;
}

/* New profile */

.profilefieldlabel {
    position: absolute;
    font-size: 22px;
    width: 220px;
    transition: 0.45s;
}

.profilefieldlabel:hover {
    transition: 0.25s;
    font-size: 25px;
}

.profilefield {
    position: absolute;
    right: 0px;
    top: 0px;
}

.profilebuttons {
    position: absolute;
    height: 48px;
    left: 0px;
    bottom: 5px;
    width: calc(100% + 36px);
}

.profilebuttons:hover > .tooltip::after {
    width: 120px;
    text-align: center;
}

/* .profilebutton { position:absolute; top:0px; width:33%; height:100%; text-align:center; cursor:pointer; border: 2px solid #E7E7E7; border-radius:16px; box-sizing: border-box; background: rgba(0,0,0,0.3); } */
.profilebutton {
    position: absolute;
    top: 0px;
    width: 33%;
    height: 100%;
    cursor: pointer;
}

.profilebutton.selected:before {
    border: solid;
    border-color: #fff transparent transparent;
    border-width: 0px 8px 8px 8px;
    top: 0px;
    margin-top: -11px;
    content: '';
    left: 50%;
    margin-left: -8px;
    position: absolute;
    z-index: 99;
}

/* #profilebuttonprofile { left:33%; right:33%; } */
#profilebuttonprofile {
    left: 66%;
    right: 33%;
    width: 33%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
    background-image: url(../../files/gui/etherion_newbutton_moreoptions.png);
    background-position: center;
    background-size: contain;
}

#profilebuttonmore {
    right: 60px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 1;
    background-image: url(../../files/gui/etherion_newbutton_moreoptions.png);
    background-position: center;
    background-size: contain;
}

.profile_badge {
    top: 5px;
    width: 30%;
    height: 64px;
    display: inline-block;
    position: relative;
}

.profile_badgeimage {
    margin-left: auto;
    margin-right: auto;
    width: 48px;
    height: 48px;
    background-position: center;
    background-size: contain;
    margin-top: -5px;
}

#profile_badge_text {
    position: absolute;
    text-align: center;
    color: white;
    font-size: 13px;
    width: 100%;
}

.profile_badgecontainer {
    position: absolute;
    left: 250px;
    bottom: 60px;
    width: 240px;
    height: 70px;
    border-radius: 20px;
    background-color: #ffffff14;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#profilecharacter {
    pointer-events: none;
}

.profile_background {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/*#profilecharacter img:last-child { left: 139px !important; }  /* profile arm fix, hovering over status area, this moves it back to profile character */
.profile_editstatus {
    background-image: url(../../files/gui/etherion_newbutton_edit.png);
    background-position: center;
    background-size: contain;
}

.profile_editchar {
    background-image: url(../../files/gui/etherion_container_chareditor.png);
    background-position: center;
    background-size: contain;
}

.profile_account {
    background-image: url(../../files/gui/bbuilder_newbutton_profile.png);
    background-position: center;
    background-size: contain;
}

.profile_editmovehud {
    background-image: url(../../files/gui/etherion_hudmove.png);
    background-position: center;
    background-size: contain;
}

.profile_settingsbutton {
    background-image: url(../../files/gui/bbuilder_newbutton_settings.png);
    background-position: center;
    background-size: contain;
}

.profile_specialtitle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    font-style: italic;
    color: #e9cd24;
}

.profile_specialtitle_level {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 30px;
    width: 200px;
    text-align: center;
    font-style: italic;
}

.profile_specialtitle_id {
    position: absolute;
    left: 0px;
    top: 270px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    font-style: normal;
    color: #727272;
}

.profile_value {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.profile_id {
    position: absolute;
    left: 10px;
    top: 125px;
}

.profile_title {
    position: absolute;
    left: 275px;
    bottom: 155px;
    width: 200px;
    text-align: center;
    overflow-x: clip;
    font-size: 18px;
}

.profile_adminlevel {
    position: absolute;
    left: 160px;
    top: 35px;
    width: 100px;
    text-align: center;
    overflow-x: clip;
    font-size: 18px;
    color: gray;
    font-style: italic;
    font-size: 16px;
}

.profile_skilllevel {
    position: absolute;
    left: 273px;
    bottom: 135px;
    width: 200px;
    text-align: center;
    overflow-x: clip;
    font-size: 18px;
    color: gray;
    font-style: italic;
    font-size: 16px;
}

.profile_favoritepet {
    position: absolute;
    left: 250px;
    bottom: 135px;
    width: 70px;
    height: 70px;
    text-align: center;
    overflow-x: clip;
    font-size: 18px;
    color: gray;
    font-style: italic;
    font-size: 16px;
    background-color: #ffffff14;
    border-radius: 20px;
}

.profile_favoritepet_image {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 80px;
    background-position: center;
    object-fit: cover;
    margin-top: -5px;
}

.profile_gender {
    position: absolute;
    left: 10px;
    top: 5px;
}

.profile_country {
    position: absolute;
    left: 10px;
    top: 45px;
    width: 48px;
}

.profile_offlinetime {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #ff2014;
    font-style: italic;
    border-bottom: 1px solid #ff2014;
}

.profile_online {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #81d767;
    font-style: italic;
    width: 66px;
}

/* .profile_online      { position:absolute; left:  10px; top: 90px; } */
.profile_onlinetime {
    position: absolute;
    left: 10px;
    top: 90px;
}

.profile_bombs {
    position: absolute;
    left: 120px;
    top: 60px;
    display: none;
}

.profile_coins {
    position: absolute;
    left: 10px;
    top: 160px;
}

.profile_arrows {
    position: absolute;
    left: 285px;
    top: 245px;
}

.profile_eventcoin {
    position: absolute;
    left: 10px;
    top: 130px;
    width: 180px;
}

.profile_nitrocoin {
    position: absolute;
    left: 130px;
    top: 270px;
    width: 100px;
}

.profile_clan {
    position: absolute;
    left: 10px;
    top: 195px;
}

.profile_spar {
    position: absolute;
    left: 10px;
    top: 230px;
}

.profile_kills {
    position: absolute;
    left: 10px;
    top: 265px;
}

.clan_token {
    position: absolute;
    left: 10px;
    top: 330px;
}

.profile_mobkills {
    position: absolute;
    left: 10px;
    top: 300px;
}

.profile_holidayloot {
    position: absolute;
    left: 10px;
    top: 305px;
}

.profile_status {
    position: absolute;
    left: 490px;
    top: 45px;
    right: 0px;
    bottom: 36px;
    overflow: auto;
    height: 290px;
    width: 250px;
    padding: 2px;
}

.profile_kills .profile_value {
    color: #ff2014;
}

.profile_streak {
    font-style: italic;
}

.profile_addfriend,
.profile_removefriend {
    position: absolute;
    left: 307px;
    z-index: 1;
}

.profile_trade {
    position: absolute;
    right: 160px;
    z-index: 1;
}

.profile_settings {
    position: absolute;
    left: 355px;
    z-index: 1;
}

.profile_addmessage {
    position: absolute;
    left: 403px;
    z-index: 1;
}

.profile_viewclan {
    position: absolute;
    left: 355px;
    z-index: 1;
}

.profile_ping {
    position: absolute;
    left: 95px;
    bottom: 5px;
    vertical-align: middle;
    z-index: 1;
}

/* I can't find a way if the like is too big to move :| */
.profile_like {
    position: absolute;
    left: 35px;
    bottom: 5px;
    vertical-align: middle;
    z-index: 1;
}

.profile_stats {
    position: absolute;
    right: 110px;
    z-index: 1;
}

.profile_coins .profilefield {
    color: #e9cc25;
}

.profile_mobkills .profilefield {
    color: #ff3024;
}

.profile_kills .profilefield {
    color: #ff3024;
}

.profile_eventcoin .profilefield {
    color: #e9cc25;
}

.profile_deaths {
    visibility: hidden;
}

/* Profile Settings */
.settings_container {
    width: 98%;
    height: 400px;
    background-color: #00000070;
    border-radius: 25px;
}

.privacy_container {
    position: absolute;
    height: 45%;
    width: 250px;
    border-radius: 25px;
    top: 10px;
    left: 10px;
    padding: 10px;
    overflow-y: scroll;
}

.privacy_container label {
}

.privacy_checkbox {
}

.settings_gender {
    position: absolute;
    bottom: 150px;
    left: 10px;
}

.settings_backgroundcontainer {
    position: absolute;
    bottom: 120px;
    left: 10px;
}

.settings_playerhouse {
    position: absolute;
    bottom: 90px;
    left: 10px;
}

.settings_flagcontainer {
    position: absolute;
    top: 10px;
    right: 40px;
    width: 300px;
    height: 300px;
}

.settings_flags {
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    background-color: #ffffff42;
    border-radius: 25px;
}

.settings_flag {
    width: 32px;
    height: 32px;
    display: inline-block;
    transform: scale(2);
    margin: 19px;
    margin-bottom: -5px;
}

/* Clan menu */

.clan_news {
    position: absolute;
    left: 325px;
    top: 0px;
    width: 300px;
    height: 270px;
    overflow: hidden;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    padding: 5px 5px;
}

.clan_logo {
    position: absolute;
    left: 55px;
    top: 0px;
    width: 200px;
    height: 200px;
}

.clan_leader {
    position: absolute;
    left: 5px;
    top: 205px;
    width: 300px;
}

.clan_founded {
    position: absolute;
    left: 5px;
    top: 245px;
    width: 300px;
}

.clan_jointime {
    position: absolute;
    left: 5px;
    top: 76px;
    width: 300px;
    display: none;
}

.clan_basetime {
    position: absolute;
    left: 5px;
    top: 285px;
    width: 300px;
}

.clan_kills {
    position: absolute;
    left: 5px;
    top: 325px;
    width: 300px;
}

.clan_spar {
    position: absolute;
    left: 5px;
    top: 190px;
    width: 300px;
    display: none;
}

.clan_members {
    position: absolute;
    left: 5px;
    top: 365px;
    width: 180px;
}

.clan_value {
    position: absolute;
    top: 0px;
    right: 0px;
}

.clan_editnews {
    position: absolute;
    left: 550px;
    top: 238px;
    width: 80px !important;
    height: 40px !important;
}

.clan_settag {
    position: absolute;
    right: 0px;
    top: 7px;
    width: 145px !important;
    height: 40px !important;
}

.clan_showmembers {
    position: absolute;
    left: 200px;
    top: 360px;
    width: 105px !important;
    height: 40px !important;
}

/* Identify */
#identifyscreen {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#identifybuttons {
    position: absolute;
    width: 240px;
    height: 248px;
    left: 50%;
    margin-left: -120px;
    top: 50%;
    margin-top: -124px;
}

#identifyscreen .windowborder {
    display: none;
    position: absolute;
    width: 320px;
    height: 100px;
    left: 50%;
    margin-left: -224px;
    top: 50%;
    margin-top: -104px;
}

#identifyscreen .backbutton {
    position: absolute;
    left: -10px;
    width: 160px;
    top: -10px;
    height: 40px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

#identifyscreen .menuitem:hover,
#identifyscreen .backbutton:hover,
#identifyscreen input[type='submit']:hover {
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4);
}

#identifybuttons .menuitem {
    position: absolute;
    top: 0px;
    margin-top: 0px;
    height: 120px;
    cursor: pointer;
    background: rgba(0, 64, 0, 0.5);
    border-radius: 8px;
    text-align: center;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000;
    color: white;
}

.identifybuttonimage {
    position: absolute;
    left: 5px;
    width: 96px;
    height: 96px;
    background-size: contain;
}

#identifydevicebutton.menuitem {
    left: 0px;
}

#identifydevicebutton .identifybuttonimage {
    background-image: url(../../files/gui/bbuilder_newbutton_logindevice.png);
}

#identifygooglebutton.menuitem {
    left: 0px;
}

#identifygooglebutton .identifybuttonimage {
    background-image: url(../../files/gui/bbuilder_newbutton_logingoogle.png);
}

#identifyfacebookbutton.menuitem {
    left: 120px;
}

#identifyfacebookbutton .identifybuttonimage {
    background-image: url(../../files/gui/bbuilder_newbutton_loginfacebook.png);
}

#identifycognitobutton.menuitem {
    left: 120px;
    top: 128px;
}

#identifycognitobutton .identifybuttonimage {
    background-image: url(../../files/gui/bbuilder_newbutton_loginnewuser.png);
}

#identifysteambutton.menuitem {
    left: 0px;
    top: 128px;
}

#identifysteambutton .identifybuttonimage {
    background-image: url(../../files/gui/bbuilder_newbutton_loginsteam.png);
}

#identifyemailbutton.menuitem {
    left: 168px;
}

#identifyemailbutton .identifybuttonimage {
    background-image: url(../../files/gui/bbuilder_newbutton_loginemail.png);
}

#identifynewuserbutton.menuitem {
    left: 280px;
}

#identifynewuserbutton .identifybuttonimage {
    background-image: url(../../files/gui/bbuilder_newbutton_loginnewuser.png);
}

#identifyforumsbutton.menuitem {
    left: 168px;
    top: 128px;
}

#identifyforumsbutton .identifybuttonimage {
    background-image: url(../../files/gui/bbuilder_newbutton_forum.png);
}

#identifyscreen label {
    position: absolute;
    left: 20px;
    top: 50px;
}

#identifyscreen label#identifynewuserdesc {
    right: 20px;
    top: 80px;
    font-size: 20px;
    text-align: center;
}

#identifyscreen input[type='text'],
#identifyscreen input[type='password'] {
    position: absolute;
    left: 160px;
    right: 20px;
    top: 50px;
    height: 24px;
    font-size: 21px;
}

#identifyscreen input[type='submit'] {
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    bottom: 0px;
    height: 32px;
}

#identifyscreen input[type='submit']#identifynewusersendbutton {
    width: 240px;
    margin-left: -120px;
}

#identifywait {
    display: none;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
}

#identifylinks {
    position: absolute;
    left: 4px;
    bottom: 4px;
    font-size: 21px;
    color: #c0c0c0;
}

#identifylinks a:link {
    color: white;
}

#identifylinks a:visited {
    color: white;
}

/* Trading */
.tradeitem {
    border: 4px solid #006000;
    border-radius: 24px;
    margin-top: 4px;
    margin-left: 4px;
    height: 88px;
}

.tradeitem .menuitemtext {
    top: 68px;
    font-size: 16px;
    line-height: 14px;
}

.tradeplayername {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 105px;
    font-style: italic;
    opacity: 0.5;
}

#tradechattext {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 36px;
    top: 0px;
    background-color: white;
    color: black;
    font-family: Verdana;
    font-size: 14px;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    resize: none;
    overflow: auto;
    text-shadow: none;
}

#tradechatinputcontainer {
    position: absolute;
    left: 0px;
    bottom: 4px;
    right: 4px;
    height: 30px;
}

#tradechatinput {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-left: 2px;
    border-width: 0px;
    background-color: white;
    color: black;
    font-family: Verdana;
    font-size: 21px;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    resize: none;
}

.tradebutton {
    width: 70px;
    height: 70px;
    margin: 0 16px 0 -16px;
}

.tradehistoryitem {
    height: 88px;
}

.tradehistoryitem .menuitemtext {
    font-size: 18px;
    line-height: 16px;
    top: 64px;
}

/* payment  - is html supposed to be inside id webpaymentcontainer ...? because it isn't */
#newpopup > #newpopup_dialog > div > .menuitem.tooltip.menuitemlarge > .menuitemtext {
    font-size: 14pt !important;
}

/* #newpopup > #newpopup_dialog > div { overflow-y: scroll; }  -- make scrollable if more than 8 items (need a better css rule) */
div#newpopup_dialog:has(#webpaymentcontainer) > div:has(.menuitem) {
    overflow-y: scroll;
}

/* Tree */

ul.tree,
ul.tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tree {
    display: none;
}

ul.tree.active {
    display: block;
}

ul.tree ul {
    margin-left: 1em;
}

ul.tree li {
    margin-left: 0.35em;
    border-left: thin solid #000;
}

ul.tree li:last-child {
    border-left: none;
}

ul.tree li:before {
    width: 0.9em;
    height: 0.6em;
    margin-right: 0.1em;
    vertical-align: top;
    border-bottom: thin solid #000;
    content: '';
    display: inline-block;
}

ul.tree li:last-child:before {
    border-left: thin solid #000;
}

ul.tree .foldertitle,
ul.tree li {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

ul.tree .foldertitle:before {
    content: '';
    display: inline-block;
    margin: 0 4px 0 0;
    width: 1em;
    height: 1em;
    background: url(../../files/gui/bbuilder_fileicon_folder.png);
    background-size: contain;
}

ul.tree .foldertitle.active:before {
    background-image: url(../../files/gui/bbuilder_fileicon_folderopen.png);
}

ul.tree .filetitle {
    background-image: url(../../files/gui/bbuilder_fileicon_default.png);
    background-size: 0;
}

ul.tree .filetitle:before {
    content: '';
    display: inline-block;
    margin: 0 4px 0 0;
    width: 1em;
    height: 1em;
    background-image: inherit;
    background-size: contain;
}

/* Right-click menu */

.contextmenu_background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.contextmenucontainer {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    position: absolute;
    line-height: 40px;
    z-index: 201;
    color: white;
    font-size: 20px;
    padding: 5px 15px;
    cursor: pointer;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000;
}

.contextmenu {
    float: left;
    clear: left;
    width: 100%;
}

/* Guest mode */

.guestmode #logoutbutton {
    display: none !important;
}

.guestmode #chatbutton {
    display: none !important;
}

.guestmode #clanchatbutton {
    display: none !important;
}

.guestmode #registerbutton {
    display: block !important;
}

#registerbutton {
    left: 108px;
    top: 8px;
    width: auto;
    height: 74px;
    background-image: url(../../files/gui/etherion_register.png);
    background-size: 100% 100%;
    color: white;
    line-height: 68px;
    font-size: 48px;
    padding-left: 20px;
    padding-right: 20px;
}

@-moz-keyframes regblink {
    0% {
        opacity: 1;
        filter: none;
    }

    50% {
        opacity: 0.5;
        filter: alpha(opacity=0.5);
    }

    100% {
        opacity: 1;
        filter: none;
    }
}

@-webkit-keyframes regblink {
    0% {
        opacity: 1;
        filter: none;
    }

    50% {
        opacity: 0.5;
        filter: alpha(opacity=0.5);
    }

    100% {
        opacity: 1;
        filter: none;
    }
}

@keyframes regblink {
    0% {
        opacity: 1;
        filter: none;
    }

    50% {
        opacity: 0.5;
        filter: alpha(opacity=0.5);
    }

    100% {
        opacity: 1;
        filter: none;
    }
}

@keyframes slide-vertically {
    0% { transform: translateY(0); }
    50% { transform: translateY(10px); }
    100% { transform: translateY(0); }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes shadow-glow {
    0% { text-shadow: 0 0 10px rgba(0,0,0,0.5); }
    50% { text-shadow: 0 0 20px rgba(0,0,0,0.8); }
    100% { text-shadow: 0 0 10px rgba(0,0,0,0.5); }
}

@keyframes wave {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(-10deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}

@keyframes letter-stretch {
    0%, 100% { letter-spacing: normal; }
    50% { letter-spacing: 2px; }
}

#registerbutton {
    -webkit-animation: regblink 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps(1, end);
    -moz-animation: regblink 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: steps(1, end);
    -ms-animation: regblink 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: steps(1, end);
    animation: regblink 2s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(10, end);
}

/* Player Auction  */
.auction-container {
    display: flex;
    justify-content: space-around;
    margin: 20px;
    margin-top: -5px;
}

.auction-column {
    flex: 1;
    margin: 10px;
    padding: 10px;
    text-align: center;
    overflow-y: auto;
}

.auction-column img:hover {
    filter: brightness(1.25);
    cursor: pointer;
}

.auction-black-box img:hover {
    filter: brightness(1);
    cursor: default;
}

.auction-content {
    text-align: center;
    font-size: 20px;
}

.auction-black-box {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}
