* {
    box-sizing: border-box;
}

@font-face {
    font-family: Nunito;
    src: url('fonts/nunito-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Nunito;
    src: url('fonts/nunito-extrabold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Nunito;
    src: url('fonts/nunito-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#homepage {
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    overflow: auto;
}

#homepage .background {
    width: 100%;
    height: 100%;
}

#homepage .fade {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    display: table;
    table-layout: fixed;
    z-index: 500;
}

#homepage .app-links {
    position: absolute;
    text-align: center;
    left: 2vh;
    top: 2vh;
    z-index: 1;
}

#homepage .content .scoreboard {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    height: auto;
    text-transform: capitalize;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    font-size: 2.5vh
}

@media screen and (max-width:500px) {
    #homepage .content .scoreboard {
        font-size: 2.5vw
    }
}

@media screen and (max-height:500px) {
    #homepage .content .scoreboard {
        font-size: 2.5vh;
        bottom: 1vh
    }
}

#homepage.ipad-promo .scoreboard {
    left: 3%;
    bottom: 48px;
    transform: translate(0, 0);
    font-size: 2.25vw
}

#homepage.poki #homepage-content>div.scoreboard {
    transform: translateY(50%);
    bottom: 50%;
    left: auto;
    right: 8px;
    max-width: 30%;
    font-size: 2.5vh
}

body.mobile.portrait #homepage .scoreboard {
    bottom: 3vh;
    font-size: 2.5vh;
    width: 80%;
    left: 10%;
    border-radius: 1vh;
    transform: none
}

#homepage.poki #homepage-content>div.scoreboard table tr:nth-child(2),
#homepage.poki #homepage-content>div.scoreboard table tr:nth-child(3) {
    border-bottom: 1px solid #d3d3d3
}

#homepage.poki #homepage-content>div.scoreboard table td {
    padding: 0 1.5vw
}

#homepage .content .scoreboard table {
    width: 100%;
    border-collapse: collapse
}

#homepage .content .scoreboard table tr:first-of-type {
    background-color: #dcdcdc;
    padding: 0
}

#homepage .content .scoreboard table tr:first-of-type td {
    padding: 0
}

#homepage .content .scoreboard table td {
    padding: 0 2vw
}

#homepage .content .scoreboard .wins {
    background-color: #dcdcdc;
    font-weight: 700
}

.login-box {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1000;
    vertical-align: middle;
}
.level {
	font-size: 2.5vh;
	font-variant: small-caps;
	text-align: center
}
.booty {
	font-size: 2.5vh;
	text-align: right;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700
}
.booty img {
	vertical-align: middle;
	height: 4vh
}

#homepage .bottom-links {
    z-index: 2;
    position: absolute;
    left: 20%;
    bottom: 8px;
    width: 60%;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
}

#homepage .bottom-bar {
    position: absolute;
    left: 0px;
	text-align: left;
    bottom: 6px;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
    display: table;
	z-index: 1;
}

#homepage .content {
    height: 100%;
    position: absolute;
    width: 100%;
    font-size: 0;
}

#homepage-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#homepage .content .middle-box .inside {
    max-width: 300px;
    width: 80%;
    pointer-events: all;
}

#homepage .content>div .inside {
    margin: auto auto;
    top: 50%;
    left: 50%;
}

#homepage .content .middle-box #homepage-loaded {
    display: none;
    padding: 16px 16px;
    border-radius: 16px;
}

#homepage .content .middle-box #play-button {
    display: block;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    min-width: 200px;
    width: 90%;
    font-size: 32px;
    display: inline-block;
}

#homepage .content .middle-box .skin {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#homepage .content .middle-box .skin #skin-homepage-canvas {
    padding-right: 16px;
    vertical-align: middle;
    transform: rotate(-90deg) !important;
}

#homepage .content .middle-box .skin #skin-homepage-canvas>div {
    background-color: #fff;
    border: 2px solid #d3d3d3;
    vertical-align: middle;
    border-radius: 16px;
    border-radius: 50%;
}

