.record-video-wrapper {
    display: none;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.video-wrapper {
    height: 100vh;
    width: 100vw;
}

#rVideo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    max-height: 100vh;
    max-width: 100vw;
}

.video-control {
    border-radius: 100px;
    font-size: 32px;
    box-shadow: unset;
    cursor: pointer;
    color: #ffffff;
}

.video-control i {
    line-height: 0;
    vertical-align: -0.07em;
}

.start-record {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: var(--red);
    border: 5px solid #ffffff;
    background-color: #dddddd;
}

.stop-record {
    display: none;
    position: relative;
    font-size: 32px;
    box-shadow: unset;
    cursor: pointer;
    border: 4px solid #ffffff;
    width: 100px;
    height: 100px;
    font-size: 50px;
    color: var(--red);
    background-color: var(--mid-grey);
}

.stop-record-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--red);
    border-radius: 5px;
    height: 30px;
    width: 30px;

}


.replay-record {
    display: none;
    font-size: 32px;
    box-shadow: unset;
    cursor: pointer;
}

.upload-record {
    display: none;
    font-size: 32px;
}

.view-record {
    display: none;
    font-size: 32px;
}

.redo-record {
    display: none;
    font-size: 32px;
}

.video-record-controls {
    position: absolute;
    bottom: calc(70px + 20px);
    width: 100%;
    height: 120px;
}

.video-wrapper {
    position: relative;
}

.vr-device-loader {
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #000000;

}

.vr-device-loader-inner {
    max-width: 700px;
}

.vr-device-loader-close {
    display: none;
}

.close-video {
    top: 30px;
    right: 30px;
    font-size: 24px;
}

#countdown {
    display: none;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--red);
    border-radius: 50px;
    left: 50%;
    padding: 10px 50px;
    color: #ffffff;
    font-size: 32px;
    z-index: 3;
}

.countdown-321-wrapper {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #ffffff;
    z-index: 3;
}

#countdown321 {
    position: absolute;
    top: 50%;
    right: 0%;
    font-size: 100px;
    height: 125px;
    width: 125px;
    border: 3px solid #ffffff;
    border-radius: var(--border-radius);
    padding: 10px;
    line-height: 1;
    text-align: center;
    transform: translatey(-50%);
    background-color: rgba(0, 0, 0, 0.5);
}

.clockCountdown:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -150%);
    height: 25px;
    width: 50px;
    background-color: var(--orange);
    border-radius: var(--border-radius);
}

.clockCountdown {
    position: relative;
    margin: auto;
    width: 250px;
    height: 250px;
    padding: 20px;
    border-radius: 100%;
    box-shadow: var(--box-shadow);
    transform-origin: 50% 50%;
    transform: scale(1.2);
}

.spacer {
    height: 30px;
}

.countdownCircle {
    top: 0;
    left: 0;
    z-index: 1;
}

.countdownCircle circle {
    stroke-linecap: round;
    stroke-dasharray: 722;
    stroke-dashoffset: 0;
    transform-origin: center center;
    transform: rotate(-90deg);
    transition: all 1s linear;
}

.clockInner {
    background-color: #ffffff;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}

.questionInner {
    height: 100vh !important;
}

.questionTopics .questionInner {
    height: unset !important;
}

.clockTimeLeft {
    font-size: 40px;
}

.startNow {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    margin-top: 20px;
}

.startNow.startNowActive {
    visibility: visible;
    opacity: 1;
}

.firstQ-wrap {
    display: none;
}

.questionTop {
    max-width: 550px;
}

.topicImg {
    margin-right: 25px;
}

.topicQuestions {
    display: none;
    z-index: 99999;
}

.topicQuestionsWrap {
    display: none;
}

.repeatQuestion {
    display: none;
}

.splashScreen {
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
}

.videoPopUp {
    display: none;
    top: 0;
    left: 0;
    z-index: 999999;
    padding-bottom: 70px;
}

.videoPopUp i {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #ffffff;
}

#splashVideo {
    display: block;
    margin-bottom: 100px;
    border-radius: var(--border-radius);
    border: 1px solid var(--blue);
    box-shadow: var(--box-shadow);
}

/*Screen*/

.video-screen-col {
    height: 50vh;
    background-color: var(--orange);
    padding: 10px;
}

.video-screen-col-first {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-screen-col-first .video-screen-col-inner {
    padding-bottom: 56.25%;
}

.video-screen-col-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    /* padding-bottom: 90%; */
}

.video-screen-col-inner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 210%;
    transform: translate(-50%, -50%);
}

.video-screen-wrapper-four {
    display: none;
}

.video-screen-wrapper {
    display: none;
    top: 0;
    left: 0;
    z-index: 2;
}

.record-video-wrapper {
    position: relative;
}

.questionOverview {
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
}

.questionTopics {
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
}

.questionWrap {
    display: none;
    top: 0px;
    left: 0px;
    padding-top: 70px;
    padding-bottom: 0px;
    width: 100%;
    z-index: 99999;
    transition: all .3s ease-in-out .5s;
}

.questionWrap.question-recording {
    padding-top: 70px;
    top: 0px;
}

.questionWrap h2,
.questionWrap h5 {
    transition: all .3s ease-in-out .5s;
}

.questionWrap.question-recording h2 {
    color: #ffffff !important;
    font-size: 28px;
}

.questionWrap.question-recording h5 {
    color: #ffffff !important;
}

.questionWrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
    transition: opacity .3s ease-in-out .3s;
    z-index: -1;
}

.questionWrap.question-recording:after {
    opacity: 1;
}


.finishRecord {
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
}

.uploadingScreen {
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
}

.finishUpload {
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
}

.privacyNotice {
    display: none;
}

.privacyInner {
    height: 600px;
    overflow-y: scroll;
}

.cancelUpload {
    top: 50px;
    left: 50px;
}