html {
    font-size: 20px;
}
body { 
    position: relative; 
    padding: 0; 
    margin: 0;
    font-family: 'Jura', sans-serif;
    height: 100vh;
}
#unity-container { 
    z-index: 4;
    /* position: relative; */
    /* position: absolute; */
}
#unity-container.unity-desktop {  }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { margin-right: 10px; line-height: 38px; font-size: 28px; font-weight: bold; }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#account-ui { position: absolute; top: 0px; right: 0;}
#daily-ui { position: absolute; bottom: 0px; left: 0;}

#header {
    /* position: absolute;
    top: 0px;
    left: 0px;
    right: 0px; */
    z-index: 4;
    background-color: white;
}

#video-player {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, 20px);
    transition: transform 0.8s;
    z-index: 2;
}
#video-player.vp-left {
    transform: translate(-40%, 20px);
}
#embedded-browser{
    border: none;
    position: absolute;
    right: 70px;
    top: 70px;
	bottom: 70px;
	/* left: 70px; */
    width: 30%;
    z-index: 1;
}

#registration-form {
    border: none;
    position: absolute;
    width: 720px;
    max-width: 100%;
    /* max-height: 90%; */
    left: 50%;
    top: 20%;
    bottom: 20%;
    transform: translate(-50%);
    z-index: 1;
}

#registration-form::-webkit-scrollbar {
    width: 10px;
}

#registration-form::-webkit-scrollbar-track {
background-color: rgba(0, 0, 0, 0);
border-radius: 100px;
}

#registration-form::-webkit-scrollbar-thumb {
border-radius: 100px;
background-image: linear-gradient(180deg, rgb(3, 105, 161) 0%, rgba(3, 106, 161, 0.678) 99%);
box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}

#call-ui {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: 2px solid black;
}

#p2p-ui {
    position: absolute;
    right: 0px;
    bottom: 38px;

}

iframe {
    border: none;
}

.window {
    background-color: rgb(241, 241, 241);
}
.window-header {
    text-align: right;
    background-color: rgb(0, 89, 255);
    color: white;
}
.window-content {
    height: 94%;
    padding: 5px;
}
.fullsize {
    width: 100%;
    height: 100%;
}

.privacy--active div:nth-child(1) {
    border-color: rgb(3 105 161);
}
.privacy--active a {
    color: white;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.privacy-select {
    display: inline-block;
}
.privacy-selected {
    display: none;
}
#privacy .fa-check-circle {
    display: none;
}
.privacy--active .privacy-select {
    display: none;
}
.privacy--active .privacy-selected {
    display: inline-block;
}
.privacy--active .fa-check-circle {
    display: inline-block;
    color: rgb(3, 105, 161);
}
