

.playpage {
    /* padding: 0; */
    /* position: relative; */
    width: auto;
    /* width: fit-content; */
    /* padding-right: 335px; */
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: table;
}
.playpage .createpage-right{
    width: 320px;
}

.playpage-left-author:before {
    content:"Created by ";
}
.playpage-left-author {    
    display: block;
    display: inline-block;
    font-size: 14px;
    /* margin-bottom: 0px; */
    opacity: 0.7;
    vertical-align: baseline;
    vertical-align: top;
    margin-top: -2px;
    margin-top: 0px;
    color: #CCC;
}
.playpage-left-date {
    color: rgba(255, 255, 255, 0.6);
    background: rgb(255 255 255 / 14%);
    margin-left: -5px;
    margin-top: 0px;
    padding: 1px 4px 1px;
    font-size: 13px;
    border-radius: unset;
    display: inline-block;
    position: relative;
    top: -1px;
    cursor: default;
    vertical-align: top;
}

.playpage-left-favorite {
    background-image: url(/assets/icons/heartc2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 18px;
    animation: huerotate 1s linear infinite;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-top: 0px;
    margin-left: 5px;
}
.playpage-left-favorite:hover,
.playpage-left-favorite-added {
    background-image: url(/assets/icons/heartc3.png);
}
.playpage-left-desc {
    /* border-bottom: 1px solid rgba(0,0,0,0.2); */
    /* border-bottom: 4px solid rgba(255,255,255,0.3); */
    /* border-top: 1px solid rgba(255, 255, 255, 0.3); */
    padding: 5px 0 3px;
    /* min-height: 80px; */
    margin: 4px 0 0;
    background: rgba(0, 0, 0, 0.15);
    padding: 6px;
    /* opacity: 0.8; */
    color: #f4cbff;
    color: #CCC;
}
.playpage-left-desc-title {
    font-size: 25px;
    margin-bottom: 3px;
    opacity: 0.4;
}
.playpage-left-tags {
    font-size: 0;
    margin-top: 5px;
}
.playpage-left-rating {
    /* position: absolute; */
    /* bottom: 5px; */
    /* right: 5px; */
    font-size: 0;
    text-align: right;
    margin-top: 7px;
    border-top: 1px solid #b3a812;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-bottom: 0px;
    /* background: rgba(255, 245, 107, 0.1); */
    /* padding: 5px; */
    cursor: default;
}
.playpage-left-rating {
    
}
.playpage-left-rating .ratingstatic:after {
    content: "You need an account to rate levels.";
    font-size: 15px;
    display: block;
    text-align: left;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.playpage-left-rating .rating-star {
    width: 16px;
    height: 16px;
}
.playpage-left-rating .rating-n {
    top: 2.5px;
    right: 3px;
    font-size: 15px;
}
.playpage-left-rating .ratingstatic-loggedin:after {
    content: "";
}
.playpage-left-rating .ratingstatic-loggedin .rating-stars:hover .rating-star,
.playpage-left-rating .ratingstatic-loggedin .rating-stars-rated .rating-star {
    background-image: url(/assets/icons/star2c.png);
    opacity: 1;
}
.playpage-left-rating .ratingstatic-loggedin .rating-stars {
    cursor: pointer;
}
.playpage-left-rating .ratingstatic-loggedin .rating-stars .rating-star:hover ~ .rating-star,
.playpage-left-rating .ratingstatic-loggedin .rating-stars-rated .rating-star-rated ~ .rating-star {
    background-image: url(/assets/icons/star2.png);
    opacity: 0.7;
    cursor: pointer;
}
.playpage-left-rating .ratingstatic-error {
    font-size: 14px;
    margin-top: 3px;
    color: #fff;
    color: #d3c605;
}
.playpage-left-rating-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-align: left;
    margin-top: 4px;
    line-height: 12px;
    display: none;
}
.playpage-left-rating:hover .playpage-left-rating-desc {
    display: block;
}
.playpage-left-rating-text {
    font-size: 16px;
    float: left;
    margin-top: 1px;
    color: #d3c605;
}
.playpage-left-desc:hover {
    background: #343235;
    z-index: 200;
    /* pointer-events: none; */
    width: 350px;
    box-shadow: 0 0 5px 0 #000;
}
.playpage-left-desc:hover .playpage-left-desc-text{
    overflow: initial;
    display: block;
}
.playpage-left-desc-text {
    font-size: 15px;
    /* white-space: pre-wrap; */
    word-break: break-word;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
}

.playpage-right-volume-c {
    margin-bottom: -2px;
}

.playpage-over {
    opacity: 0;
    z-index: 20;
    pointer-events:none;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.35s ease opacity;
    position: fixed;
    height: 100%;
    width:100%;
    top: 0;
    left:0;
}
.playpage-over2 {
    height: auto;
    width: 90%;
    max-width: 400px;
    max-height: 90%;
    max-height: 95%;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%,-50%);
    padding: 45px 30px;
    padding: 45px 30px 30px;
    box-sizing: border-box;
    background-clip: padding-box;
    /* box-shadow: 0 9px 0 0 rgba(255, 255, 255, 0.5); */
    border-bottom: 10px solid rgba(23, 17, 17, 0.5);
    border-bottom: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    overflow: hidden;
}
.playpage-over-show {
    opacity: 1;
    pointer-events: unset;
}
.playpage-over-show .playpage-over-huerotate { 
    animation: huerotate 1.5s linear infinite;
    color: #ffe236;
}
.playpage-over-bg2 {
    position: absolute;
    height: 100%;
    width:100%;
    top: 0;
    left:0;
}
.playpage-over-bg {
    background: rgba(255, 255, 255, 0.9);
    background: rgba(23, 17, 17, 0.95);
    background: rgba(50, 38, 38, 0.95);
    background: rgba(30, 27, 27, 0.95);
    position: absolute;
    height: 100%;
    width:100%;
    top: 0;
    left:0;
}
.playpage-over-status {
    
    position: relative;
    margin-bottom: 15px;
}
.playpage-over-status-congrats { 
    font-size: 40px;
}
.playpage-over-status-title {
    font-size: 22px;
}
.playpage-over-status-title2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    /* opacity: 0.7; */
    color: rgba(255, 242, 242, 0.7);
    background: rgba(255, 194, 194, 0.2);
    display: inline-block;
    padding: 3px 8px 2px;
}
.playpage-over-status-score:before {    
    content: "FINAL SCORE: ";
    font-size: 80%;
    display: block;
}
.playpage-over-status-score {
    font-size: 50px;
    border: 5px dashed #ff8080;
    padding: 25px 30px 15px;
    color: #fff9f9;
    /* border-radius: 50px; */
    background: rgba(255, 217, 217, 0.06);
    display: table;
    margin: 0 auto;
    text-shadow: 0 0 16px rgba(255, 169, 169, 0.5);
}
.playpage-over-status-cantsubmit-challenge:before {
    content: "CHALLENGE FAILED, TOO BAD!";
}
.playpage-over-status-cantsubmit-challenge2:before {
    content: "CHALLENGE COMPLETED!";
}
.playpage-over-status-cantsubmit-challenge {
    color: #fff;
    border: 3px dotted #fff;
    padding: 5px 10px 4px;
    width: fit-content;
    margin: 0px auto 5px;
    font-size: 18px;
    background: rgba(255, 203, 203, 0.35);
    letter-spacing: 1px;
}
.playpage-over-status-cansubmit-challenge2,
.playpage-over-status-cansubmit-challenge {
    color: #ffcfcf;
    text-shadow: 0px 1px 0 #a8ff5882;
    border: 3px dotted #ffff5d;
    padding: 5px 10px 4px;
    width: 200px;
    margin: 0 auto 0px;
    font-size: 18px;
    background: rgba(91, 63, 63, 0.74);
    letter-spacing: 1px;
    position: absolute;
    top: 14px;
    left: -78px;
    z-index: 1;
    transform: rotate(-40deg);
    pointer-events: none;
}
.playpage-over-status-cansubmit-challenge2 {
    top: unset;
    bottom: 18px;
    left: unset;
    right: -76px;
}