#skin-popup {
    display: table-row;
    text-align: center;
    height: 100%;
    width: 100%;
    -webkit-user-select: none;
    user-select: none;
    display: none
}

#skin-popup .fade {
    z-index: 20;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

#skin-popup .box {
    z-index: 21;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    padding: 3vh;
    height: 90%;
    max-height: 90%;
    width: 100%;
    box-sizing: border-box
}

#skin-popup .box #skin-popup-canvas>div {
    border-radius: 4px
}

#skin-popup .box .label {
    display: block;
    font-weight: 700;
    font-size: 4vh
}

#skin-popup .box .label .booty {
    float: left;
    left: 3vh;
    top: 3vh
}

#skin-popup .box .label .booty>span {
    vertical-align: middle
}

#skin-popup .box .label .booty img {
    vertical-align: middle;
    height: 6vh
}

#skin-popup .box .label .button {
    margin: auto;
    font-size: 4vh;
    padding: 0 1vw;
    position: relative
}

#skin-popup .box .label .button .new {
    display: none;
    animation-iteration-count: infinite;
    position: absolute;
    right: -5%;
    top: -5%;
    background-color: red;
    border-radius: 12px;
    font-size: 18px;
    padding: 4px 8px
}

#skin-popup .box .label .button .pulse-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 12px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite
}

#skin-popup .box .skin-list::-webkit-scrollbar {
    width: 1vw
}

#skin-popup .box .skin-list::-webkit-scrollbar-track {
    background: #aaa;
    border-radius: .5vw
}

#skin-popup .box .skin-list::-webkit-scrollbar-thumb {
    background: #3d5dff;
    border-radius: .5vw
}

#skin-popup .box #pet-block::-webkit-scrollbar-thumb:hover {
    background: #374ebf
}

#skin-popup .box #pet-block::-webkit-scrollbar {
    width: 1vw
}

#skin-popup .box #pet-block::-webkit-scrollbar-track {
    background: #aaa;
    border-radius: .5vw
}

#skin-popup .box #pet-block::-webkit-scrollbar-thumb {
    background: #3d5dff;
    border-radius: .5vw
}

#skin-popup .box #pet-block::-webkit-scrollbar-thumb:hover {
    background: #374ebf
}

#skin-popup .box #arrow-up {
    display: none;
    margin-top: 5vh;
    height: 5vh;
    position: relative;
    cursor: pointer
}

#skin-popup .box #arrow-up>div {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10vh solid transparent;
    border-right: 10vh solid transparent;
    border-bottom: 5vh solid #3d5dff
}

#skin-popup .box #arrow-down {
    display: none;
    margin-top: 3vh;
    height: 5vh;
    position: relative;
    cursor: pointer
}

#skin-popup .box #arrow-down>div {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10vh solid transparent;
    border-right: 10vh solid transparent;
    border-top: 5vh solid #3d5dff
}

#skin-popup .box #arrow-down.disabled,
#skin-popup .box #arrow-up.disabled {
    opacity: 0;
    pointer-events: none
}

#skin-popup .box #arrow-down,
#skin-popup .box #arrow-up {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

#skin-popup .box .pet-list,
#skin-popup .box .skin-list {
    margin-top: 3vh;
    border-radius: 8px;
    height: 90%;
    width: 100%;
    overflow-y: scroll
}

#skin-popup .box .pet-list .card,
#skin-popup .box .skin-list .card {
    position: relative;
    background-color: #f2f7ff;
    display: inline-block;
    margin: 8px 8px;
    padding-bottom: 8vh;
    padding-right: 4vh;
    cursor: pointer
}

#skin-popup .box .pet-list .card .button,
#skin-popup .box .skin-list .card .button {
    cursor: pointer;
    font-size: 2vh;
    position: absolute;
    left: 5%;
    bottom: 2%;
    width: 75%;
    margin: 0;
    margin-bottom: 1vh;
    padding: .5vh .25vh;
    box-sizing: border-box;
    vertical-align: middle;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2), 0 4px 0 #374ebf
}

