
.select {
    height: 2.5em;
    line-height: 2.5;
}

input {
    padding: 10px 0;
    font-weight: 700;
}

.switch {
    width: 52px;
    height: 30px;
}

.slider:before {
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.input_bottom_margin {
    margin-bottom: 14px;
}

.btn {
    padding: 8px 0;
}

#player_options_container {
    width: 180px;
    height: 201px;
    padding: 16px;
}

.skin_select_button {
    margin-top: 10px;
}


@media only screen and (max-width: 1400px) {    
    #player_options_container {
        left: 10%;
        top: 60%;
        transform: translateX(0%) translateY(-50%);
    }

    .login_form {
        left: 60%;
        top: 60%;
    }

}

@media only screen and (max-width: 700px) {    
    #player_options_container {
        left: 5%;
        transform: translateX(0%) translateY(-50%);
    }

    .login_form {
        left: 70%;
        top: 60%;
    }
}

/* UI */

#death_screen_stats_container {
    top: 5%;
}

#death_screen_button_container {
    bottom: 25%;
}

#items_ui_container {
    top: 1%;
    left: 50%;
    width: 50vw;

    transform: translateX(-50%);
}

#waiting_for_players_text {
    top: 18%;
}

#weapon_ui_container {
    height: 30%;
    width: 16vw;
    bottom: 40%;
}

.weapon_button {
    width: 11vw;
    height: 4vw;
}

#ammo_indicator {
    width: 10vw;
    height: 2.25vw;
}

#health_indicator_container {
    bottom: 2%;
}

.mobile_button {
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'gameFont', sans-serif;
    border-radius: 3px;
}

.mobile_button:active {
    background-color: rgba(0, 0, 0, 0.7);
}

#mobile_throw_grenade_button {
    position: absolute;
    top: 150%;
    width: 5vw;
    height: 4vw;
    left: 50%;

    pointer-events: auto;
    cursor: pointer;
}

#mobile_pick_up_button {
    position: absolute;
    display: hidden;
    top: 40%;
    width: 12vw;
    height: 5vw;
    left: 70%;
    transform: translateX(-50%);
}

#mobile_open_box_button {
    position: absolute;
    display: hidden;
    top: 40%;
    width: 12vw;
    height: 5vw;
    left: 65%;
    transform: translateX(-50%);
}

.mobile_reload_heal_button {
    /* display: inline-block; */
    float: right;
    width: 5vw;
    height: 4vw;
    margin: 0.75vw;
    margin-bottom: 6vh;

    cursor: pointer;
    pointer-events: auto;  
}

#mobile_reload_indicator_image {
    position: relative;
    float: left;
    top: 50%;
    transform: translate(50%, -50%);
    width: 50%;
}

.mobile_pick_up_button_text {
    position: absolute;
    color: white;
    text-align: center;
    font-size: 1.75vw;
  
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
