/* Component */

/* NextRollTimer */
#NextRollTimer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: #ffffff;
}

    #NextRollTimer .arc-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    #NextRollTimer .detail {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #NextRollTimer .countdown {
        font-size: 62px;
        line-height: 62px;
        height: 62px;
    }



/* RollingTimer */
#RollingTimer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: #ffffff;
}

    #RollingTimer .arc-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    #RollingTimer .detail {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #RollingTimer .countdown {
        font-size: 62px;
        line-height: 62px;
        height: 62px;
    }


/* PowerSelectionTimer */
#PowerSelectionTimer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: #ffffff;
}

    #PowerSelectionTimer .arc-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    #PowerSelectionTimer .detail {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(246, 0, 255, 1);
    }

    #PowerSelectionTimer .countdown {
        font-size: 62px;
        color: #ffffff;
        line-height: 62px;
        height: 62px;
    }



/* VotingTimer */
#VotingTimer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: #ffffff;
}

    #VotingTimer .arc-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    #VotingTimer .detail {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(246, 0, 255, 1);
    }

    #VotingTimer .countdown {
        font-size: 62px;
        color: #ffffff;
        line-height: 62px;
        height: 62px;
    }


/* RollerVisual */
#RollerVisual > ul {
    color: #ffffff;
}


/* StreamFrame */
#StreamFrame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

    #StreamFrame video {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* PixelStream */
#PixelStream {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

    #PixelStream > div {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-bottom: 56.25%;
    }

    #PixelStream iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }



/* ArchitectSpectatingControls */
#ArchitectSpectatingControls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    #ArchitectSpectatingControls #spectateNextControl,
    #ArchitectSpectatingControls #spectatePreviousControl {
        cursor: pointer;
        width: 60px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        font-size: 60px;
    }

    #ArchitectSpectatingControls #spectateNextControl {
        position: absolute;
        right: 30%;
    }

    #ArchitectSpectatingControls #spectatePreviousControl {
        position: absolute;
        left: 30%;
    }


/* EnrollmentToggle */
#EnrollmentToggle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}

/* SpectatorVotingControls */
#SpectatorVotingControls {

}

#SpectatorVotingControls #spectatorVoteUp,
#SpectatorVotingControls #spectatorVoteDown {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(-50%, -50%);
}

#SpectatorVotingControls #spectatorVoteUp {
    position: absolute;
    top: 50%;
    left: 30%;
    cursor: pointer;
}

#SpectatorVotingControls #spectatorVoteDown {
    position: absolute;
    top: 50%;
    right: 30%;
    cursor: pointer;
}

#SpectatorVotingControls .detail {
    position: absolute;
    width: 60%;
    right: 10%;
    top: 10%;
    color: rgba(246, 0, 255, 1);
    text-align: right;
    line-height: 32px;
}

#SpectatorVotingControls .countdown {
    position: absolute;
    width: 20%;
    left: 10%;
    top: 10%;
    font-size: 32px;
    color: #ffffff;
}

#SpectatorVotingControls .votingGraphic {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    max-width: 75%;
}


/* StrikingTimer */
#StrikingTimer {
}

    #StrikingTimer .arc-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    #StrikingTimer .detail {
        position: absolute;
        width: 60%;
        right: 10%;
        top: 10%;
        color: rgba(246, 0, 255, 1);
        text-align: right;
        line-height: 32px;
    }

    #StrikingTimer .countdown {
        position: absolute;
        width: 20%;
        left: 10%;
        top: 10%;
        font-size: 32px;
        color: #ffffff;
    }

    #StrikingTimer .votingGraphic {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        max-width: 75%;
    }


/* ArchitectStrikingTimer */
#ArchitectStrikingTimer {
}

    #ArchitectStrikingTimer .arc-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    #ArchitectStrikingTimer .detail {
        position: absolute;
        width: 60%;
        right: 10%;
        top: 10%;
        color: rgba(246, 0, 255, 1);
        text-align: right;
        line-height: 32px;
    }

    #ArchitectStrikingTimer .countdown {
        position: absolute;
        width: 20%;
        left: 10%;
        top: 10%;
        font-size: 32px;
        color: #ffffff;
    }

    #ArchitectStrikingTimer .votingGraphic {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        max-width: 75%;
    }



/* ExecutingTimer */
#ExecutingTimer {
}

    #ExecutingTimer .arc-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    #ExecutingTimer .detail {
        position: absolute;
        width: 60%;
        right: 10%;
        top: 10%;
        color: rgba(246, 0, 255, 1);
        text-align: right;
        line-height: 32px;
    }

    #ExecutingTimer .countdown {
        position: absolute;
        width: 20%;
        left: 10%;
        top: 10%;
        font-size: 32px;
        color: #ffffff;
    }



/* ArchitectStrikingControls */
#ArchitectStrikingControls {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(20%, -50%);
}

#ArchitectStrikingControls img {
    width: 75%;
}




/* ArchitectPowerSelectionControls */
#ArchitectPowerSelectionControls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

    #ArchitectPowerSelectionControls img {
        width: 85%;
    }



/* ArchitectPowerSelectionTimer */
#ArchitectPowerSelectionTimer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: #ffffff;
}

    #ArchitectPowerSelectionTimer .arc-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    #ArchitectPowerSelectionTimer .detail {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(246, 0, 255, 1);
    }

    #ArchitectPowerSelectionTimer .countdown {
        font-size: 62px;
        color: #ffffff;
        line-height: 62px;
        height: 62px;
    }


/* ArchitectConnecting */
#ArchitectConnecting {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: #ffffff;
}

    #ArchitectConnecting .arc-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    #ArchitectConnecting .detail {
        position: absolute;
        width: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(246, 0, 255, 1);
    }

    #ArchitectConnecting .countdown {
        font-size: 62px;
        color: #ffffff;
        line-height: 62px;
        height: 62px;
    }






/* RollerVisual */
#RollerVisual {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-image: url('https://contest.cradleofsins.com/wp-content/themes/cos-contest/assets/img/roller-visual-example.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#RollerVisual ul{
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}