

.createpage {
    padding: 0;
    position: relative;
    width: 90%;
    /*max-width: 1000px;*/
    margin: 0 auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
    min-height: calc(100% - 100px);
    min-height: calc(100vh - 100px);
    padding-bottom: 20px;
    box-sizing: border-box;
}

.createpage-right {

    width: 340px;
    /* position: absolute; */
    right: 0;
    right: 20px;
    top: 0;
    padding: 20px 10px 50px;
    box-sizing: border-box;
    float: right;
}
.createpage-right-title {
    font-size: 22px;
    margin-bottom: 5px;
    opacity: 0.5;
}
.createpage-right-title2 {
    background: rgba(255,255,255,0.2);
    padding: 8px 10px;
    font-size: 23px;
    margin-bottom: 10px;
    border-bottom: 4px solid rgba(255,255,255,0.3);    
    word-break: break-word;
}
.createpage-right-source {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 10px;
    background: rgba(255,255,255,0.2);
    padding: 10px;
    border-bottom: 4px solid rgba(255,255,255,0.3);
    margin-bottom: 10px;
}
.createpage-right-source-load {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    /* float: right; */
    padding: 3px 5px 2px;
    display: table;
    margin-top: 2px;
    background: rgba(255,255,255,0.2);
    border-bottom: 3px solid rgba(255,255,255,0.3);
    font-size: 17px;
    margin-top: 3px;
}
.createpage-right-source-input {
    font-size: 17px;
    width: 100%;
    padding: 3px 5px;
    outline: none;
    border: 1px solid #9d9d9d;
}
.createpage-right-source-info {
    /* margin-top: 10px; */
    background: rgba(255,255,255,0.2);
    padding: 10px;
}
.createpage-right-source-info-name {
    font-size: 17px;
    line-height: 15px;
}
.createpage-right-source-info-author:before {
    content: "by ";
}
.createpage-right-source-info-author {
    display: inline-block;
    margin-top: 2px;
    font-size: 15px;
    opacity: 0.7;
}
.createpage-right-source-info-duration {
    /* float: right; */
    display: inline-block;
    margin-left: 0px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    padding: 2px 5px 1px;
    border-radius: 6px;
    vertical-align: top;
}
.createpage-right-player-c {
    margin-top: 0px;
    /* border-top: 1px solid rgba(0,0,0,0.2); */
    /* padding: 5px; */
    border: 4px solid rgba(255,255,255,0.2);
    /* border-bottom: 7px solid rgba(255,255,255,0.3); */
    box-shadow: 0 4px 0 0 rgba(255,255,255,0.4);
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.1);
    background-clip: padding-box;
    position: relative;
}
.createpage-right-player {
    position: relative;
    /* padding: 5px; */
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.createpage-right-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.createpage-right-block {
    margin-bottom: 10px;
}

.createpage-right-gamemodes {
    margin-top: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    /* border-top: 1px solid rgba(0,0,0,0.2); */
    background: rgba(255,255,255,0.2);
    padding: 10px;
    border-bottom: 4px solid rgba(255,255,255,0.3);
}
.createpage-right-gamemode-choice {
    text-align: center;
    display: inline-block;
    color: #d2c5ff;
}
.createpage-right-gamemode-choice-banner {
    width: 100px;
    height: 60px;
    background: rgba(255, 255, 255, 0.13);
    margin-bottom: 2px;
}
.createpage-right-gamemode-choice-text {
    animation: huerotate 0.4s infinite;
    color: rgb(255, 184, 184);
}

.createpage-right-instructions {
    margin-top: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    /* border-top: 1px solid rgba(0,0,0,0.2); */
    background: rgba(255,255,255,0.2);
    padding: 10px;
    border-bottom: 4px solid rgba(255,255,255,0.3);
}
.createpage-right-instruction {
    margin-bottom: 5px;
    /* padding-top: 10px; */
    box-sizing: border-box;
}

.createpage-right-options-button {
    display: inline-block;
    padding: 3px 10px 1px;
    margin: 2px 0;
}
#createpage-options-err {
    color: #aaa;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: -2px;
    float: unset;
}

