
.roompagebody {
    /*background: #000; */
    /*background-image: url(/assets/bgs/night1.jpg);*/
    /* background-image: url(/assets/main/test2.gif); */
    /* background-size: contain; */
    /*background-size: cover;*/
    /*image-rendering: pixelated;*/
}
.roompage {
    max-height: 750px;
    min-height: unset;
    background:none;
    border-width: 0;
    /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}
.roompage .ppplay {
    background: rgba(0,0,0,0.6);
    background: rgba(11, 11, 11, 0.6);
}
.roompage .chat {
    z-index: 13;
    position: absolute;
    width: 100%;
    width: calc(100% - 20px);
}
.playpage-chat .chat-textarea:focus {
    border-color: rgba(253, 192, 255, 0.7);
    outline: none;
}
.playpage-chat .chat-textarea {
    pointer-events: visible;
    font-size: 18px;
    font-size: 19px;
    font-size: 20px;
    border-radius: 20px;
    padding: 5px 12px;
    padding: 5px 14px;
    padding: 5px 14px 6px;
    border: 2px solid #0000;
    transition: border-color 0.1s ease;
}
.playpage-chat .chat-message {
    font-size: 19px;
    font-size: 20px;
}
.chat-message.chat-notice {
    font-size: 19px;
}
.playpage-chat:focus-within {
    pointer-events: visible;
}
.playpage-chat {
    position: absolute;
    top: 100px;
    left: 0;
    width: calc(50% - 225px);
    max-width: 350px;
    
    z-index: 13;
    position: fixed;
    top: 100px;
    left: 15px;
    width: calc(50% - 230px);
    max-width: 320px;
    min-width: 220px;
    height: calc(100% - 100px);
    max-height: 650px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 120px);
    mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 120px);
    pointer-events: none;
}

.roompage .pp-overlay-load:before{
    content: "Loading Level...";
    display: block;
    font-size: 20px;
    opacity: 0.75;
}
.roompage .pp-ping{
    display: block;
}
.roompage .playpage-leaderboard-c2 {
    display: none;
}
.roompage .pp-overlay-restart {
    display: none !important;
}
.roompage .ppplay .pp-overlay {
    background: rgba(80, 80, 80, 0);
}

.roompage .ppplay .pp-durationbar-c {
    animation: huerotate 0.4s ease infinite;
}
.roompagebody .topbar-container {
    z-index: 12;
    /* z-index: 12; */
    /* background: rgba(0, 0, 0, 0.55); */
}
.roompage .createpage-right-player-c {
    border-color: transparent;
}
.roompage .playpage-nolag:before,
.roompage .createpage-right-player-c:after, 
.roompage .createpage-right-player-c:before {
    background: transparent;
}
.roompage .ppplay .pp-durationbar {
    background: rgba(222, 255, 182, 0.9);
    border: 1px solid rgb(222, 255, 182);
    background: transparent;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
}
.roompagebody .topbar #topbar-discord {
    background: rgba(140, 158, 255, 0.3);
}

.roompage .createpage-right-block .pixii-level:before {
    content: "Currently playing:";
    font-size: 12px;
    margin-bottom: 2px;
    margin-bottom: 0px;
    display: block;
    opacity: 0.4;
    position: relative;
    top: -3px;
    font-size: 0;
}
.roompage .createpage-right-block .pixii-level {
    margin-bottom: 5px;
    margin-bottom: 0px;
    background: none;
    border: 1px solid rgba(255,255,255,0.2);
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
    /* background: rgba(255, 255, 255, 0.1);*/
}
.roompage .createpage-right-block .pixii-level-preview {
    width: 70px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.roompage .createpage-right-block .pixii-level-play {
    right: 0;
    bottom: 5px;
    display: table;
    padding: 3px 10px 2px;
}
.roompage .createpage-right-block .pixii-level-title {

    word-break: break-word;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
    font-size: 20px;
}
.roompage .createpage-right-block .pixii-level-vtitle {
    font-size: 13px;
    -webkit-line-clamp: 2;
}
.roompage .createpage-right-block .pixii-level-author {
    font-size: 13px;
}
.roompage .createpage-right-block .pixii-level-duration {
    font-size: 12px;
    font-size: 13px;
}


.votec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease all;
}
.votec2-show {
    /* pointer-events: unset;*/
    opacity: 1;
}
.votec2-show .votec2 {
    pointer-events: initial;
}
.votec2 {
    height: auto;
    max-width: 800px;
    max-height: 95%;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 300px);
    /* transform: translate(-50%,-50%); */
    box-sizing: border-box;
    /* border-bottom: 10px solid rgba(23, 17, 17, 0.5); */
    border-bottom: 10px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    overflow: hidden;
    width: auto;
}

