@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), 
    local('Roboto-Regular'), 
    url(https://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff) 
    format('woff');
}
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    background-color: #000000;
    color: #F7F7F7;
}
div#topbar {
    height: 52px;
    display: none;
}
div.logo {
    position: absolute;
    top: 6px;
    left: 24px;
    width: 102px;
    height: 40px;
    background-size: 102px 40px;
    background-repeat: no-repeat;
    background-image: -webkit-image-set( url('https://playspinoff.com/static/images/logo-40.png') 1x, url('https://playspinoff.com/static/images/logo-40@2x.png') 2x, url('https://playspinoff.com/static/images/logo-40@3x.png') 3x );
    background-image: image-set( url('https://playspinoff.com/static/images/logo-40.png') 1x, url('https://playspinoff.com/static/images/logo-40@2x.png') 2x, url('https://playspinoff.com/static/images/logo-40@3x.png') 3x );
}
div.title {
    position: absolute;
    left: 56px;
    top: 0px;
    line-height: 72px;
    height: 72px;
    width: 88px;
    text-align: center;
    color: #E1FD70;
    font-size: 20px;
    font-weight: 600;
}
div.play-button {
    background-position: center center;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-image: -webkit-image-set( url('https://playspinoff.com/static/images/webplayer_play64.png') 1x, url('https://playspinoff.com/static/images/webplayer_play64@2x.png') 2x, url('https://playspinoff.com/static/images/webplayer_play64@3x.png') 3x );
    background-image: image-set( url('https://playspinoff.com/static/images/webplayer_play64.png') 1x, url('https://playspinoff.com/static/images/webplayer_play64@2x.png') 2x, url('https://playspinoff.com/static/images/webplayer_play64@3x.png') 3x );
}
div.play-in-app-button {
    position: absolute;
    right: 24px;
    top: 6px;
    height: 40px;
    width: 150px;
    border-radius: 12px;
    line-height: 40px;
    background-color: #6EFFC2;
    color: #0A0A0A;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
@media not all and (min-resolution:.001dpcm) { 
    @media {
        div.play-in-app-button { 
            display: none;
        }
    }
}
div#asset-container {
    visibility: hidden;
}
div#player-container {
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}
div#player-container::-webkit-scrollbar {
    display: none;
}
div.player-cover-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
div.player-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
}
div.bottom-title-container {
    height: 74px;
    text-align: center;
    position: relative;
    text-align: center;
}
div.player-cover-title-container {
    position: absolute;
    bottom: 64px;
    left: 16px;
    right: 16px;
    height: 74px;
}
div.player-cover-title {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    line-height: 21px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #F7F7F7;
}
div.bottom-cover-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 21px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #F7F7F7;
}
div.player-cover-title-divider {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background-color: #303030;
}
div.player-cover-user-container {
    position: absolute;
    bottom: 0px;
    left: 16px;
    right: 16px;
    height: 64px;
}
div.player-cover-user-image {
    position: absolute;
    top: 16px;
    left: 0px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-size: contain;
}
div.player-cover-username {
    position: absolute;
    top: 16px;
    left: 32px;
    right: 16px;
    height: 24px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    color: #F7F7F7;
}
div#player {
    position: absolute;
    top: 0px;
    left: 0px;
    /* border: 1px solid #aadd33; */
}
div#player-prev {
    position: absolute;
    top: 0px;
    left: 0px;
    /* border: 1px solid #ffddaa; */
}
div.unavailable-container {
    text-align: center;
    border: 1px solid #303030;
}
div.unavailable-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #F7F7F7;
    margin-top: 12px;
    margin-bottom: 8px;
}
div.unavailable-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #F7F7F7;
}
div.unavailable-image {
    width: 100%;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: -webkit-image-set( url('https://playspinoff.com/static/images/webplayer_unavailable56.png') 1x, url('https://playspinoff.com/static/images/webplayer_unavailable56@2x.png') 2x, url('https://playspinoff.com/static/images/webplayer_unavailable56@3x.png') 3x );
    background-image: image-set( url('https://playspinoff.com/static/images/webplayer_unavailable56.png') 1x, url('https://playspinoff.com/static/images/webplayer_unavailable56@2x.png') 2x, url('https://playspinoff.com/static/images/webplayer_unavailable56@3x.png') 3x );
}
div.player {
    position: relative;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    /* border: 1px solid #ffffff; */
}
div.endgame {
    background-color: #171717;
}
div.volume-button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}
div.volume-off {
    background-image: -webkit-image-set( url('https://playspinoff.com/static/images/ic_volume_off24.png') 1x, url('https://playspinoff.com/static/images/ic_volume_off24@2x.png') 2x, url('https://playspinoff.com/static/images/ic_volume_off24@3x.png') 3x );
    background-image: image-set( url('https://playspinoff.com/static/images/ic_volume_off24.png') 1x, url('https://playspinoff.com/static/images/ic_volume_off24@2x.png') 2x, url('https://playspinoff.com/static/images/ic_volume_off24@3x.png') 3x );
}
div.volume-on {
    background-image: -webkit-image-set( url('https://playspinoff.com/static/images/ic_volume_on24.png') 1x, url('https://playspinoff.com/static/images/ic_volume_on24@2x.png') 2x, url('https://playspinoff.com/static/images/ic_volume_on24@3x.png') 3x );
    background-image: image-set( url('https://playspinoff.com/static/images/ic_volume_on24.png') 1x, url('https://playspinoff.com/static/images/ic_volume_on24@2x.png') 2x, url('https://playspinoff.com/static/images/ic_volume_on24@3x.png') 3x );
}
div.narration {
    background-color: #0A0A0AEE;
    padding: 16px 44px 16px 44px;
    position: absolute;
    left: -2px;
    right: -2px;
}
div.dialogue {
    min-height: 120px;
    margin-left: 24px;
    margin-right: 24px;
    left: 0px;
    right: 0px;
    position: absolute;
}
div.dialogue-character {
    position: relative;
    display: inline-block;
    height: 40px;
    background-color: #0A0A0A;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 12px;
}
div.dialogue-character-image {
    position: absolute;
    left: 4px;
    top: 4px;
    height: 32px;
    width: 32px;
    border: 0;
    background-size: 32px 32px;
    background-color: #dadada;
    background-image: -webkit-image-set( url('https://playspinoff.com/static/images/img_character_default32.png') 1x, url('https://playspinoff.com/static/images/img_character_default32@2x.png') 2x, url('https://playspinoff.com/static/images/img_character_default32@3x.png') 3x );
    background-image: image-set( url('https://playspinoff.com/static/images/img_character_default32.png') 1x, url('https://playspinoff.com/static/images/img_character_default32@2x.png') 2x, url('https://playspinoff.com/static/images/img_character_default32@3x.png') 3x );
    /* background-repeat: no-repeat; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 8px;
}
div.dialogue-character-name {
    position: relative;
    margin-left: 48px;
    padding-right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
div.dialogue-text {
    margin-top: 4px;
    color: #171717;
    background-color: #F7F7F7EE;
    min-height: 44px;
    line-height: 22px;
    padding: 16px 20px 16px 20px;
    border-top-left-radius: 2px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
div.choice {
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    left: 0px;
    right: 0px;
}
div.choice-question-container {
    min-height: 48px;
    text-align: center;
    font-size: 16px;
    position: relative;
    margin-top: 4px;
}
div.choice-question-text {
    border-radius: 12px;
    border: 1px solid #B5B5B5;
    background-color: #F7F7F7;
    padding: 13px 16px 13px 16px;
    color: #171717;
    position: relative;
    margin-bottom: 12px;
}
div.choice-answer-container {
    border-radius: 12px;
    /* min-height: 48px; */
    padding-bottom: 2px;
    text-align: center;
    font-size: 16px;
    position: relative;
    margin-top: 4px;
    background-color: #3D3D3D;
}
div.choice-answer-text {
    border-radius: 12px;
    border: 1px solid #232323;
    background-color: #171717;
    margin-top: 0px;
    padding: 13px 40px 13px 40px;
    color: #F7F7F7;
    position: relative;
}    
div.choice-answer-container-selected {
    border-radius: 12px;
    border: 2px solid #E1FD70;
    /* min-height: 48px; */
    text-align: center;
    font-size: 16px;
    position: relative;
    margin: 4px -1px 0px -1px;
    background-color: #3D3D3D;
}
div.choice-answer-text-selected {
    border-radius: 12px;
    margin-top: 0px;
    padding: 13px 40px 13px 40px;
    color: #E1FD70;
    position: relative;
}    
div.clickable {
    position: absolute;
    text-align: center;
}
@keyframes clickable-circle-yellow-animation {
    0% { top: 50%; left: 50%; width: 1%; height: 1%; background-color: #E1FD70B4; }
    100%  { top: 0%; left: 0%; width: 100%; height: 100%; background-color: #E1FD7000; }
}
@keyframes clickable-circle-animation {
    0% { top: 50%; left: 50%; width: 1%; height: 1%; background-color: #F7F7F780; }
    100%  { top: 0%; left: 0%; width: 100%; height: 100%; background-color: #F7F7F700; }
}
div.clickable-area-yellow-circle {
    position: absolute;
    background-color: #E1FD70B4;
    border-radius: 50%;
    animation-name: clickable-circle-yellow-animation;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-delay: .1s;
}   
div.clickable-area-white-circle {
    position: absolute;
    background-color: #F7F7F780;
    border-radius: 50%;
    animation-name: clickable-circle-animation;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

/* Transition: pop */
div.fg-transition-pop {
    animation: fg-pop-animation 0.5s;
    animation-timing-function: spring(
        1 /* Mass */
        1536 /* Stiffness */
        24 /* Damping */
        0 /* Initial Velocity */
    );
    animation-fill-mode: forwards;
}

@keyframes fg-pop-animation {
    25%  {transform: scale(0.5); opacity: 0; }
    75%  {transform: scale(1.1); opacity: 1; }
}

/* Transition: enter-from-[DIRECTION] */
div.fg-transition-enter-from-above {
    animation: fg-enter-from-above-animation 0.5s ease-out 1;
}
@keyframes fg-enter-from-above-animation {
    0% { top: -100%; }
    100%  { }
}

div.fg-transition-enter-from-left {
    animation: fg-enter-from-left-animation 0.5s ease-out 1;
}
@keyframes fg-enter-from-left-animation {
    0% { left: -100%; }
    100%  { }
}

div.fg-transition-enter-from-right {
    animation: fg-enter-from-right-animation 0.5s ease-out 1;
}
@keyframes fg-enter-from-right-animation {
    0% { left: 100%; }
    100%  { }
}

div.fg-transition-enter-from-below {
    animation: fg-enter-from-below-animation 0.5s ease-out 1;
}
@keyframes fg-enter-from-below-animation {
    0% { top: 100%; }
    100%  { }
}

/* Transition: exit-to-[DIRECTION] */
div.fg-transition-exit-to-above {
    animation: fg-exit-to-above-animation 0.5s ease-out 0s 1 forwards;
}
@keyframes fg-exit-to-above-animation {
    100% { top: -100%; }
}

div.fg-transition-exit-to-left {
    animation: fg-exit-to-left-animation 0.5s ease-out 0s 1 forwards;
}
@keyframes fg-exit-to-left-animation {
    100% { left: -100%; }
}

div.fg-transition-exit-to-right {
    animation: fg-exit-to-right-animation 0.5s ease-out 0s 1 forwards;
}
@keyframes fg-exit-to-right-animation {
    100% { left: 100%; }
}

div.fg-transition-exit-to-below {
    animation: fg-exit-to-below-animation 0.5s ease-out 0s 1 forwards;
}
@keyframes fg-exit-to-below-animation {
    100% { top: 100%; }
}

/* Fade in out */
div.fg-transition-fade-in {
    animation-name: fg-fade-in-animation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}
@keyframes fg-fade-in-animation {
    0% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
div.fg-transition-fade-out {
    animation-name: fg-fade-out-animation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
@keyframes fg-fade-out-animation {
    0% { opacity: 1.0; }
    100% { opacity: 0.0; }
}

/* Page Transitions */

@keyframes page-transition-dissolve-out {
    0% { opacity: 1.0; }
    100% { opacity: 0.0; }
}
@keyframes page-transition-dissolve-in {
    0% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes page-transition-slide-in {
    0% { left: 100%; }
    100% { left: 0%; }
}
@keyframes page-transition-slide-out {
    0% { left: 0%; }
    100% { left: -100%; }
}
@keyframes page-transition-fade-out {
    0% { opacity: 1.0; }
    100% { opacity: 0.0; }
}
@keyframes page-transition-fade-in {
    0% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
div#bottombar {
    position: relative;
    text-align: center;
}
div.endgame-container {
    width: 271px;
    height: 272px;
    margin: auto;
    text-align: center;
    position: relative;
    top: 52px;
}
div.endgame-container-without-checkpoint {
    top: 50%;
    transform: translateY(-50%);
}
div.endgame-title-container {
    height: 68px;
    width: 100%;
    /* background-color: cyan; */
    position: relative;
    text-align: center;
}
div.endgame-title-text {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: 600;
    color: #F7F7F7;
}
div.endgame-text {
    line-height: 41px;
    text-align: center;
    margin-bottom: 59px;
    font-size: 34px;
    font-weight: 600;
    color: #F7F7F7;
}
div.endgame-playagain-container {
    width: 100%;
    height: 52px;
    background-color: #E1FD70;
    border-radius: 12px;
    position: relative;
}
div.endgame-playagain-button {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-image: -webkit-image-set( url('https://playspinoff.com/static/images/btn_common_refresh24.png') 1x, url('https://playspinoff.com/static/images/btn_common_refresh24@2x.png') 2x, url('https://playspinoff.com/static/images/btn_common_refresh24@3x.png') 3x );
    background-image: image-set( url('https://playspinoff.com/static/images/btn_common_refresh24.png') 1x, url('https://playspinoff.com/static/images/btn_common_refresh24@2x.png') 2x, url('https://playspinoff.com/static/images/btn_common_refresh24@3x.png') 3x );
    position: absolute;
    top: 50%;
    left: 50%;
    color: #171717;
    transform: translate(-50%, -50%);
}
div.checkpoints-container {
    height: 100%;
    background-color: #232323;
    margin-top: 59px;
    padding-left: 24px;
    padding-right: 24px;
}
div.checkpoints-description-label1 {
    height: 19px;
    line-height: 19px;
    padding-top: 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #B5B5B5;
}
div.checkpoints-description-label2 {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #707070;
}
div.checkpoint-container {
    position: relative;
    height: 72px;
    line-height: 72px;
    border-radius: 8px;
    background-color: #F7F7F7;
    margin-top: 16px;
    padding: 5px 5px 5px 5px;
}
div.checkpoint-thumbnail {
    border-radius: 4px;
    width: 48px;
    height: 72px;
    background-size: contain;
}
div.checkpoint-title {
    position: absolute;
    top: 5px;
    left: 69px;
    right: 30px;
    height: 72px;
    line-height: 72px;
    font-weight: 600;
    font-size: 16px;
    color: #171717;
}
div.bottom-text { 
    cursor: grab;
    color: #6EFFC2;
    font-size: 16px;
    font-weight: 600;
    height: 51px;
    text-align: center;
    line-height: 51px;
    margin-bottom: 72px;
}
.transparent {
    background-color: #00000000;
    color: #00000000;
}
@media only screen and (min-width: 500px) {
    div#container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    div#player-container {
        margin-left: 0px;
        margin-right: 0px;
    }
    div#topbar {
        height: 62px;
    }
    div.logo {
        left: 0px;
    }
    div.title {
        left: 32px;
    }
    div.play-in-app-button {
        right: 0px;
    }
    div.bottom-text {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 320px) {
    div#player-container {
        margin-left: 16px;
        margin-right: 16px;
    }
    div.logo {
        left: 16px;
    }
    div.title {
        left: 48px;
    }
    div.play-in-app-button {
        right: 16px;
    }
}            
@media only screen 
and (max-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)            
{
    div#container {
        position: static;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        margin-top: 10px;
        margin: auto;
    }
}
.type {
    color:#0000;
    background:
    linear-gradient(-90deg,#00DFFC 5px,#0000 0) 10px 0,
    linear-gradient(#00DFFC 0 0) 0 0;
    background-size:calc(var(--n)*1ch) 200%;
    -webkit-background-clip:padding-box,text;
    background-clip:padding-box,text;
    background-repeat:no-repeat;
    animation: 
    b .7s infinite steps(1),   
    t calc(var(--n)*.3s) steps(var(--n)) forwards;
}

@keyframes t{
    from {background-size:0 200%}
}
@keyframes b{
    50% {background-position:0 -100%,0 0}
}

div.loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -42px;
    padding: 10px;
    background: rgba(20, 20, 20, 0.9);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
    -ms-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
    -o-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
}

.loading-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: white;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    opacity: 0;
    
    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    -ms-box-shadow: 0 0 2px black;
    -o-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
    
    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite;
}

.loading-dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@-moz-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

.animation-state-paused {
    animation-play-state: paused;
}

div, p, span {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}