.playpage-over-status-leaderboard {
    margin-top: 5px;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}
.playpage-over-status-loggedin {
    
}
.playpage-over-status-cantsubmit {
    font-size: 15px;
    padding: 7px 10px 6px;
    font-size: 16px;
    max-width: 80%;
    margin: auto;
}
.playpage-over-status-cansubmit {
    background: rgba(255, 230, 230, 0.2);
    font-size: 18px;
    padding: 10px 10px;
    line-height: 0.8;
    border: 8px double rgba(255, 230, 230, 0.2);
    color: #fffbee;
    text-shadow: 0 0 16px rgba(255, 169, 169, 0.5);
    background-clip: padding-box;
    margin-top: 15px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.playpage-over-status-victoryspeech {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.playpage-over-status-submit {
    background: rgba(255, 170, 199, 0.4);
    display: table;
    margin: 0 auto;
    padding: 7px 8px 5px;
    font-size: 18px;
}
.playpage-over-status-error2 {
    margin-top: 4px;
    font-size: 20px;
    /* opacity: 0.7; */
    color: #ffa8a8;
}
.playpage-over-status-error {
    /* margin-top: 4px; */
    font-size: 20px;
    /* opacity: 0.7; */
    color: #ffa8a8;
}
.playpage-over-status-notloggedin {
    margin: auto;
    /* background: rgba(255, 255, 255, 0.15); */
    padding: 7px 10px 6px;
    font-size: 17px;
    /* border: 2px dashed rgba(255,255,255,0.6); */
    max-width: 70%;
}

.playpage-over-status-notloggedin a {
        color: #f3c5c5;
    text-decoration: underline;
}

.playpage-over-share {
    position: relative;
    font-size: 16px;
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.playpage-over-share-title {
    color: #bcbcbc;
    margin-bottom: 2px;
    color: #ffeaea;
    color: rgba(255, 234, 234, 0.7);
}
.playpage-over-share-title a{
    color: inherit;
    text-decoration: underline;
    font-size: 90%;
}
.playpage-over-share-url {
    width: 100%;
    text-align: center;
    color: #ffeaea;
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    font-size: 18px;
    margin-bottom: 0px;
}
.playpage-over-icon {
    width: 100%;
    position: relative;
    height: 40px;
    filter: grayscale(1);
    opacity: 0.3;
}

.playpage-over-icon2:after {
    content: "Gpop.io";
}
.playpage-over-icon2 {
    background-image: url(/assets/main/logow.png);
    height: 30px;
    width: auto;
    text-align: right;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 32px;
    font-size: 21px;
    color: #ffffff;
    /* text-shadow: 1px 0 #c476bf, -1px 0 #c476bf, 0 1px #c476bf, 0 -1px #c476bf; */
    letter-spacing: 1px;
    margin: 0 auto;
    display: table;
    padding-left: 35px;
}



/*dance stuff */
.playpage-leftleft {
    width: 320px;
    float: left;
    right: 20px;
    padding: 20px 10px 50px;
    box-sizing: border-box;
}
.playpage-leftleft-dancestage {
    
}


.playpage-playerlist {
    position: absolute;
    left: calc(50% - 200px);
    left: calc(50% - 210px);
    top: 0;
    z-index: 10;
    margin-left: -20px;
    height: calc(100vh - 60px);
    max-height: 750px;
}



.playpage .ppplay {
    height: calc(100vh - 100px);
    max-height: 800px;
}


.playpage-comments-c {
    z-index: 12;
    width: 100%;
    padding: 10px 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 10%);
    mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 10%);
    max-width: 270px;
}
.playpage-comments {
    height: 100%;
    overflow-y: scroll;
    /* position: relative;  */
    width: calc(100% + 20px);
    padding-right: 15px;
    box-sizing: border-box;
    /* padding-left: 10px; */
    padding-bottom: 10px;
    padding-top: 30px;
    padding-top: 10px;
    scroll-behavior: smooth;
}
.playpage-comment {
    color: #ff9c9c;
    background: rgba(255, 255, 255, 0.05);
    margin: 5px 0;
    padding: 5px 8px;
    box-sizing: border-box;
    display: table;
    font-size: 15px;
    border-radius: 10px;
}
.playpage-comment-name {
    color: #f597ff;
    display: inline;
    margin-right: 8px;
}
.playpage-comment-msg {
    color: #ddd;
    display: inline;
    word-break: break-word;
}
.playpage-comment .kkey {
    font-size: 12px;
    margin: 2px 0 3px;
    margin-right: 3px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.8;
    color: #fff;
}
.playpage-comments-i {
    flex: 0 1 auto;
    max-width: 270px;
}
.playpage-comment-input {
    width: 100%;
    resize: none;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    background: rgba(103, 83, 105, 0.5);
    background: rgba(253, 232, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #ddd;
    font-size: 16px;
    padding: 5px 7px;
    border-radius: 0px;
    outline: 0;
    line-height: 1.05em;
    transition: none;
}
.playpage-comment-submit {
    display: table;
    padding: 4px 10px 3px;
    margin-top: 5px;
    font-size: 14px;
}
.playpage-comment-error {
    float: right;
    color: #d18384;
    font-size: 14px;
    margin-top: 3px;
    max-width: calc(100% - 100px);
    text-align: right;
}
.playpage-comment-notice {
    color: #aaa;
    background: rgba(255, 255, 255, 0);
    padding: 0px 8px;
}
.playpage-leftleft {
    display: flex;
    flex-flow: column;
    padding: 20px 10px 10px;
}
.playpage-leftleft > .createpage-right-title2 {
    flex: 0 1 auto;
}
.playpage-leftleft > .playpage-comments-c {
    flex: 1 1 auto;
    padding-top: 0;
}


.playpage-a12-block {
    transform-origin: top;
    background: rgba(176, 176, 176, 0.7);
    background: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.3);
    background: rgba(176, 176, 176, 0.3);
}
.playpage-a12-block-green {
    
}
.playpage-a12-block-c {
    transition: opacity 0.3s ease;
    position: relative;
    opacity: 0;
}
.playpage-a12-block-green:hover,
.playpage-a12-block-close:hover {
    transform: scale(1.2);
    filter: brightness(150%);
}
.playpage-a12-block-green,
.playpage-a12-block-close {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #ff0000;
    right: 5px;
    top: 4px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.1s ease all;
}
.playpage-a12-block-green {
    background: #a4a922;
    right: 18px;
}
.playpage-a12-block .menu-a123 {
    background: transparent;
    padding-top: 0;
    padding: 0;
    border: none;
    width: 100%;
    margin: auto 0;
    transform: none;
    height: 100%;
    overflow: hidden;
}
.playpage-a12-block ins {
    margin: auto;
}
.playpage-a12-block .menu-a12 {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    margin-right: 0;
    background: rgba(0, 0, 0, 0.4);
    background: rgba(62, 62, 72, 0.5);
    background: rgba(53, 53, 62, 0.7);
    background: rgba(53, 53, 62, 0);
    /* background: rgba(255, 255, 255, 0.1); */
    /* background: rgba(255, 255, 255, 0.2); */
    display: inline-block;
    /* border-radius: 5px; */
    position: relative;
    height: 250px;
    padding: 0;
    transform-origin: center top;
    margin: 2px 0;
}

/*new display way*/

.playpage2 {
position: relative;
    width: 100%;
    max-width: 1100px;
    height: calc(100vh - 60px);
    height: calc(100vh - 50px);
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0);
    border-top: 0;
    border-bottom: 0;
    background-clip: padding-box;
}
.bottombar-container {
    display: none;
}
.playpage2 .ppplay {
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: unset;
    outline: none !important;
    background: rgba(28, 23, 30, 0.6);
    background: rgba(18, 15, 19, 0.6);
    background: rgba(29, 21, 32, 0.6);
    background: rgba(11, 11, 11, 0.6);
}
.playpage22 .playpage-over2 {
    max-width:450px;
}
.playpage22 .ppplay {
    height: calc(50vh);
    max-height: 800px;
    margin-top: calc(50vh - 100px);
}