.votec2 {
    top: calc(50% - 175px);
    top: calc(50% - 220px);
    left: calc(50% - 300px);
}
.votec3 {
    font-size: 0;
    width: 600px;
    width: 650px;
}
.votec-results,
.votec-results3 {
    width: 200px;
    width: 250px;
}
.votec-results3 {
    animation: huerotate 0.25s linear infinite; 
}
.votec-results {
    display: inline-block;
    font-size: 16px;
    height: 400px;
    vertical-align: top;
    background: rgba(30, 27, 27, 0.95);
    animation: none;
    position:relative;
    overflow: hidden;
}
.votec-results2 {
    background: none;
    padding: 0 20px 0px 0;
    border: none;
    overflow-y: scroll;
    overflow-x: hidden;
    width: calc(100% + 20px);
    height: 100%;
}
.votec2-show .votec-results3 {
    animation: huerotate 0.4s linear infinite; 
}
.votec-results3 {
    
}
.votec-results-title {
    padding: 11px 16px;
    box-sizing: border-box;
    font-size: 28px;
    color: #ffd3d3;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 3px dashed;
    display: inline-block;
    margin-top: 5px;
    border: 3px dashed #ffb6b6;
    color: #fff9f9;
    /* border-radius: 50px; */
    background: rgba(255, 217, 217, 0.06);
    display: table;
    text-shadow: 0 0 16px rgba(255, 169, 169, 0.5);
}
.votec-results-subtitle {
    font-size: 18px;
    margin-top: 0;
    /* margin-bottom: 4px; */
    /* opacity: 0.7; */
    color: rgb(255 231 231 / 75%);
    background: rgb(112 90 90 / 20%);
    /* display: inline-block; */
    padding: 5px 10px 4px;
    line-height: 0.9;
    animation: huerotate 0.4s linear infinite;
    text-align: center;
}
.votec-results-list {
    
}
.votec-results-details {
width: 100%;
    border-bottom: 1px solid;
    padding: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: left;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}
.votec-results-details:before {
    content: "USERNAME";
}
.votec-results-details:after {
    content: "SCORE";
    float: right;
}
.votec-results-row:hover {
    background: rgba(255, 192, 192, 0.05);
}
.votec-results-row {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    /* min-height: 25px; */
    text-align: left;
    padding: 8px 10px 7px;
    color: #ffe3e3;
    color: #ffbfbf;
    font-size: 18px; 
}
.votec-results.crt:before {
    opacity: 0.6;
}
.votec-results-row-coins {
    display: inline-block;
    /* margin-left: 10px; */
    font-size: 18px;
    float: right;
    margin-right: 12px;
}
.votec-results-congrats:before {
    content: "Level Completed!";
}
.votec-results-congrats {
    color: #fff4b0;
    font-size: 20px;
    margin-top: 15px;
}
.votec-results-row-self {
    background: rgba(255, 192, 192, 0.3) !important;
}
.votec-results-row-pos {
    opacity: 0.5;
    font-size: 90%;
    margin-right: 2px;
    width: 12px;
    display: inline-block;
}
.votec-results-row-name {
    
}
.votec-results-row-scorec {
    float:right;
}
.votec-results-row-score {
    
}
.votec-results-row-accuracy:after {
    content: "%";
}
.votec-results-row-accuracy {
    font-size: 70%;
    opacity: 0.7;
    margin-left: 2px;
}