#skin-popup .box .pet-list .card .button img,
#skin-popup .box .skin-list .card .button img {
    height: 2vh
}

#skin-popup .box .pet-list .card .button *,
#skin-popup .box .skin-list .card .button * {
    vertical-align: middle
}

#skin-popup .box .pet-list .card .button.disabled,
#skin-popup .box .skin-list .card .button.disabled {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2), 0 4px 0 #95a5a6
}

#skin-popup .box .pet-list .card .button.smalltext,
#skin-popup .box .skin-list .card .button.smalltext {
    font-size: 1.25vh;
    text-transform: capitalize
}

#skin-popup .box .pet-list .card .button.disabled,
#skin-popup .box .skin-list .card .button.disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#skin-popup .box .pet-list .card .button:hover,
#skin-popup .box .skin-list .card .button:hover {
    background-color: #5b76ff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 8px 0 #5064c7
}

#skin-popup .box .pet-list .card .power-barframe,
#skin-popup .box .skin-list .card .power-barframe {
    position: absolute;
    top: 5%;
    right: 2%;
    border-radius: 1vh;
    width: 2vh;
    height: 90%;
    background-color: #ccc;
    box-sizing: border-box
}

#skin-popup .box .pet-list .card .power-barframe .power-bar,
#skin-popup .box .skin-list .card .power-barframe .power-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ff1f1f;
    height: 50%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 1vh
}

#skin-popup .box .pet-list .card .power-barframe .power-bar-text,
#skin-popup .box .skin-list .card .power-barframe .power-bar-text {
    color: #fff;
    word-break: break-all;
    font-weight: 700;
    font-family: Arial;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.75vh;
    line-height: 2vh
}

#skin-popup .box .pet-list .card .lock,
#skin-popup .box .skin-list .card .lock {
    display: block;
    position: absolute;
    top: 2%;
    left: 2%;
    width: 30%;
    height: 30%;
    background: url(img/lock.svg) no-repeat;
    background-position: center
}

#skin-popup .box .pet-list .card::after,
#skin-popup .box .skin-list .card::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 1vh;
    box-sizing: border-box
}

#skin-popup .box .pet-list .card.selected::after,
#skin-popup .box .skin-list .card.selected::after {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 4px 0 #3d5dff;
    border: 2px solid #3d5dff
}

#skin-popup .box .pet-list .card.locked .power-bar,
#skin-popup .box .pet-list .card.locked>div:first-child,
#skin-popup .box .skin-list .card.locked .power-bar,
#skin-popup .box .skin-list .card.locked>div:first-child {
    opacity: .6!important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#skin-popup .box .pet-list card.locked-nogreyscale .power-bar,
#skin-popup .box .pet-list card.locked-nogreyscale>div:first-child,
#skin-popup .box .skin-list card.locked-nogreyscale .power-bar,
#skin-popup .box .skin-list card.locked-nogreyscale>div:first-child {
    opacity: .6!important
}

#skin-popup .box #pet-block {
    display: none;
    overflow-y: auto;
    height: 90%;
    width: 100%;
    margin-top: 3vh
}

#skin-popup .box #pet-block .upgrade {
    font-size: 3vh;
    margin-top: 32px
}

#skin-popup .box #pet-block .upgrade #pet-level {
    font-weight: 700;
    margin-left: 2vh;
    margin-right: 2vh
}

#skin-popup .box #pet-block .upgrade .button {
    vertical-align: middle;
    font-size: 2vh;
    padding: .75vh 1vh;
    margin: auto;
    margin-top: -8px
}

#skin-popup .box #pet-block .upgrade .button span {
    vertical-align: middle
}

#skin-popup .box #pet-block .upgrade .button img {
    width: 2vh;
    vertical-align: middle;
    height: auto
}