.playpage2 .ppplay .pp-line {
    left: calc(50% - 0.5px);
}
.playpage2 .ppplay .pp-square {
    width: 46%;
    left: 27%;
}
.playpage2 .ppplay .pp-note {
    width: calc(46% + 6px);
    left: calc(27% - 3px);
}
.playpage2 .ppplay .pp-lane ,
.playpage2 .ppplay .pp-notes2 {
    width: calc(0px + (100vw/1150)*60);

    width: calc(0px + (100vh/800)*50);
    left: 0;
    max-width: 50px;
    min-width: 40px;
}
.playpage2 .ppplay .pp-lanes,
.playpage2 .ppplay .pp-notes-container{
    height: calc(100% - 25px);
}
.playpage2 .ppplay .pp-container2 {
    max-width: 500px;
    max-width: 370px;
    max-width: 400px;
    padding: 0 0;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-height: 800px;
    max-height: 750px;
    margin-top: 40px;
    height: calc(100% - 40px);
}
.playpage2 .ppplay .pp-stats {
    max-height: 800px;
}
.playpage2 .ppplay .pp-overlay {
    /* background: rgba(43, 51, 85, 0.5); */
    /* background: rgba(33, 36, 46, 0.5); */
    background: rgba(80, 80, 80, 0.2);
    background: rgba(80, 80, 80, 0.3);
    background: rgb(80 80 80 / 0%);
    z-index2: 8;
    pointer-events: none;
}
.playpage2 .ppplay .pp-overlay2 {
    /* background: rgba(43, 51, 85, 0.5); */
    /* background: rgba(33, 36, 46, 0.5); */
    background: rgba(80, 80, 80, 0.3);
    background: rgb(80 80 80 / 0%);
    z-index: 11;
}
.playpage2 .ppplay .pp-timeline-container {
    -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 20%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 20%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}
