@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:700');
@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css");

/*span:last-of-type {
  display: none !important;
}*/

/*
* Suck my dick agar drones faggots :)
*/

html,
body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    position: fixed;
}

input[type=checkbox] {
    cursor: pointer;
}

#overlays,
#connecting {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

#connecting {
    z-index: 100;
}

#connecting-content {
    width: 350px;
    background-color: #fff;
    margin: 100px auto;
    border-radius: 15px;
    padding: 5px 10px 10px 10px;
}

#title {
    padding: 10px;
}

#nick {
    width: 100%;
}

#skin {
    width: 33%;
    display: none;
    float: right;
}

#gamemode {
    margin-top: 5px;
    width: 100%;
}

#leftColumn {
    width: 350px;
    height: 300px;
    background-color: #18181b;
    margin: 10px auto;
    border-radius: 5px;
    padding: 20px 10px 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -370px;
}

#centerColumn {
    width: 330px;
    background-color: #18181b;
    margin: 10px auto;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#rightColumn {
    width: 350px;
    height: 300px;
    background-color: #18181b;
    margin: 10px auto;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 370px;
    overflow-y: scroll;
}

#rightColumn .table {}

#chatMenuButton {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 30px;
    background: #5c59ff;
    border: none;
    outline: none;
    color: #ffffff;
}

#chatMenuButton:hover {
    background: #4C4ACB;
}

#chat_textbox {
    transition: all .5s ease-in-out;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 0px;
    outline: none;
    color: #fff;
    height: 30px;
    text-indent: 12px;
    left: 50px;
    width: 300px;
    font-family: "Oswald";
}

#chat_textbox:focus {
    background: rgba(0, 0, 0, .5);
}

#footer {
    text-align: center;
    margin-bottom: 10px;
    margin-top: -10px;
}

#play-btn {
    width: 66%;
    margin-bottom: 10px;
}

#spectate-btn {
    width: 32%;
    float: right;
    top: 0;
}

#play-btn,
#spectate-button {
    display: inline;
}

#gallery-btn {
    width: 49%;
}

#settings-btn {
    width: 49%;
    float: right;
}

#touchpad,
#touchCircle,
#splitBtn,
#ejectBtn {
    position: fixed;
}

#touchpad,
#splitBtn,
#ejectBtn {
    z-index: 2;
}

#touchpad {
    background: #000;
    opacity: 0.3;
    width: 20vw;
    height: 20vh;
    left: 0;
    bottom: 0;
}

#touchCircle {
    width: 4vw;
    height: 4vw;
    border-radius: 2vw;
    background: #f00;
    opacity: 0.3;
    z-index: 3;
}

#splitBtn,
#ejectBtn {
    width: 8vw;
    height: 8vw;
    border-radius: 4vw;
    background: #777;
    opacity: 0.5;
}

#splitBtn {
    right: 18vw;
    bottom: 0;
}

#ejectBtn {
    bottom: 18vw;
    right: 0;
}

#playSounds:checked+#soundsVolume {
    display: inline;
}

#soundsVolume {
    display: none;
    width: 100px;
    height: 18px;
    padding: 0;
    /* IE fix */
    vertical-align: middle;
}

#settings label {
    margin-right: 10px;
    user-select: none;
}

#rightColumn::-webkit-scrollbar {
    width: 12px;
}

#rightColumn::-webkit-scrollbar-track {}

#rightColumn::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #6c757d;
}

#rightColumn::-webkit-scrollbar-thumb:hover {
    background: #5a6268;
}

.serverList td {
    cursor: pointer;
}

#old-man-button {
    height: 200px;
    width: 200px;
    background: url("https://149359414.v2.pressablecdn.com/wp-content/uploads/2013/07/shutterstock_124112059_maninhat_whiteTshirt_cropped-2-275x300.jpg");
}


#serverIP {
    width: 66%;
}

#serverSubmit {
    width: 32%;
    float: right;
}

#serverIP,
#serverSubmit {
    display: inline;
}





#pp {
    width: 700px;
    height: 500px;
    background-color: #5c59ff;
    margin: 10px auto;
    border-radius: 5px;
    padding: 150px 10px 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 201;
    transform: translate(-50%, -50%);
    display: none;
}

#newUrl {
    color: #000;
    text-decoration: underline;
}