.roompage-rating-c {
    background: rgb(255 254 169 / 10%);
    padding: 5px 5px;
    text-align: left;
    color: #fff217;
    z-index: 100;
    font-size: 0px;
    margin-top: 0;
    position: relative;
    border-bottom: 1px solid #b3a812;
    border-top: 0;
}
.roompage-rating-c .roompage-rating-title {
    font-size: 20px;
    display: inline-block;
    color: #fff886;
    vertical-align: top;
}
.roompage-rating-c .ratingstatic  {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 2px;
}
.roompage-rating-c .ratingstatic-error {
    text-align: right;
    margin-top: 0px;
    font-size: 13px;
    color: #cacaca;
    margin-bottom: -4px;
}


.votec2-show .votec-voting:before {
    animation: huerotate 2s linear infinite; 
}
.votec-voting:before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #283334;
    background-color: rgb(40 51 52 / 90%);
    /* background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); */
    /* opacity: 0.05; */
    /* opacity: 0;*/
}
.votec-voting {
    display: inline-block;
    font-size: 16px;
    height: 400px;
    width: 400px;
    vertical-align: top;
    position: relative;
    background: rgba(30, 27, 27, 0.95);
    padding: 20px;
    padding: 20px 0;
    padding: 10px 0;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.votec-voting-title:before {
    content: "Vote for Next Level!";
}
.votec2-show .votec-voting-title2 {
    animation: huerotate 0.4s linear infinite;
}
.votec-voting-title {
    text-align: left;
    font-size: 30px;
    opacity: 0.5;
    /* color: #ffe5e5;*/
    margin-bottom: 5px;
    padding-left: 15px;
}
.votec-voting-timer:before {
    content: "End of choice in ";
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
}
.votec-voting-timer:after {
    content: "s";
}
.votec-voting-timer {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 26px;
    /* opacity: 0.5; */
    color: rgba(255, 85, 85, 0.75);
}
.votec-voting-choices {
    font-size: 0;
    text-align: left;
    padding: 5px 0;
}

.votec-voting-choice2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1fc8db;
    /* background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
    opacity: 0.05;
    opacity: 0;
}
.votec-voting-choice2:before{
    content: "asdfasdfdsa";
}
.votec-voting-choice:active {
    transform: scale(1.05);
}
.votec-voting-choice-selected .votec-voting-choice-ltitle,
.votec-voting-choice:hover .votec-voting-choice-ltitle{ 
background: rgba(255, 163, 255, 0.5);
    color: #fff;
}
.votec-voting-choice-selected .votec-voting-choice-vtitle,
.votec-voting-choice:hover .votec-voting-choice-vtitle{ 
    opacity: 0.9;
}
.votec-voting-choice-selected .votec-voting-choice-imagec,
.votec-voting-choice:hover .votec-voting-choice-imagec{ 
    background: #fff;
}
.votec-voting-choice-selected .votec-voting-choice-imagec:before, 
.votec-voting-choice:hover .votec-voting-choice-imagec:before{ 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1fc8db;
    background-color: rgba(255, 163, 255, 0.5);
    animation: huerotate 0.4s linear infinite; 
}
.votec-voting-choice {
    width: 50%;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;  
    box-sizing: border-box;
    text-align: center;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
}
.votec-voting-choice-author {
    
}
.votec-voting-choice-rating {
    
    text-align: center;
    margin-bottom: 4px;
}

.votec-voting-choice-imagec {
    text-align: center;
    position: relative;
    margin: 0 auto;
    background: #000;
}
.votec-voting-choice-image {
    width: 110px;
    position:relative;
}
.votec-voting-choice-ltitle {
font-size: 14px;
    background: rgba(255, 218, 255, 0.2);
    display: table;
    margin: 0px auto;
    padding: 2px 7px 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    white-space: inherit;
    /* max-width: 90%; */
    animation: huerotate 0.4s linear infinite;
    color: #ffeeee;
    width: fit-content;
    width: 100%;
}
.votec-voting-choice-vtitle {
    font-size: 13px;
    opacity: 0.5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    white-space: inherit;
    margin-top: 1px;
    max-width: 80%;
    margin: 2px auto 0;
    margin: 0px auto 0;
}
.votec-voting-choice-duration {
    display: inline-block;
    margin-left: 0px;
    color: #fff;
    color: rgb(238, 208, 255);
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    padding: 3px 5px 1px;
    /* border-radius: 6px; */
    vertical-align: top;
    margin-top: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.votec-voting-choice-speed:after {
    content: "X";
}
.votec-voting-choice-speed {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    color: #fff;
    color: #ffbaba;
    /* background: rgba(0, 0, 0, 0.4); */
    background: rgba(0, 0, 0, 0.75);
    font-size: 13px;
    padding: 2px 4px 0px;
    /* border-radius: 6px; */
    position: absolute;
    right: 4px;
    top: 4px;
    letter-spacing: 1px;
    animation: huerotate 1s infinite;
    box-shadow: 0 0 4px currentColor, 0 0 4px currentColor;
}
.votec-voting-choice-votes {
    min-height: 20px;
    margin-bottom: 15px;
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
}
.votec-voting-choice-vote {
    background-image: url(/assets/icons/hand2.png);
    width: 18px;
    image-rendering: pixelated;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    opacity: 0.5;
    transform: scale(1.001);
}
.votec-voting-choice-npersec:after {
    content: " notes/s";
    letter-spacing: -0.5px; 
}
.votec-voting-choice-npersec {
    position: absolute;
    bottom: 2px;
    right: 0px;
    font-size: 13px;
    font-size: 13.5px;
    background: rgb(55 55 55 / 75%);
    padding: 1px 4px 0px 4px;
    color: #ffffaa;
    color: #d1c60d;
    color: #a7a7a7;
    /* color: #ffe4fc; */
    /* letter-spacing: -0.5px; */
    color: #bbb;
    /* color: rgb(238, 208, 255); */
    background: rgba(0, 0, 0, 0.6);
}


.roompage-voting {
    position: fixed;
    top:0;
    left:0;
    width: 0;
    height: 0;
    z-index: 12;
}

.roompage .pixii-level .playpage-left-rating {
    display: block;
    display: table;
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
}
.roompage .pixii-level .playpage-left-rating .ratingstatic-error {
    font-size: 11px;
    display: inline-block;
    line-height: 8px;
    white-space: nowrap;
    max-width: calc(100% - 180px);
    overflow: hidden;
    margin-top: 5px;
    margin-left: 2px;
}
.roompage .pixii-level .playpage-left-rating .rating-n {
    top: 1.5px;
    right: 0;
    font-size: 14px;
}
.roompage .pixii-level .rating-star-empty {
    filter: invert(1) brightness(0.25);
}
.roompage .pixii-level .playpage-left-rating .rating-star {
    width: 14px;
    height: 14px;
}
.roompage .pixii-level .playpage-left-rating .ratingstatic-loggedin .rating-stars:hover .rating-star,
.roompage .pixii-level .playpage-left-rating .ratingstatic-loggedin .rating-stars-rated .rating-star {
    filter: unset;
}
.roompage .pixii-level .playpage-left-rating .ratingstatic-loggedin .rating-stars .rating-star:hover ~ .rating-star,
.roompage .pixii-level .playpage-left-rating .ratingstatic-loggedin .rating-stars-rated .rating-star-rated ~ .rating-star {
    filter: invert(1) brightness(0.25);
}
.roompage .pixii-level .ratingstatic {
    font-size: 0;
}



.roompagebody .playpage-leftleft {
    display: none;
}
.roompagebody .playpage-playerlist,
.roompagebody .createpage-left {
    user-select: none;
}
.votec-priv {
    display: inline-block;
    font-size: 16px;
    height: 400px;
    width: 400px;
    vertical-align: top;
    position: relative;
    background: rgba(30, 27, 27, 0.95);
    padding: 20px;
    padding: 20px 0;
    padding: 10px 0;
    padding: 5px 15px;
    padding: 15px 20px;
    padding: 0px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: none;
}
.roompage-type-1 .votec-priv {
    display: inline-block;
    height: 100%;
    width: calc(100% - 250px);
}
.votec-priv-select-play {
    float: right;
    padding: 3px 10px 2px;
    font-size: 19px;
    z-index: 2;
    position: relative;
    margin-top: 1px;
    display: none;
}
.roompage-modenable .votec-priv-select-play {
    display: inline-block;
}
.votec-priv-select-title {
    font-size: 28px;
    text-align: left;
    opacity: 0.4;
}
.votec-priv-select-level {
    margin-top: 10px;
    /* border-bottom: 1px solid rgb(255 255 255 / 20%); */
    /* margin-bottom: 10px; */
    min-height: 80px;
}
.votec-priv-select-level .pixii-level {
    background: unset;
    /* border: 1px solid rgb(255 255 255 / 21%); */
    /* border-top: 0; */
    border-bottom: 0;
    max-width: unset;
    /* border-left: 0; */
    /* border-right: 0; */
    pointer-events: none;
    padding:0;
    padding-top: 1px;
}
.votec-priv-select-level .pixii-level-tags {
    pointer-events: none;
}
.votec-priv-select-level .pixii-level-preview {
    width: 105px;
}
.votec-priv-select-level .pixii-level-title {
    font-size: 20px;
}
.votec-priv-select-level2 .pixii-level-vtitle {
    font-size: 14px;
}
.votec-priv-select-level2 .pixii-level-author {
    font-size: 15px;
}
.votec-priv-no-level {
    font-size: 20px;
    padding-top: 12px;
    opacity: 0.4;
}
.roompage-type-1 .votec-results {
    height: 100%;
}
.roompage-type-1 .votec3 {
    height: 100%;
    width: 700px;
    max-width: 95vw;
    /* max-width: 54vw; */
}
.roompage-type-1  .votec2 {
    height: 500px;
    top: calc(50% - 250px);
    /* left: calc(50% - 350px); */
    left: 0;
    right: 0;
    width: fit-content;
    position: relative;
    margin: 0 auto;
    /* max-height: 50%; */
    /* transform: translateY(-50%); */
    /* top: 50%; */
}
.roompage-type-1 .votec2-show {
    pointer-events: unset;
    text-align: center;
}
.votec-priv-search-button {
    float: right;
    float: right;
    padding: 4px 10px 2px;
    font-size: 19px;
    z-index: 2;
    position: relative;
    margin-top: 1px;
    width: 80px;
    box-sizing: border-box;
    height: 30px;
    margin-top: 0;
}
.votec-priv-search-input {
    width: calc(100% - 80px);
    height: 30px;
    border-bottom-width: 3px;
    font-size: 18px;
}
.votec-priv-select {
    /* margin-top: 10px; */
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 15px;
}
.votec-priv-select-level .pixii-level-tags {
    display: none;
}
.votec-priv .ss-scroll {
    background: rgb(255 255 255 / 25%);
    width: 6px;
    margin-left: -2px;
    transition: unset;
}
.votec-priv-c {
    padding: 15px 20px;
}



.votec-priv-search-results .pixii-level {
    background: unset;
    /* border: 1px solid rgb(255 255 255 / 21%); */
    /* border-top: 0; */
    border-bottom: 0;
    max-width: unset;
    /* border-left: 0; */
    /* border-right: 0; */
    pointer-events: none;
    padding:0;
    margin: 0;
    padding-top: 1px;
}
.votec-priv-search-results .pixii-level-imagec {
    
}
.votec-priv-search-results .pixii-level-preview {
    width: 80px;
}
.votec-priv-search-results .pixii-level-c {
    padding-left: 85px;
    padding-right: 80px;
}
.votec-priv-search-results .pixii-level-sc {
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 0;
    margin-top: 8px;
    padding-bottom: 8px;
}
.pixii-level-sc-b {
    position: absolute;
    top: 0;
    top: 1px;
    right: 0;
    color: #91ffab;
    border: 1.5px dashed;
    padding: 2px 5px 0px 6px;
    border-radius: 17px;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.pixii-level-sc-b:before {
    content: "SELECT";
}
.pixii-level-sc-b:hover {
    transform: scale(1.15);
}
.votec-priv-search-results .pixii-level-title {
    
}
.pixii-level-sc:nth-child(1) {
    border-top: 1px solid rgb(255 255 255 / 15%);
    padding-top: 8px;
}
.pixii-level-sc:nth-child(1) .pixii-level-sc-b {
    top: 8px;
}
.votec-priv-search-results {
    padding: 10px 15px 200px;
    padding: 10px 15px 10px;
}
.votec-priv-search-title {
    margin-top: 10px;
    font-size: 20px;
    text-align: left;
    padding: 0 15px;
    opacity: 0.4;
    margin-bottom: -5px;
}
.votec-priv-search-bottom {
    margin-bottom: 200px;
    margin-top: 10px;
}
.votec-priv-search-previous, .votec-priv-search-next {
    display: inline-block;
    padding: 4px 8px 2px;
    font-size: 18px;
    background: rgb(255 255 255 / 10%);
    color: #c5c5c5;
    display: none;
}



.dancer-on .roompage .playpage-playerlist {
    left: calc(50% - 290px);
}
.dancer-on .roompage .pl, .dancer-on .roompage .pl3 {
    width: 180px;
}
.dancer-on .roompage .plp {
    height: 85px;
    padding-right: 10px;
}
.dancer-on .roompage .plp-dancer {
    float: left;
    width: 90px;
    position: relative;
    top: -5px;
    left: 0;
    right: unset;
    margin: 0;
    height: 90px;
    z-index: 1;
}
.dancer-on .roompage .plp-header {
    padding-top: 8px;
}
.dancer-on .roompage .plp-header-name {
    font-size: 21px;
}
.dancer-on .roompage .plp-header2-streak {
    font-size: 13px;
}
.dancer-on .roompage .plp-header2-score {
    transform-origin: 130px center;
    font-size: 24px;
}







@media screen and (max-width: 800px) {
    .pp-play .pp-info {
        right: calc(50% - 160px);
    }
    .ytvolume-text {
        width: 55px;
        margin-right: 0;
    }
    .ytvolume-key {
        display:none;
    }
    .ytvolume-bars {
        width: calc(100% - 60px);
        margin-left: 0;
        margin-right: 0px;
        left: 5px;
    }
    .playpage2 .playpage-nolag {
        font-size: 13px;
    }
}
@media screen and (max-height: 500px) {
    .roompagebody .topbar-container {
        background: rgba(0, 0, 0, 0);
        bottom: 0;
        top: auto;
        height: 0;
        padding: 0;
    }
    .roompagebody .topbar {
        height: 0;
        padding: 0;
    width: 100%;
    }
    .roompagebody .topbar > * {
        display: none;
    }
    .roompagebody .topbar #topbar-home {
        display: block;
        bottom: 15px;
        top: auto;
        right: 15px;
        left: auto;
        transform: none;
    }
    .roompagebody .default-main {
        height: 100vh;
        min-height: auto;
        padding: 0;
        margin: 0 auto;
        max-height: unset;
    }
    .roompage {
        height: 100%;
    }
    
    .roompage-type-1 .votec2 {
        height: 90vh;
        top: calc(50% - 45vh);
    }
}