#skin-popup .box #pet-block .upgrade .button.disabled {
    pointer-events: none
}

#skin-popup .box #pet-block .pet-list {
    margin-top: 3vh;
    overflow: hidden;
    height: auto
}

#skin-popup .box #pet-block .pet-list .card {
    padding: 0;
    padding-bottom: 1vh
}

#skin-popup .box #pet-block .pet-list .card .button {
    width: 90%
}

#skin-popup .box #pet-block .pet-list .card.locked>img {
    opacity: .6!important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#skin-popup .close {
    position: absolute;
    top: 16px;
    right: 16px;
    text-align: center;
    column-span: all;
    cursor: pointer
}

#skin-popup .close img {
    width: 24px;
    height: 24px
}

#end-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    font-family: Arial;
    text-align: center;
    font-size: 2vh;
    animation-duration: .5s
}

#end-popup .fade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7)
}

.red.button {
    background-color: #dc0000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 8px 0 #c50000
}

.red.button:hover {
    background-color: #ff1212;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 8px 0 #e01212
}

body.mobile.portrait #skin-popup .box .label .pickyer {
    display: none
}

#end-popup .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%
}

.red.button {
    background-color: #dc0000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 8px 0 #c50000;
}

.button {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    text-align: center;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: none;
    border: none;
    color: #fff;
    text-decoration: none;
    margin: 16px auto;
    margin-top: 16px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    background-color: #3d5dff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 8px 0 #374ebf;
}

.alert-popup,
.confirm-popup {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 10000;
    font-family: Nunito;
    font-weight: 500;
    font-size: 2vmax;
    -webkit-user-select: none;
    user-select: none;
    backdrop-filter: blur(8px)
}

.alert-popup .popup-outer,
.confirm-popup .popup-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.alert-popup .close-button,
.alert-popup .no-button,
.alert-popup .yes-button,
.confirm-popup .close-button,
.confirm-popup .no-button,
.confirm-popup .yes-button {
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    padding: .25vmax 4vmax;
    padding-top: .4vmax;
    box-sizing: border-box;
    background-color: #3d5dff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 .3vmax 0 #374ebf;
    border-radius: .5vmax;
    margin-top: 5vh;
    margin: 5vh 2vw 0 2vw
}

.alert-popup .yes-button,
.confirm-popup .yes-button {
    background-color: #32cd32;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 .3vmax 0 #258d25
}

.alert-popup .no-button,
.confirm-popup .no-button {
    background-color: orange;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2), 0 .3vmax 0 #b77600
}

.alert-popup .wrapper,
.confirm-popup .wrapper {
    border-radius: 2vh;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .8);
    padding: 4vh 12vmin;
    text-align: center
}

@media screen and (max-width:1023px) {
    .alert-popup .wrapper,
    .confirm-popup .wrapper {
        width: 95%;
        box-sizing: border-box
    }
}

@media screen and (max-width:1023px) {
    #end-popup .box {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    #end-popup .box {
        width: 95%
    }
}

#end-popup .result {
    font-weight: 700;
    font-size: 5vh;
    font-variant: small-caps
}

#end-popup .result .killer {
    font-size: 7vh;
    color: #f72121
}

#end-popup .result2 {
    margin-top: 5vh;
    font-weight: 700;
    font-size: 3.5vh;
    font-variant: small-caps
}

#end-popup .result2 .rank {
    color: #ff5400
}

#end-popup .result3 {
    margin-top: 2.5vh;
    font-weight: 700;
    font-size: 3.5vh;
    font-variant: small-caps
}

#end-popup .result3 .kills {
    color: #ff5400
}

#end-popup .result3 .earned-coins {
    color: #ff5400
}

#end-popup .result3 img {
    vertical-align: middle;
    height: 4vh
}

#end-popup .result3 .button {
    vertical-align: middle;
    font-size: 3.5vh;
    margin: auto;
    padding: 0 2vh;
    position: relative;
    transform: translateY(-4px)
}