.createpage-left {        
    width: calc(100% - 360px);
    padding: 20px 10px 50px;
    padding: 20px 10px 0px;
    box-sizing: border-box;
    display: table;
}
.createpage-left-title-container {
    margin-bottom: 10px;
}
.createpage-left-title {
    font-size: 35px;
    margin-bottom: 0px;
    /* opacity: 0.7; */
}
.createpage-left > .widthconformer {
    padding: 0 10px 50px;
}
.createpage-left-subtitle {
    font-size: 18px;
    opacity: 0.6;
}
.createpage-left-pixii2 {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 15px;
    display: table-row;
    width: 1px;
    /* border: 3px solid rgba(255,255,255,0.3); */
    box-sizing: border-box;
}
.createpage-left-pixii {
    margin-bottom: 10px;
    /* border-bottom: 1px solid rgba(0,0,0,0.2); */
    padding-bottom: 15px;
    display: table-row;
    /* width: 1px; */
    /* border: 3px solid rgba(255,255,255,0.3); */
    box-sizing: border-box;
}
.createpage-left-gametype {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    margin-top: 15px;
    /* opacity: 0.6; */
    display: none;
}
.createpage-left-gamespeed {
    margin-bottom: 5px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    /* padding-bottom: 10px; */
    margin-top: 10px;
    /* opacity: 0.6; */
    position: relative;
    pointer: default;
    background: rgba(255, 215, 185, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* animation: huerotate 1.5s infinite;*/

}
.gamespeed-choice {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0 0px 0 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.25);
    padding: 0 5px;
    font-size: 15px;
}
.gamespeed-choice-selected {
    animation: huerotate 0.4s infinite;
    color: #ffffff;
    background: rgb(255, 157, 157);
    color: #630000;
    background: rgb(255, 200, 200);
    background: rgb(255, 184, 184);
}

.createpage-left-challengemode {
    margin-bottom: 5px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    /* padding-bottom: 10px; */
    margin-top: 5px;
    /* opacity: 0.6; */
    position: relative;
    pointer: default;
    background: rgba(255, 215, 185, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* animation: huerotate 1.5s infinite;*/
}
.challengemode-choice {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0 0px 0 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.25);
    padding: 0 5px;
    font-size: 15px;
}
.challengemode-choice-no.challengemode-choice-selected {
    background: rgb(196, 196, 196);
    color: #000000;
}
.challengemode-choice-yes.challengemode-choice-selected {
    animation: huerotate 0.4s infinite;
    color: #630000;
    background: rgb(255, 184, 184);
}
.challengemode-desc {
    display: none;
    background: #ffbcbc30;
    animation: huerotate 1s infinite;
    border: 5px double #ffff5d;
    border: 4px dotted #ffff5d;
    margin: 5px 0 0;
    padding: 10px 15px;
    text-transform: initial;
    letter-spacing: 0;
}
.challengemode-desc-title {
    letter-spacing: 1px;
    font-size: 23px;
    color: #ffcfcf;
    text-shadow: 0px 1.5px 0 #a8ff5882;
}
.challengemode-desc-para {
    
}
.challengemode-notloggedin {
    background: #0000006b;
    padding: 5px 15px;
    color: #ffd8d8;
    margin-top: 3px;
    display: table;
}
.challengemode-choice-yes.challengemode-choice-selected + .challengemode-desc {
    display: block;
}

.createpage-left-descs {
    margin-bottom: 10px;
    background: rgba(255,255,255,0.2);
    padding: 10px;
    border-bottom: 4px solid rgba(255,255,255,0.3);
}
.createpage-left-desc-title {
    /* font-size: 33px; */
    font-size: 25px;
    margin-bottom: 10px;
    opacity: 0.4;
}
.createpage-left-desc {
    margin-bottom: 5px;
    font-size: 0;
}
.createpage-left-desc input {
    position: relative;
    top: -3px;
}
.createpage-left-desc textarea {    
    width: calc(100% - 120px);
    position: relative;
    top: -3px;
}
.createpage-left-desc-author { 
    max-width: 200px;
    width: calc(100% - 120px);
}
.createpage-left-desc-subtitle {
    width: calc(100% - 120px);
}
.createpage-left-desc-info {
    font-size: 18px;
    /* opacity: 0.6; */
    display: inline-block;
    width: 120px;
    vertical-align: top;
}

.createpage-left-submit {
    margin-top: 10px;
}
.createpage-left-submit-button {
    cursor: pointer;
    color: #fff;
    /* float: right; */
    padding: 8px 12px;
    display: table;
    display: inline-block;
    /* margin-top: 2px; */
    font-size: 22px;
}
.createpage-left-submit-error {
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 5px; */
    font-size: 18px;
    margin-top: 4px;
}

.createpage-left-desc-info div {
    font-size: 90%;
    opacity: 0.5;
    line-height: 0.9em;
}
.createpage-left-genres {
    width: calc(100% - 120px);
    position: relative;
    /* top: -3px; */
    display: inline-block;
    height: auto;
    font-size: 16px;
    vertical-align: top;
    cursor: default;
}

