@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Ubuntu:400,700&subset=cyrillic');

/*#leaderboard-data{font-size:70%;text-align:right;left:-5px;transform:translate(-100%,0)}
#leaderboard-hud,#minimap-hud,#time-hud{width:200px;right:10px}
#leaderboard-hud h4,#top5-hud h5,.hud-text-center,.team-top-menu{text-align:center}
#leaderboard-info{white-space:nowrap;padding:0 15px}
.leaderboard-panel{overflow:hidden}.leaderboard-panel span{display:block}*/

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#zone {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    /* z-index: 102; */
}
#cur {
    position: absolute;
    display: inline-block;
    transform: translate(0%, 0%);
    width: 24px;
    height: 32px;
}
#touch-buttons > * {
    z-index: 103;
}
.touch-buttons {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}
.touch-buttons > * {
    pointer-events: all;
}

.wpk-gaming-buttons {
    pointer-events: none;
}
.wpk-gaming-buttons > * {
    pointer-events: all;
}
.wpk-gaming-buttons {
    position: fixed;
    bottom: 0;
    right: 45px;
    width: 220px;
    height: 300px;
}
.wpk-button {
    position: absolute;
    box-sizing: content-box;
    float: left;
    z-index: 160;
    width: 24px;
    height: 24px;
    line-height: 36px;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: bold;
    user-select: none;
    text-align: center;
    padding: 6px 10px;
    border-radius: 10px;
    -webkit-user-drag: none;
    font-family: 'Ubuntu', sans-serif;
    background-color: rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 1px #9e9e9e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commands-ovh {
    position: fixed;
    width: max-content;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
}
div.wpk-button.commands {
    position: relative;
    width: 36px;
    height: 36px;
    padding: 0;
    margin-right: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
div.wpk-button.commands:last-child {
    margin: 0px;
}

.wpk-button.split,
.wpk-button.e-feed {
    position: absolute;
    width: 80px;
    height: 80px;
    padding: 0;
    line-height: 80px;
    border-radius: 50%;
}
.wpk-button.split {
    font-size: 25px;
    bottom: 110px;
    right: 20px;
}
.wpk-button.e-feed {
    font-size: 25px;
    bottom: 20px;
    right: 75px;
}

.circle-transform-container {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    transition: all 1s;
}

/*.circle-transform-container:hover {
  transform: rotatez(-360deg);
}*/

.wpk-button.double-split,
.wpk-button.w-feed,
.wpk-button.x16-split,
.wpk-button.stop-circle,
.wpk-button.tripple-split {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}
.wpk-button.tab {
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    border-radius: 50%;
}
.wpk-button.hide-skins,
.wpk-button.hide-names,
.wpk-button.hide-mass {
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    border-radius: 50%;
}

.wpk-button.w-feed {
    top: 238px;
    left: 14px;
}
.wpk-button.x16-split {
    top: 58px;
    left: 118px;
}
.wpk-button.double-split {
    top: 90px;
    left: 76px;
}
.wpk-button.tripple-split {
    top: 64px;
    left: 170px;
}
.wpk-button.stop-circle {
    font-size: 10px;
    top: 184px;
    left: 20px;
}

.wpk-button.tab {
    top: 140px;
    left: 60px;
}

.wpk-button.hide-skins {
    top: 144px;
    left: 18px;
}
.wpk-button.hide-names {
    top: 106px;
    left: 36px;
}
.wpk-button.hide-mass {
    top: 50px;
    left: 78px;
}

.wpk-button.menu,
.wpk-button.leaderboard,
.wpk-button.fullscreen,
.wpk-button.settings,
.wpk-button.position-buttons,
.wpk-button.zoom-in,
.wpk-button.zoom-out {
    width: 24px;
    height: 24px;
    padding: 6px 10px;
}
.wpk-button.menu {
    z-index: 104 !important;
}
.wpk-button.menu {
    top: 0;
    left: 0;
    border-radius: 0;
    border-bottom-right-radius: 10px;
}
.wpk-button.leaderboard {
    top: 0;
    right: 0;
    border-radius: 0;
    border-bottom-left-radius: 10px;
}
.wpk-button.fullscreen {
    top: 56px;
    left: 0;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.wpk-button.settings {
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
}
.wpk-button.position-buttons {
    bottom: 56px;
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.wpk-button:active {
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.b-r-buttons {
    position: fixed;
    width: 44px;
    right: 0;
    bottom: 120px;
}
.b-r-buttons .wpk-button {
    position: relative;
    float: left;
    margin-top: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.b-l-buttons {
    position: fixed;
    width: 44px;
    left: 0;
    bottom: 40px;
}
.b-l-buttons .wpk-button {
    position: relative;
    float: left;
    line-height: 24px;
    margin-top: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
