#game-mobile-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    touch-action: none;
    
    -webkit-user-select: none; 
    user-select: none;
    -webkit-touch-callout: none; 
    -webkit-text-size-adjust: none; 
}

#game-mobile-move-half-wrapper {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    touch-action: none;
}

.game-mobile-control-wrapper {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 32px;
}

.game-mobile-control-slider {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 32px;
}

.game-mobile-control-slider > .icon-svg, #game-mobile-pickupOrDrop-button > .icon-svg {
    width: 70%;
    height: 70%;
    left: 15%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
}

.game-mobile-control-button {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.game-mobile-control-button.active {
    background-color: rgba(0,0,0, 0.5);
}

#game-mobile-move-wrapper {
    width: 140px;
    height: 140px;
    position: absolute;
}

#game-mobile-move-stick {
    width: 60px;
    height: 60px;
    position: relative;
    left: calc(50% - 60px / 2);
    top: calc(50% - 60px / 2);
}

#game-mobile-action-outer-wrapper {
    width: 260px;
    right: 0;
    bottom: 0;
    height: 250px;
    position: absolute;
}

#game-mobile-action-wrapper {
    width: 190px;
    height: 90px;
    left: 35px;
    top: 80px;
    position: relative;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
}

#game-mobile-action-slider {
    width: 60px;
    height: 60px;
    position: relative;
    left: calc(50% - 30px);
    top: 15px;
}

#game-mobile-pickupOrDrop-wrapper {
    position: absolute;
    right: 80px;
    bottom: 0px;
    width: 100px;
    height: 75px;
}

#game-mobile-ability-button {
    position: relative;
    top: 10px;
    left: 20px;
}

#game-mobile-pickupOrDrop-button {
    top: 5px;
    position: relative;
    left: 20px;
}

#game-mobile-pickupOrDrop-weapon {
    position: relative;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#game-mobile-ability-wrapper {
    position: absolute;
    width: 100px;
    height: 70px;
    right: 80px;
    bottom: calc(30px + 60px + 70px + 15px + 5px);
}
/* 
#game-mobile-ability-button {
    right: 100px;
    bottom: calc(30px + 60px + 70px + 15px + 15px);
    position: absolute;
} */

#game-mobile-ability-image {
    width: 70%;
    height: 70%;
    background-size: contain;
    border-radius: 50%;
    left: 15%;
    top: 15%;
    position: relative;
    opacity: 0.75;
}

.game-ui-button.mobile {
    width: 35px;
    height: 35px;
    -webkit-user-select: none; 
    user-select: none;
    -webkit-touch-callout: none; 
    -webkit-text-size-adjust: none; 
}
.game-ui-button.mobile > .icon-svg {
    width: 80%;
    height: 80%;
}

#game-chat-wrapper.mobile {
    width: 200px;
    height: 150px;
    font-size: 12px;
    bottom: initial;
    top: 60px;
}