.playpage2 .ppplay2 .pp-timeline-container {
    -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
    right: unset;
    left: 0;
}
.playpage2 .ppplay2 .pp-timeline-line {
    right: unset;
    left: 15px;
}
.playpage2 .ppplay2 .pp-timeline-tag {
    right: unset;
    left: 22px;
}
.playpage2 .ppplay2 .pp-timeline-tag-container {
    right: unset;
    left: 0;
}
.playpage2 .ppplay2 .pp-timeline-vline {
    right: unset;
    left: 11.5px;
}
.playpage2 .ppplay .pp-durationbar {
    background: rgba(243, 182, 255, 0.9);
}
.playpage2 .ppplay .pp-durationbar-c {
    left: 50%;
    transform: translateX(-50%);
    max-width: 180px;
    bottom: 15px;
}
.playpage2 .ppplay .pp-scores2 {
    z-index: 9;
}
.playpage2 .ppplay .pp-scores > div {
    font-size: 18px;
}
.playpage2 .ppplay .pp-scores > .pp-score {
    font-size: 36px;
}
.playpage2 .ppplay .pp-score2 {
    font-size: 18px;
    margin-top: -2px;
}
.playpage2 .ppplay .pp-notes-container {
    width: 100%;
}
.playpage2 .ppplay .pp-info-author,
.playpage2 .ppplay .pp-info-title {
    /*font-size: 15px;*/
    /*white-space: nowrap;*/
}
.playpage2 .ppplay .pp-info {
    right: calc(50% - 210px);
    width: 280px;
    top: 12px;
    z-index: 10;
    z-index: 12; 
}
.playpage2 .pp-info-level {
    /*display: block;*/
    font-size: 17px;
    margin-bottom: 1px;
}
.playpage2 .pp-info-level-author {
    font-size: 15px;
}
.playpage2 .ppplay .pp-info-timestamp {
    font-size: 15px;
}

.playpage2 .createpage-right-source-info {
    display: none;
}
.playpage2 .createpage-right {
    /*max-width: 320px;*/
    position: absolute;
    right: 0;
    top: 35px;
    top: 0;
    z-index: 12;
    /* z-index: 10;*/
    width: calc(50% - 185px);
    width: calc(50% - 210px);
    padding-top: 10px;
    min-width: 200px;
}
.playpage2 .createpage-right-player-c {
    box-shadow: none;
    margin-bottom: 0px;
    border: 0;
}
.playpage2 .createpage-right-player-c:after, 
.playpage2 .createpage-right-player-c:before {
content: "";
    position: absolute;
    margin-top: -8px;
    right: -15px;
    height: 16px;
    top: 15%;
    background: rgba(255,255,255,0.1);
    width: 11px;
    display:none;
}
.playpage2 .createpage-right-player-c:after {
    top: 85%;
}
.playpage2 .ytvolume-key {
    color: #fff;
    opacity: 1;
    background: rgba(255, 255, 255, 0.04);
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 0;
    padding-top: 4px;
    padding-left: 2px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 0;
    box-shadow: inset 0 0 25px #ffffff00, 0 0px 3px -1px rgb(255, 255, 255), 0 3px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(255, 255, 255, 0.2);
    border-radius: 23px;
    position: unset;
    opacity: 0.6;
    width: 22px;
    height: 20px;
    line-height: 15px;
    border-radius: 2px;
}
.playpage2 .ytvolume-bar {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom-width: 2px;
}
.playpage2 .ytvolume-bar-o {
    background: rgba(171, 255, 153, 0.2);
    border: 1px solid rgba(134, 255, 146, 0.9);
    border-bottom-width: 2px;
}
.playpage2 .createpage-right-player {
    overflow: hidden;
}
.playpage2 .createpage-right-player iframe {
    /*top: -25%;*/
    /*height: 150%;*/
    /*top: -50px;*/
    /*height: calc(100% + 100px);*/
}
.playpage2 .leaderboard {
background: none;
    padding: 0 20px 0px 0;
    border: none;
    box-shadow: none;
    height: calc(100vh - 320px);
    overflow-y: scroll;
    overflow-x: hidden;
    width: calc(100% + 20px);
    height: 100%;
}
.playpage2 .leaderboard-title {
    /* font-size: 26px; */
    padding: 0px 0 0;
    font-size: 23px;
    text-align: left;
    margin-bottom: 5px;
}
.playpage2 .leaderboard-entry {
    /*padding: 1px 5px;*/ 
    padding: 2px 0px;
    padding-right: 4px;
}
.playpage2 .leaderboard-entry-score {
    font-size: 20px;
}
.playpage2 .leaderboard-entry-time {
    margin-right: 4px;
    margin-top: 2px;
    padding: 2px 4px 1px;
    font-size: 12px;
}
.playpage2 .leaderboard-entry-accuracy {
    margin-top: 1px;
    font-size: 13px;
    margin-right: 0px;
}
.playpage2 .leaderboard-entry-username {
    font-size: 18px;
    
}
.playpage2 .leaderboard-entry-speech {
    margin-left: 6px;
    font-size: 14px;
    
}
.playpage2 .playpage-leaderboard-c2:after, 
.playpage2 .playpage-leaderboard-c2:before {
    content: "";
    position: absolute;
    margin-top: -8px;
    right: -15px;
    height: 16px;
    top: 15%;
    background: rgba(255,255,255,0.1);
    width: 11px;
    display:none;
}
.playpage2 .playpage-leaderboard-c2:after {
    top: 85%;
}
.playpage2 .playpage-leaderboard-c2 {
    position: relative;
    background: rgba(106, 112, 134, 0.2);
    cursor: default;
    background: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.0);
    border: 4px solid rgba(255, 255, 255, 0.2);
    background-clip: padding-box;
    border: 0px solid rgba(255, 255, 255, 0.2);
}
.playpage2 .playpage-leaderboard-c {
    height: calc(100vh - (50vw - 210px)*0.5625 - 160px);
    height: calc(100vh - (50vw - 210px)*0.5625 - 210px);
    height: calc(100vh - (50vw - 210px)*0.5625 - 170px);
    max-height: 400px;
    /* min-height: calc(100vh - 360px); */
    /* min-height: 200px; */
    /* overflow-y: scroll; */
    overflow: hidden;
    padding: 10px 10px 0px;
    animation: huerotate 0.4s linear infinite;
    animation: none;
    max-height: 200px !important;
    max-height: 185px !important;
}
.playpage2 .playpage-leaderboard-c:hover {
    max-height: 400px !important;
}
.playpage2 .createpage-right-block {
    margin-bottom: 4px;
}
.playpage2 .playpage-nolag {
    position: relative;
    cursor: default;
    background: rgba(255, 255, 255, 0.1);
    background-clip: padding-box;
    padding: 5px 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
    transition: all 0.2s ease;
}
.playpage2 .playpage-nolag:before {
    content: "";
    position: absolute;
    margin-top: -6px;
    right: -11px;
    height: 12px;
    top: 50%;
    background: rgba(255,255,255,0.1);
    width: 11px;
    display:none;
}
.playpage2 .playpage-nolag-box3,
.playpage2 .playpage-nolag-box {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0);
    width: 30px;
    height: 15px;
    float: right;
    cursor: pointer;
    padding: 3px;
    padding: 2px 3px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    margin-top: -1px;
    border-radius: 20px;
    border: 2px solid #858585;
}
.playpage2 .playpage-nolag-box-switch {
background: rgba(255, 255, 255, 0.35);
    width: 50%;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    left: 0;
    border-radius: 10px;
}
.playpage2 .playpage-nolag-box-checked {
    background: rgba(255, 181, 108, 0.3); 
    border: 2px solid #f98aff;
    border: 2px solid #ffffff;
    background: unset;
}
.playpage2 .playpage-nolag-box-checked .playpage-nolag-box-switch {
    background: rgb(248 108 255 / 80%);
    background: rgb(255 255 255 / 80%);
    left: 50%;
}