#end-popup .result3 .button .text {
    padding: 2vh 0;
    display: inline-block;
    vertical-align: middle
}

#end-popup .result3 .button .text img {
    height: 4vh;
    margin: 0
}

#end-popup .result3 .button .video {
    vertical-align: middle;
    margin-right: .5em
}

#end-popup .result3 .button .video img {
    height: 5vh
}

#end-popup .result3 .button .notice {
    position: absolute;
    left: 15%;
    top: 20%;
    transform: translate(50%, -50%);
    background-color: #613b3b;
    border-radius: 1vh;
    font-size: 1.5vh;
    padding: .25vh .5vh
}

#end-popup .result3 #end-rewarded-button {
    display: none
}

#end-popup .booty {
    margin-top: 2.5vh;
    font-weight: 700;
    font-size: 3.5vh;
    font-variant: small-caps
}

#end-popup .booty img {
    vertical-align: middle;
    height: 5vh;
    margin-right: 1vh
}

#end-popup .booty #end-booty-coins {
    display: inline-block
}

#end-popup .xp-line {
    margin-top: 5vh;
    vertical-align: middle
}

@media screen and (min-height:650px) and (max-height:760px) {
    #end-popup .xp-line {
        margin-top: 3vh
    }
}

#end-popup .xp-line .league {
    font-size: 2.5vh;
    padding-top: .25vh;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 2vh
}

#end-popup .xp-line .title {
    font-size: 3vh;
    font-variant: small-caps
}

#end-popup .xp-line .line {
    display: flex;
    justify-content: center
}

#end-popup #end-xp-bar {
    flex: 1;
    vertical-align: middle;
    position: relative;
    text-align: center;
    height: 3vh;
    border-radius: 1vh;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

#end-popup #end-xp-bar .bar {
    background-color: #2c75ff;
    background-color: #000;
    width: 50%;
    height: 3vh;
    border-top-right-radius: 1vh;
    border-bottom-right-radius: 1vh;
    box-sizing: border-box
}

#end-popup #end-xp-bar .border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 1vh
}

#end-popup .quote {
    font-size: 2.5vh;
    font-style: italic;
    font-weight: 700
}

#end-popup .button {
    margin-top: 8vh
}

body.mobile.landscape #skin-popup .box .pet-list .card .button,
body.mobile.landscape #skin-popup .box .skin-list .card .button {
    border-radius: 1vh;
    font-size: 3vh
}

body.mobile.landscape #skin-popup .box .pet-list .card .button.smalltext,
body.mobile.landscape #skin-popup .box .skin-list .card .button.smalltext {
    font-size: 2.5vh
}

body.mobile.landscape #skin-popup .box .pet-list .card .button img,
body.mobile.landscape #skin-popup .box .skin-list .card .button img {
    height: 4vh
}

body.mobile.landscape #skin-popup .box #pet-block .upgrade {
    margin-top: 3vh;
    font-size: 5vh
}

body.mobile.landscape #skin-popup .box #pet-block .upgrade .button {
    border-radius: 1vh;
    font-size: 4vh;
    margin: auto
}

body.mobile.landscape #skin-popup .box .label .button {
    border-radius: 1vh
}

body.mobile.landscape #skin-popup .box .label .button.red {
    box-shadow: 0 .4vh 2vh rgba(0, 0, 0, .2), 0 1.6vh 0 #c50000
}

body.mobile.landscape #skin-popup .box .label .buttonred:hover {
    background-color: #ff1212;
    box-shadow: 0 .4vh 2vh rgba(0, 0, 0, .2), 0 1.6vh 0 #e01212
}

body.mobile.landscape #skin-popup .box .label .button.black {
    box-shadow: 0 .4vh 2vh rgba(0, 0, 0, .2), 0 1.6vh 0 #000
}