.ytvolume {
    font-size: 0;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 5px 10px;
}
.ytvolume-text {
    width: 60px;
    font-size: 15px;
    text-transform: uppercase;
    /* padding-left: 10px; */
    line-height: 20px;
    margin-top: 1px;
    opacity: 0.4;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    cursor: default;
    letter-spacing: 2px;
}
.ytvolume-bars {
    position: relative;
    width: calc(100% - 130px);
    height: 10px;
    display: inline-block;
    margin-top: 5px;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
}
.ytvolume-bar {
position: absolute;

    width: 8%;
    min-width: 7px;
    max-width: 10px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%);
    transition: 0.1s ease all;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-sizing: border-box;
    cursor: pointer;
}
.ytvolume-bar-o {
    background: rgba(159, 255, 169, 0.8);
    background: rgba(134, 255, 146, 0.9);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}
.ytvolume-key {
    font-size: 15px; 
    width: 10px; 
    height: 13px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.ytvolume-key1 {
    
}
.ytvolume-key2 {
    
}


.create2pagemain {
    
}
.create2page {
    width: 100%;
}
.create2page .createpage-left-desc-info {
    width: 80px;
    font-size: 16px;
}
.create2page .createpage-left-desc textarea,
.create2page .createpage-left-desc-subtitle,
.create2page .createpage-left-desc-author {
    width: calc(100% - 80px);
    max-width: 300px;
}
.create2page .createpage-left-genres {
    width: calc(100% - 80px);
}
.create2page .createpage-right {
    background: rgba(9, 9, 9, 0.5);
    right: 0;
    left: 0;
    position: relative;
    margin-top: 40px;
    padding: 10px 10px 10px;
}
.create3page .createpage-right {
    margin-top: 35px;
}
.create2page .createpage-left {
    width: 340px;
    /* position: absolute; */
    right: 0;
    left: 0;
    top: 0;
    padding: 20px 10px 20px;
    box-sizing: border-box;
    display: table;
    background: rgba(9, 9, 9, 0.5);
    position: relative;
    opacity: 1;
    transition: opacity 0.25s ease;
}

.pp3d-fullscreenmode .create2page .createpage-left {
    opacity: 0;
    pointer-events: none;
}
.pp3d-fullscreenmode .create2page .createpage-right {
    background: rgba(0,0,0,0);
    padding:0;
    pointer-events: none;
    width: 320px;
    width: 240px;
    margin-top: 0;
    position: fixed;
    right: 15px;
    left: unset;
    top: 50px;
}
.pp3d-fullscreenmode .create2page .createpage-right-player-c .ytvolume,
.pp3d-fullscreenmode .create2page .createpage-right-instructions,
.pp3d-fullscreenmode .create2page .createpage-right-source-info,
.pp3d-fullscreenmode .create2page .createpage-right-source,
.pp3d-fullscreenmode .create2page .createpage-right-title {
    display: none;
}
.pp3d-fullscreenmode .create2page .createpage-right-player-c:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 3.5px dotted rgb(255, 197, 197);
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: menuhue 0.4s linear infinite;
    box-shadow: 0 0 10px -3px rgba(174, 255, 137, 0.4);
}
.pp3d-fullscreenmode .create2page .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 .create2page .pp3d-container {
    position: fixed;
}


.createpage3-pixii {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
}
.createpage3-pixii {
    
}
.create3page .createpage-right {
    background: rgba(0,0,0,0);
}

.pp6-fullscreenmode .create3page .createpage-left {
    opacity: 0;
    pointer-events: none;
}
.pp6-fullscreenmode .create3page .createpage-right {
    background: rgba(0,0,0,0);
    padding:0;
    pointer-events: none;
    width: 320px;
    width: 240px;
    margin-top: 0;
    position: fixed;
    right: 15px;
    left: unset;
    top: 50px;
    top: 60px;
}
.pp6-fullscreenmode .create3page .createpage-right-player-c .ytvolume,
.pp6-fullscreenmode .create3page .createpage-right-instructions,
.pp6-fullscreenmode .create3page .createpage-right-source-info,
.pp6-fullscreenmode .create3page .createpage-right-source,
.pp6-fullscreenmode .create3page .createpage-right-title {
    display: none;
}
.pp6-fullscreenmode .create3page .createpage-right-player-c:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 3.5px dotted rgb(255, 197, 197);
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: menuhue 0.4s linear infinite;
    box-shadow: 0 0 10px -3px rgba(174, 255, 137, 0.4);
}
.pp6-fullscreenmode .create3page .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;
}
.pp6-fullscreenmode .create3page .pp6-container {
    position: fixed;
}