.playpage2 .playpage-leftleft {
color: rgba(243, 188, 255, 0.9);
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: 12;
    /* z-index: 10; */
    width: calc(50% - 185px);
    width: calc(50% - 210px);
    width: calc(50% - 225px);
    padding-top: 10px;
    height: calc(100% - 100px);
}
.playpage2 .playpage-leftleft .createpage-right-title2 {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    margin-bottom: 0;
}
.playpage2 .playpage-leftleft .playpage-left-title-span {
    animation: huerotate 1.5s linear infinite;
    color: #ffffda;
}
.playpage2 .playpage-leftleft .pixii-level-speed {
    position: relative;
    top: -2px;
    top: 3px;
}
.playpage2 .playpage-leftleft .createpage-right-instructions {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 14px;
}
.playpage2 .playpage-leftleft .challengemode-desc {
    padding: 6px 8px 2px;
    border: 3px dotted #ffff5d;
    margin: 2px 0 9px;
    margin: 2px 0 4px;
    font-size: 15px;
    line-height: 0.9;
}
.playpage2 .playpage-leftleft .challengemode-desc-title {
    font-size: 21px;
    margin-bottom: 4px;
}
.playpage2 .playpage-leftleft .challengemode-desc-para {

    height: 17px;
    line-height: 13px;
}
.playpage2 .playpage-leftleft .challengemode-tags {
    line-height: 15px;
    margin-bottom: 8px;
    font-size: 0;
}
.playpage2 .playpage-leftleft .challengemode-tag {
    color: #fff;
    opacity: 1;
    display: block;
    animation: menuhue 1.5s linear infinite;
    color: #ffffda;
    font-size: 14px;
    background: #ffcdcd3d;
    display: table;
    padding: 0px 5px;
    padding: 0px 4px;
    line-height: 0.8;
    margin-bottom: 0px;
    font-size: 13px;
    width: fit-content;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}
.playpage2 #pixii-level-cmode-cond1,
.playpage2 #pixii-level-cmode-cond2,
.playpage2 #pixii-level-cmode-cond3 {
    background-image: url(/assets/icons/deletec.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-origin: content-box;
    padding: 1px;
    box-sizing: border-box;
    filter: brightness(3);
    vertical-align: top;
    position: relative;
    top: -2px;
    border: 1px dashed rgba(255, 191, 191, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
}
.playpage2 #pixii-level-cmode-cond1.cmode-cond-yes,
.playpage2 #pixii-level-cmode-cond2.cmode-cond-yes,
.playpage2 #pixii-level-cmode-cond3.cmode-cond-yes {
    background-image: url(/assets/icons/acceptc.png);
    filter: brightness(500%);
}

.playpage-nolag .crt::after {
    animation: none;
}
.playpage2 .crt::after {
    animation: none;
}

/* new engine pixi engine */
#displaycontainer {
    position: absolute;
    top: 0;
    left: 0;
}

/*TEMPORARY*/
.playpage22 .ppplay .pp-overlay {
    opacity: 0 !important;
    pointer-events: none !important;
}