body.mobile.landscape #skin-popup .box .label .button.black:hover {
    background-color: #4e4e4e;
    box-shadow: 0 .4vh 2vh rgba(0, 0, 0, .2), 0 1.6vh 0 #333
}

body.mobile.portrait #skin-popup .box .pet-list .card .button,
body.mobile.portrait #skin-popup .box .skin-list .card .button {
    border-radius: .5vh;
    font-size: 3vw;
    padding: 1vw .5vw
}

body.mobile.portrait #skin-popup .box .pet-list .card .button img,
body.mobile.portrait #skin-popup .box .skin-list .card .button img {
    height: 3vw;
    vertical-align: bottom
}

body.mobile.portrait #skin-popup .box .pet-list .card .button.smalltext,
body.mobile.portrait #skin-popup .box .skin-list .card .button.smalltext {
    font-size: 2.5vw
}

body.mobile.portrait #skin-popup .box #arrow-down,
body.mobile.portrait #skin-popup .box #arrow-up,
body.mobile.portrait #skin-popup .box .skin-list {
    margin-top: 2vh
}

body.mobile.portrait #skin-popup .box #pet-block .upgrade {
    margin-top: 1vh
}

body.mobile.portrait #skin-popup .box #pet-block .upgrade #pet-level {
    display: block
}

body.mobile.portrait #skin-popup .box #pet-block .upgrade .button {
    border-radius: 1vh;
    display: block;
    margin: auto
}

body.mobile.portrait #skin-popup .box .label .pickyer {
    display: none
}

body.mobile.portrait #skin-popup .box .label .button {
    border-radius: .5vh;
    margin-bottom: 1vh
}

body.mobile.portrait #skin-popup .box .label .button.red {
    box-shadow: 0 .2vh 1vh rgba(0, 0, 0, .2), 0 .8vh 0 #c50000
}

body.mobile.portrait #skin-popup .box .label .buttonred:hover {
    background-color: #ff1212;
    box-shadow: 0 .2vh 1vh rgba(0, 0, 0, .2), 0 .8vh 0 #e01212
}

body.mobile.portrait #skin-popup .box .label .button.black {
    box-shadow: 0 .2vh 1vh rgba(0, 0, 0, .2), 0 .8vh 0 #000
}

body.mobile.portrait #skin-popup .box .label .button.black:hover {
    background-color: #4e4e4e;
    box-shadow: 0 .2vh 1vh rgba(0, 0, 0, .2), 0 .8vh 0 #333
}

body.mobile.portrait #skin-popup .close img {
    width: 8vw;
    height: 8vw
}

body.mobile.portrait #skin-popup .label {
    padding-right: 8vw
}

#end-popup.poki #banner-on-end-popup {
    display: block
}

body.mobile.landscape #end-popup .quote {
    font-size: 3vh
}

body.mobile.landscape #end-popup .result {
    font-size: 5vh;
    margin-top: 2vh
}

body.mobile.landscape #end-popup .result .killer {
    font-size: 7vh
}

body.mobile.landscape #end-popup .booty,
body.mobile.landscape #end-popup .result2,
body.mobile.landscape #end-popup .result3 {
    font-size: 5vh
}

body.mobile.landscape #end-popup .booty img,
body.mobile.landscape #end-popup .result2 img,
body.mobile.landscape #end-popup .result3 img {
    height: 5vh
}

body.mobile.landscape #end-popup .result3 .button {
    font-size: 5vh
}

body.mobile.landscape #end-popup .result3 .button .notice {
    left: 12%;
    font-size: 2vh
}

body.mobile.landscape #end-popup .xp-line {
    width: 75%;
    transform: translateX(12.5%)
}

body.mobile.portrait #end-popup .button {
    border-radius: 2vw
}

body.mobile.portrait #end-popup .quote {
    font-size: 5vw
}

body.mobile.portrait #end-popup .result {
    font-size: 8vw;
    margin-top: 2vh
}

body.mobile.portrait #end-popup .result .killer {
    font-size: 12vw
}