.playpage2 .playpage-over-close:hover{
    transform: scale(1.2);
}
.playpage2 .playpage-over-close{
    background-image: url(/assets/icons/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    transition: transform 0.1s ease;
    position: absolute;
    right: 7px;
    top: 7px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 3px;
    box-sizing: border-box;
    background-origin: content-box;
    cursor: pointer;
    z-index: 1;
}


.play2page {
    width: 100%;
    max-width: 1200px;
}
.play2page .ppplay .pp-container2 {
    max-width: unset;
    max-height: unset;
    height: 100%;
    -webkit-mask-image: unset !important;
    mask-image: unset !important;
}
.play2page .ppplay .pp-stats {
    max-height: unset;
}
.play2page .leaderboard-entry-position {
    font-size: 80%;
    display: inline-block;
}
.play2page .playpage-leftleft {
    width: 310px;
    background: rgba(9, 9, 9, 0.5);
    height: calc(100% - 115px);
    height: calc(100% - 100px);
}
.play2page .createpage-right-block {
    margin-bottom: 6px;
    background: rgba(255,255,255,0.1);
    padding: 3px;
    border-bottom: 4px solid rgba(255,255,255,0.3);
    border-bottom: 0;
}
.play2page .createpage-right-block-lb{
    padding: 0;
}
.play2page .playpage-comment-input {
    border: 1.5px solid #ffecec8f;
    color: #ffebeb;
    border-bottom-width: 4px;
}
.play2page .playpage-comment {
    background: rgba(255, 222, 255, 0.25);
}
.play2page .createpage-right {
    width: 310px;
    margin-top: 45px;
    margin-top: 33px;
    padding-top: 0;
    background: rgba(9, 9, 9, 0.5);
}
.play2page .ppplay .pp-info {
    right: 10px;
    width: 50%;
    top: 0px;
}
.pp3d-fullscreenmode .play2page .ppplay .pp-info {
    top: 12px;
}
.play2page .playpage-leftleft > .playpage-comments-c {
    background: rgba(0, 0, 0, 0.3);
}
.play2page .playpage-comments-i {
    border-bottom: 4px solid rgba(255,255,255,0.3);
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 10px;
    max-width: unset;
}
.play2page .playpage-leftleft .createpage-right-title2 {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 4px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.play2page .ppplay .pp-durationbar-c {
    max-width: 330px;
}
.pp3d-fullscreenmode .play2page .createpage-right-block {
    border: 0;
    padding: 0;
    background: none;
}
.pp3d-fullscreenmode .play2page .createpage-right {
    background: rgba(9, 9, 9, 0);
    margin-top: 0px;
    padding-top: 0;
    pointer-events: none;
    width: 240px;
    position: fixed;
    right: 15px;
    left: unset;
    top: 50px;
    padding: 0;
}
.pp3d-fullscreenmode .play2page .pp3dplay {
    position: fixed;
}
.pp3d-fullscreenmode .play2page .playpage-leftleft {
    display: none;
}
.pp3d-fullscreenmode .play2page .createpage-right-player-c {
    background: rgba(0,0,0,0);
    border: none;
    box-shadow: 0 0px 9px -2px rgb(255, 255, 255);
    box-shadow: none;
    position: relative;
    padding: 4px;
}
.pp3d-fullscreenmode .play2page .createpage-right-player-c:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3.5px dotted rgb(255, 197, 197);
    top: 10px;
    left: 0;
    box-sizing: border-box;
    animation: menuhue 0.4s linear infinite;
    box-shadow: 0 0 10px -3px rgba(174, 255, 137, 0.4);
    display: block !important;
}
.pp3d-fullscreenmode .play2page .playpage-right-volume-c,
.pp3d-fullscreenmode .play2page .createpage-right-block-lb{
    display: none;
}
.pp3d-fullscreenmode .play2page .playpage-a12-block-c {
    display: none !important;
}


.play2page-challengemode {
position: fixed;
    top: 60px;
    left: 50%;
    z-index: 12;
    transform: translateX(-50%);
    text-align: center;
}
.play2page .challengemode-desc-title {
    font-size: 21px;
    margin-bottom: 2px;
}
.play2page .challengemode-desc-para {
    display: inline-block;
    margin: 2px 5px 0;
    font-size: 18px;
    color: #fff4f4;
}
.play2page #pixii-level-cmode-cond1, 
.play2page #pixii-level-cmode-cond2, 
.play2page #pixii-level-cmode-cond3 {
    width: 20px;
    height: 20px;
    top: -3px;
}
.pp3d-fullscreenmode .play2page-challengemode{
    top: 40px;
    pointer-events: none;
}
.pp3d-fullscreenmode .challengemode-desc{
    background: #ffbcbc00;
    border: none;
    top: 45px;
}
.pp3d-fullscreenmode .challengemode-desc-title{
    display: none;
}
.pp3d-fullscreenmode .challengemode-desc-para{
    color: #ffcfcf;
}

@media screen and (max-height: 700px) {
    .playpage2 .playpage-leaderboard-c {
        max-height: 70px !important;
        padding-top: 5px;
    }
    .playpage2 .playpage-nolag {
        font-size: 13px;
    }
    .playpage2 {
        height: calc(100vh - 45px);
        margin-top: -5px;
    }
    .playpage2 .leaderboard-title {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .playpage2 .createpage-right-block {
        margin-bottom: 3px;
    }
    .playpage-left-desc-text {
        -webkit-line-clamp: 3;
    }
    .playpage2 .ytvolume {
        padding: 0;
        margin-top: 3px;
        margin-bottom: 8px;
    }
    .play2page .createpage-right {
        width: calc(50% - 210px);
        max-width: 310px;
    }
}
@media screen and (min-width: 1150px) {
    .playpage2 .playpage-leaderboard-c {
        height: calc(100vh - 360px);
        height: calc(100vh - 345px);
        max-height: 400px;
        /* min-height: calc(100vh - 360px); */
    }
}
@media screen and (max-width: 1150px) {
    .playpage-leftleft2 {
        display:none;
    }    
}





.play3page {
    width: 100%;
    max-width: 1200px;
}
.play3page .ppplay .pp-container2 {
    max-width: unset;
    max-height: unset;
    height: 100%;
}
.play3page .ppplay .pp-stats {
    max-height: unset;
}
.play3page .leaderboard-entry-position {
    font-size: 80%;
    display: inline-block;
}
.play3page .playpage-leftleft {
    width: 310px;
    background: rgba(9, 9, 9, 0.5);
    height: calc(100% - 115px);
    height: calc(100% - 100px);
}
.play3page .createpage-right-block {
    margin-bottom: 6px;
    background: rgba(255,255,255,0.1);
    padding: 3px;
    border-bottom: 4px solid rgba(255,255,255,0.3);
}
.play3page .createpage-right-block-lb{
    padding: 0;
}
.play3page .playpage-comment-input {
    border: 1.5px solid #ffecec8f;
    color: #ffebeb;
    border-bottom-width: 4px;
}
.play3page .playpage-comment {
    background: rgba(255, 222, 255, 0.25);
}
.play3page .createpage-right {
    width: 310px;
    margin-top: 45px;
    padding-top: 0;
    background: rgba(9, 9, 9, 0.5);
}
.play3page .ppplay .pp-info {
    right: 10px;
    width: 50%;
}
.play3page .playpage-leftleft > .playpage-comments-c {
    background: rgba(0, 0, 0, 0.3);
}
.play3page .playpage-comments-i {
    border-bottom: 4px solid rgba(255,255,255,0.3);
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 10px;
    max-width: unset;
}
.play3page .playpage-leftleft .createpage-right-title2 {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 4px solid rgba(255,255,255,0.3);
}
.play3page .ppplay .pp-durationbar-c {
    max-width: 330px;
}


.play3page .pp6play {
    background: rgba(0,0,0,0);
}
.pp6play .pp-streak {
    font-size: 70px;
    top: 89%;
}
.play3page .pp6play .pp-overlay {
    background: rgba(0,0,0,0);
}
.play3page .playpage-leftleft {
    background: rgb(9 9 9 / 0%);
}
.play3page .playpage-leftleft > .playpage-comments-c {
    background: rgba(0,0,0,0);
}
.play3page .playpage-comment {
    background: rgba(255, 255, 255, 0.05);
}
.play3page .ppplay .pp-lanes, 
.play3page .ppplay .pp-notes-container {
    height: 100%;
}
.play3page .ppplay .pp-timeline-container {
    -webkit-mask-image: none;
    mask-image: none;
}

.play3page .ppplay .pp-durationbar {
    background: rgb(110 255 184 / 90%);
}

.play3page .createpage3-pixii {
    left: 50%;
    max-width: 1200px;
    transform: translateX(-50%);
}
.pp6-fullscreenmode .play3page .createpage3-pixii {
    left: 0;
    max-width: unset;
    transform: unset;
}
.play3page .ppplay .pp-scores {
    top: 60px;
}
.pp6-fullscreenmode .play3page .ppplay .pp-scores {
    top: 10px;
}

.play3page .ppplay .pp-info {
    top: 52px;
}
.pp6-fullscreenmode .play3page .ppplay .pp-info {
    top: 12px;
}

.pp6-fullscreenmode .play3page {
    border: none;
}
.pp6-fullscreenmode .play3page .createpage-right-block {
    border: 0;
    padding: 0;
    background: none;
    margin: 0;
}
.pp6-fullscreenmode .play3page .createpage-right { 
    margin: 0;
    z-index: 0;
}
.pp6-fullscreenmode .play3page .pp3dplay {
    position: fixed;
}
.pp6-fullscreenmode .play3page .playpage-leftleft {
    display: none;
}
.pp6-fullscreenmode .play3page .createpage-right-player-c {

}
.pp6-fullscreenmode .play3page .createpage-right-player-c:after {
    content: "";
    display: block;
    margin: 0;
    background: unset;
}
.pp6-fullscreenmode .play3page .playpage-right-volume-c,
.pp6-fullscreenmode .play3page .createpage-right-block-lb{
    display: none;
}
.pp6-fullscreenmode .play3page .playpage-a12-block-c {
    display: none !important;
}

.challengemode .play3page #pixii-level-cmode-cond1, 
.challengemode .play3page #pixii-level-cmode-cond2, 
.challengemode .play3page #pixii-level-cmode-cond3 {
    width: 19px;
    height: 19px;
    padding: 0px;
    margin-right: 4px;
    border: 2px dashed rgba(255, 191, 191, 0.5);
    margin-bottom: 2px;
    background-image: url(/assets/icons/deletei.png);
}
.challengemode .play3page #pixii-level-cmode-cond1.cmode-cond-yes, 
.challengemode .play3page #pixii-level-cmode-cond2.cmode-cond-yes, 
.challengemode .play3page #pixii-level-cmode-cond3.cmode-cond-yes {
    background-image: url(/assets/icons/acceptc.png);
}
.challengemode .play3page .playpage-leftleft {
    height: calc(100% - 195px);
    top: 195px;
}
.challengemode .play3page .challengemode-desc-title {
    margin-bottom: 3px;
}

.play3page .createpage-right-block-nolag {
    background: none;
    border: none;
    padding: 0;
    margin: 7px 0;
    margin: 0px 0;
    letter-spacing: 1px;
    padding-top: 2px;
}

.playpage-left-rec:hover {
    transform: scale(1.05);
}
.playpage-left-rec {
    display: inline-block;
    font-size: 16px;
    float: right;
    /* border: 2px solid currentColor; */
    border-radius: 10px;
    padding: 1px 7px 0;
    position: relative;
    top: -1px;
    cursor: pointer;
    animation: menuhue 2s linear infinite;
    color: #fff5a3;
    background: rgb(255 237 137 / 25%);
    border: 2px solid transparent;
    line-height: 0.9;
}


@media screen and (max-height: 700px) {
    
    .play3page .ytvolume{
        margin: 0;
        margin: 2px;
    }
    .play3page .createpage-right{
        width: calc(50% - 210px);
        max-width: 310px;
    }
}
    
    
.playpage-nolag .topbar * {
    animation: unset !important;
}
.playpage-nolag .dancer-c,
.playpage-nolag .plp-header-crown,
.playpage-nolag .plp-header-name,
.playpage-nolag .pp-info-level,
.playpage-nolag .pp-info-title,
.playpage-nolag .playpage-left-favorite,
.playpage-nolag .playpage-left-rec,
.playpage-nolag .playpage-left-title-span {
    animation: unset !important;
}
.playpage-nolag .pp-score {
    color: #f7c5ff;
}
.playpage-nolag .pp-info-title {
    color: rgba(255,255,255,0.7);
    animation: unset !important;
}
.playpage-nolag .pp-durationbar-c,
.playpage-nolag .pp-scores,
.playpage-nolag .leaderboard,
.playpage-nolag .leaderboard * {
    animation: unset !important;
    color: #fff;
}
.playpage-nolag #topbar-home:before {
    animation: unset !important;
    border-color: #fff;
}
.playpage-nolag .topbar-account-expbar {
    background: #fad6ff;
}
.playpage-nolag .topbar-account-name,
.playpage-nolag .menu-logo-text {
    color: #fff;
}