body.mobile.portrait #end-popup .result2>span,
body.mobile.portrait #end-popup .result3>span {
    display: block
}

body.mobile.portrait #end-popup .booty,
body.mobile.portrait #end-popup .result2,
body.mobile.portrait #end-popup .result3 {
    font-size: 5.5vw;
    margin-top: 2vh
}

body.mobile.portrait #end-popup .booty img,
body.mobile.portrait #end-popup .result2 img,
body.mobile.portrait #end-popup .result3 img {
    height: 7vw
}

body.mobile.portrait #end-popup .result3 .button {
    font-size: 5.5vw;
    padding: .5vw 2vw
}

body.mobile.portrait #end-popup .result3 .button .text {
    padding: 2vw 0
}

body.mobile.portrait #end-popup .result3 .button .notice {
    font-size: 2.5vw
}

@media screen and (min-height:600px) and (max-height:760px) {
    #end-popup .button {
        margin-top: 4vh
    }
}

#end-popup #banner-on-end-popup {
    margin-top: 16px
}

@media screen and (max-height:549px) {
    #end-popup #banner-on-end-popup {
        display: none
    }
}

@media screen and (max-height:649px) {
    #end-popup #banner-on-end-popup {
        max-height: 100px
    }
}

.main-login-section {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-login-area {
    margin-top: -200px;
    width: 970px !important;
    height: 570px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
	font-size: 16px;
}

.main-login-area-left {
    width: 250px;
	height: 330px;
    background-color: rgba(0, 0, 0, 0.4);
	font-size: 16px;
}

.main-login-area-center {
    width: 450px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1rem;
}

.main-login-area-right {
    width: 250px;
	height: 330px;
    background-color: rgba(0, 0, 0, 0.4);
}

.main-login-area-left-tab-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-login-area-left-tab-button {
    width: 49%;
    background-color: rgba(240, 173, 78, .7);
    padding: 0.75rem;
    outline: none;
    border: none;
    color: white;
    cursor: pointer;
}

.main-login-area-left-tab-button.active {
    background-color: #003140;
    transform: scaley(1.05);
    width: 100%;
}

.main-login-area-left-panels-area {
    width: 100%;
	
}

.main-login-area-left-panel-box {
    width: 100%;
    height: 200px;
    padding: 1rem;
}

.main-login-area-left-panel-box.active {
    display: block;
}

.mlaltb-check-row {
    width: 100%;
    padding: 0.5rem;
    background-color: #003140;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.mlaltb-check-row input {
    cursor: pointer;
}

.mlaltb-check-row label {
    color: white;
    cursor: pointer;
}

.mlaltb-check-row-fortext {
    width: 100%;
    padding: 0.2rem;
    background-color: #003140;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    cursor: pointer;
}

.mlaltb-check-row-text {
    margin: 0;
    color: white;
}

.mlaltb-shortcuts-area {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0.25rem 0;
}

.mlaltb-shortcut-box {
    padding: 0.5rem;
    background-color: #003140;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 2rem;
}

.mlaltb-shortcut-desc-box {
    padding: 0.5rem;
    background-color: #003140;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: 0.25rem;
    height: 1.75rem;
}

.main-login-area-right-tab-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-login-area-right-tab-button {
    width: 49%;
    background-color: rgba(240, 173, 78, .7);
    padding: 0.75rem;
    outline: none;
    border: none;
    color: white;
    cursor: pointer;
}

.main-login-area-right-tab-button.active {
    background-color: #003140;
    transform: scaley(1.05);
    width: 100%;
}

.main-login-area-right-panels-area {
    width: 100%;
}

.main-login-area-right-panel-box {
    width: 100%;
    display: none;
    padding: 1rem;
}

.main-login-area-right-panel-box.active {
    display: block;
}

.allsettings-modal {
    width: 100vw;
    height: 100vh;
    background: none 0% 0% repeat scroll rgba(0, 0, 0, .7);
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}

.allsettings-modal.active {
    display: flex;
}

.allsettings-modal-inside {
    width: 480px;
    background-color: white;
    padding: 1rem;
}

.modal-inside-x-area {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.modal-inside-x-img {
    height: 1.5rem;
    width: 1.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.mlartb-skin-area {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mlartb-skin-box {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0px 4px 5px rgb(204 204 204);
}

.mlartb-skin-box img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.mlartb-skin-select-button {
    width: 100%;
    padding: 0.75rem;
    margin-top: 1rem;
    background-color: #8D0000;
    color: white;
    border-color: #ac2925;
    border-style: solid;
    cursor: pointer;
}

.mlartb-skin-select-button:hover {
    background: #3f9ea0;
    border-color: #3f9ea0;
}

.main-login-area-right-panels-area a {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.selectskin-modal {
    width: 100vw;
    height: 100vh;
    background: none 0% 0% repeat scroll rgba(0, 0, 0, .7);
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}

.selectskin-modal.active {
    display: flex;
}

.selectskin-modal-inside {
    width: 1200px;
    background-color: white;
    padding: 1rem;
}

.selectskin-modal-inside-skins-area {
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    padding: 1rem 4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4rem;
}

.selectskin-modal-inside-skins-area .mlartb-skin-box {
    transition: all 0.2s ease-out;
}

.selectskin-modal-inside-skins-area .mlartb-skin-box:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.malrtb-about-panel-header {
    width: 100%;
    border-bottom: 2px solid #333;
}

.malrtb-about-panel-header-text {
    text-align: center;
    color: #333;
}

.malrtb-about-panel-text-area {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-top: 1rem;
}

.malrtb-about-panel-text-area-text {
    margin: 0;
}

.main-login-area-center-logo {
    width: 120%;
    transform: translate(-10%, 0);
}

.main-login-area-center-play-area {
    width: 100%;
    margin-top: 1rem;
}

.mlacpa-name-box {
    width: 100%;
}

.mlacpa-name-box input {
    width: 100%;
    height: 2.5rem;
    border: 1px solid #003140 !important;
    outline: none !important;
    padding: 0 0.5rem;
    font-weight: bold;
}

.mlacpa-name-box button {
    width: 50%;
    outline: none;
    height: 2.5rem;
    border: none;
    background-color: #003140;
    cursor: pointer;
    color: white;
}

.mlacpa-server-select {
    height: 2.5rem;
    width: 100%;
    margin-top: 0.5rem;
    outline: none !important;
    padding: 0.5rem;
}

.mlacpa-play-button {
    width: 100%;
    height: 2.5rem;
    margin-top: 0.5rem;
    background-color: #8D0000;
    color: white;
    border-color: #ac2925;
    border-style: solid;
    cursor: pointer;
}

.mlacpa-play-button:hover {
    background: #3f9ea0;
    border-color: #3f9ea0;
}

.mlacpa-spectate-button {
    width: 100%;
    height: 2.5rem;
    margin-top: 0.5rem;
    background-color: #003140;
    color: white;
    border-color: #eea236;
    ;
    border-style: solid;
    cursor: pointer;
}

.mlacpa-spectate-button:hover {
    background-color: #ec971f;
    border-color: #d58512;
    ;
}

.mlacpa-footer-flags-area {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mlacpa-footer-flag-icon {
    width: 20px;
}

.mlacpa-footer-discord-icon {
    width: 75px;
}

@media only screen and (max-width: 1024px) {
    .main-login-area-left {
        display: none;
    }
    .main-login-area-right {
        display: none;
    }
    .main-login-area-center {
        margin: auto;
        width: 400px;
    }
}

@media only screen and (max-width: 425px) {
    .main-login-area-center {
        width: 95%;
        margin: auto;
    }
    .mlacpa-footer-flag-icon {
        width: 15px;
    }
    .mlacpa-footer-discord-icon {
        width: 55px;
    }
}