.playpage-nolag .pp3d-canvas {
    pointer-events: unset !important;
    cursor: url(/assets/game/cursor2.png) 16 16, default !important;
}
.playpage-nolag .mousetrail {
    display: none !important;
}
.playpage-nolag .pp3d-noticebox,
.playpage-nolag .pp3d-messagebox {
    animation: unset !important;
    color: #ffdefa;
    color: #fff;
}
.playpage-nolag .play2page .createpage-right-player-c:after {
    animation: unset !important;
    border-color: #fff;
    box-shadow: unset !important;
}



@-moz-document url-prefix() {
    body {
        overflow: hidden;
    }
    .playpage-nolag2 * {
        animation: none !important;
    }
}


.playpage-mcontrols {
    display: none;
}
.playpage-mcontrols-keys {
    position: absolute;
    bottom: 0px;
    height: 85px;
    width: 100%;
    left: 0;
    background-image: url(/assets/main/neb4.png);
    background-attachment: fixed;
}
.playpage-mcontrols-key1 {
    bottom: 0px;
    left: 0;
    /* float: left; */
    position: absolute;
    width: 25%;
    height: 100%;
    background: #fff;
    /* border-radius: 50px; */
    border: 9px double #000;
    /* border-left: 0; */
    /* border-right: 0; */
    box-sizing: border-box;
    opacity: 0.3;
    background: rgb(255 186 186);
}
#playpage-mkeya {
    /* background: rgb(178 87 87); */
    /* border-color: #ffcccc; */
}
.playpage-mcontrols-key12222:active {
    opacity: 0.8;
}    
.playpage-mcontrols-key1-active {
    opacity: 0.9;
}
#playpage-mkeys {
    /* filter: hue-rotate(193deg); */
    left: 25%;
    background: #8efeff;
}
#playpage-mkeyd {
    /* background: rgb(87 178 87); */
    /* filter: hue-rotate(111deg); */
    left: 50%;
    background: #9dff8f;
}
#playpage-mkeyf {
    /* filter: hue-rotate(35deg); */
    left: 75%;
    background: #fffcb0;
}
.playpage-mcontrols-bg {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gpop-mobile {
    overscroll-behavior-x: none;
}
.playpage-mcontrols-controls {
    position: absolute;
    bottom: 103px;
    left: 0;
    /* text-align: right; */
}

.playpage-mcontrols-button {
    border: 2px solid #fff;
    padding: 3px 8px 2px;
    display: table;
    margin: 6px;
    font-size: 18px;
}
.playpage-mcontrols-button:active {
    transform: scale(1.1);
}


.gpop-mobile.playpage-nolag .pp-rating-4 {
    animation: unset;
    color: #ffd8f1;
    color: #ffeed8;
    color: #fff;
}


@media all and (max-width: 600px) {   
    .default-main {
        height: 100vh;
        height: -webkit-fill-available;
        margin: 0;
        padding-top: 50px;
    }
    .gpop-mobile .playpage-mcontrols {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        z-index: 1;
    }
    
    .gpop-mobile2 .playpage2 .ppplay .pp-timeline-container {
        transform: scaleY(1.15);
        transform-origin: top;
    }
    .gpop-mobile2 .playpage2 .ppplay .pp-lanes, 
    .gpop-mobile2 .playpage2 .ppplay .pp-notes-container {
        transform: scale(1.15);
        transform-origin: top;
    }
    .gpop-mobile .playpage2 .ppplay .pp-note {
        font-size: 0;
        border-style: double;
        border-width: 4px;
    }

    .playpage2 {
        /* margin-top: -10px; */
        height: calc(100% - 40px);
        position: absolute;
        top: 40px;
        left: 0;
    }
    .playpage2 .createpage-right {
        width: 160px;
        min-width: unset;
        top: 40px;
        right: 10px;
        padding: 0;
    }
    .playpage2  .pp-lane .pp-key {
        display: none;
    }
    .playpage2 .createpage-right > div {
        display: none;
    }
    .playpage2 .createpage-right .playpage-player-block {
        display: block;
    }
    .playpage-mcontrols-key2 {
        bottom: -1px;
        left: 0;
        position: absolute;
        width: 6%;
        height: 100%;
        background: #fff;
        /* border-radius: 50px; */
        /* border: 9px double #000; */
        /* border-left: 0; */
        /* border-right: 0; */
        box-sizing: border-box;
        opacity: 0.2;
        opacity: 0;
        transform: translateX(-50%);
        display: none;
    }
    #playpage-mkeyas {
        left: 25%;
    }
    #playpage-mkeysd {
        left: 50%;
    }
    #playpage-mkeydf {
        left: 75%;
    }
    .ytvolume-text {
        display: none;
    }
    .ytvolume-bars {
        width: calc(100% - 55px);
    }
    .ytvolume {
        padding: 0 0px 4px;
        background: #000;
        width: 100%;
        box-sizing: border-box;
    }
    .ppo-fullscreenmode .playpage2 .createpage-right {
        opacity: 0;
        pointer-events: none;
    }
    
    .playpage2 .playpage-playerlist {
        display: none;
    }
    .playpage2 .playpage-leftleft {
        display: none;
        width: 90%;
        background: rgb(30 30 30);
        position: fixed;
        top: 2%;
        height: 94%;
        left: 5%;
        z-index: 200;
        /* border: 5px dotted #fff; */
        box-shadow: 0 0 0 40px rgb(0 0 0 / 70%);
        border-radius: 20px;
        padding: 25px 20px;
    }
    .playpage2 .ppplay .pp-info {
        right: 10px;
        max-width: 175px;
    }
    .playpage2 .ppplay .pp-scores > .pp-score {
        font-size: 32px;
    }
    .playpage2 .ppplay .pp-scores > div {
        font-size: 17px;
    }
    .playpage2 .ppplay .pp-info-author, .playpage2 .ppplay .pp-info-title {
        font-size: 13px;
    }
    .playpage2 .ppplay .pp-info-timestamp {
        font-size: 13px;
    }
    .pp-overlay-play:before {
        content: "Click Screen to Start";
    }
    .playpage2 .ppplay .pp-durationbar-c {
        bottom: 95px;
    }
}


