*
{
    pointer-events: all;
    box-sizing: border-box;
}

html,
body
{
    overflow: hidden;
    font-family: News Cycle;
}

li{
    margin-bottom: 0.5em;
}

.row{
    display: flex;
    align-content: space-between;
    margin-bottom: .625em;
}
/* .row+.row{
    margin-top: .625em;
} */
.col{
    max-width: 100%;
    flex-grow: 1;
}

.col+.col{
    margin-left: auto;
}

.previewImage{
    display: none;
}

.underline {
    text-decoration: underline;
}

.notUnderlined{
    text-decoration: none;
}

.webUIParent{
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    margin: 0;
    padding: 0;
    pointer-events: none;
}



.videoClose{
    display: block;
    position:absolute;
    top:0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    /* background: #ffffff */
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    margin: 0;
    padding: 0;
    touch-action: none;/* this specifically allows us to drag rotate videos with finger.*/
}

/* Video stuff */
/* new ai title stuff */

.titlePanel{
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: #F9D558F2 0% 0% no-repeat padding-box;
    /* opacity: 0.95; */
    font-family: 'Share Tech Mono';
}

.titlePanel h1{
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%);
}

.titleHolder{
    font-size: 1.875rem;
    position: absolute;
    min-width: 80%;
    text-align: center;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%);
}

#t1{
    /* display: none; */
}
.biggerWord{
    font-size: 2.5rem;
}
#t2{
    bottom: 55%;
    opacity: 0;
    display: none;
}
#t3{
    bottom: 55%;
    opacity: 0;
    display: none;
}
#t4{
    bottom: 55%;
    opacity: 0;
    display: none;
}


.aiTitleNext{
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
    width: 2em;
    cursor: pointer;
}

.btnRegenerate{
    display: none;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 9.75rem;
    cursor: pointer;
}

.creditsButton{
    display: block;
    position: absolute;
    width: 2rem;
    cursor: pointer;
    bottom: 44px;
    right: 44px;
}

.creditsPanel{
    position: absolute;
    display: none;
    left: 50%;
    top:50%;
    width: 474px;
    max-width: 95%;
    transform: translate(-50%, -50%);
    font-size: 1.125rem;
    font-family: 'Share Tech Mono';
    text-align: center;
    color: #FFFFFF;
    background: #1A675A 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
}
.creditsPanel p{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    margin-top: 0px;
}
.creditsPanel a{
    word-wrap: break-word;
    color: white;
}
.creditsAbout{
    font-size: 1.25rem;
    padding-top: 2.5em;
    padding-bottom: 1em;
}
.creditsLinks{
    padding-bottom: 3.25rem;
    padding-left: 2em;
    padding-right: 2em;
}

.creditsClose{
    position:absolute;
    top: 12px;
    right: 12px;
    width: 25px;
    cursor: pointer;
}

/* Intro panel */
.scrollable{
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: none;
    margin: 0;
    padding: 0;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.i-panel{
    width: 100%;
    min-height: 100%;
    outline: none;
    background-image: url('https://vi-unsw-mere.s3.ap-southeast-2.amazonaws.com/static/images/ui/Start+Img%402x.png');
    background-color: #C8E9FF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.i-bgImage{
    position: fixed;
    width: 1746px;
    height: 1310px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.i-topPanel{
    /* display: block; */
    height: 85px;
    background-color: #FFFFFF;
    left: 0;
    right: 0;
}

.i-logoUNSW{
    margin-left: 1em;
    margin-top: 1em;
    height: 55px;
    pointer-events: none;
}

@media screen and (max-width:440px){
    .i-logoUNSW{
        height: 40px;
        margin-left: 1em;
    }
    .i-topPanel{
        height: 70px;
    }
    .i-panel{
        font-size: 14px;
    }
}
@media screen and (max-width:300px){
    .i-logoUNSW{
        height: 30px;
        margin-left: 1em;
    }
    .i-topPanel{
        height: 60px;
    }
    .i-panel{
        font-size: 12px;
    }
}
.i-content{
    width: 80%;
    max-width: 624px;
    margin: 0 auto;
    margin-top: 2em;
    /* background-color: black; */
}
.i-title{
    margin: 0 auto;
    text-align: center;
    max-width: 474px;
    font: normal normal 300 2.8125em 'Open Sans';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    pointer-events: none;
}

.i-description{
    margin-top: 4em;
    text-align: left;
    font: normal normal normal 1em/1.5em 'Open Sans';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    pointer-events: none;
}

.i-start{
    display: none;
    margin: 0 auto;
    margin-top: 5em;
    text-align: center;
    font: normal normal 300 28px/33px 'Roboto Condensed';
    letter-spacing: 3.92px;
    width: fit-content;
    color: #000000;
    opacity: 1;
    cursor: pointer;
}

.i-LoadingPanel{
    display: block;
    margin: 0 auto;
    margin-top: 5em;
    text-align: center;
    font: normal normal 300 28px/33px 'Roboto Condensed';
    letter-spacing: 3.92px;
    color: #000000;
    opacity: 1;
}

.i-LoadingBar{
    margin: 0 auto;
    bottom: 0px;
    text-align: center;
    /* background-color: #FFFFFF; */
    font: normal normal 300 28px/33px 'Roboto Condensed';
    width: max-content;
    height: 4px;
}

.i-credits{
    text-align: right;
    margin-top: 1em;
    margin-right: 1em;
    margin-left: auto; /*moves to the right side*/
    width: fit-content;
    padding-bottom: 1em;
    font: normal normal 300 20px/24px Roboto Condensed;
    letter-spacing: 2.8px;
    cursor: pointer;
}



.videoTitle{
    display: none;
    position: absolute;
    top:24px;
    left: 0px;
    width: 100%;
    text-align: center;
    font:normal normal 300 22px/25px 'Roboto Condensed';
    color: #FFFFFF;
    /* background-color: black; */
    opacity: 1;
}

.videoGradient{
    display: none;
}
.l-Audio {
    display: none;
    position: absolute;
    height: 95px;
    background: #40404000;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
}

.l-VideoBar{
    position: absolute;
    left: 40px;
    right: 40px;
    top: 7px;
    height: 4px;
    background-color: #cbcbcbA3;
}
.l-Scrubber{
    position: absolute;
    left: 40px;
    right: 40px;
    top: -10px;
    height: 40px;
    background-color: #cbcbcb00;
}
.l-VideoProgress{
    position: absolute;
    height: 4px;
    left: 0;
    right: 50%;
    opacity: 100%;
    background-color: #E6E6E6;
}
.l-Subs{
    position: absolute;
    display: none;
    width: fit-content;
    left: 50%;
    font: normal normal normal 18px/21px 'Roboto Condensed';
    text-align: center;
    background-color: #000000a0;
    color: white;
    transform: translateX(-50%);
    bottom: 95px;
    pointer-events: none;
}

.vl-parent{
    display: none;
    position: absolute;
    width: fit-content;
    /* height: 44px; */
    bottom: 0px;
    height: 40px;
    text-align: center;
    font: normal normal normal 12px/14px 'Roboto';
    letter-spacing: 0px;
    /* background-color: aqua; */
    color: #FFFFFF;
    cursor: pointer;
}

.vl-bg{
    width: fit-content;
    height: 24px;
    background-color: black;
    border: 1px solid #FFFFFF;
    /* outline-color: white; */
    /* outline-width: 1px; */
}
.vl-Text{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font: normal normal normal 12px/14px 'Roboto';
}
.vl-line{
    position: absolute;
    width: 1px;
    bottom: 5px;
    height: 10px;
    left: 50%;
    background-color: white;
    transform: translateX(-50%);
}
.vl-dot{
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    border-radius: 50%;
}

.l-AudioReset {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 40px;
    bottom: 32px;
    cursor: pointer;
}
.l-AudioNext{
    position: absolute;
    width: 28px;
    height: 28px;
    left: 144px;
    bottom: 32px;
    cursor: pointer;
}

.l-AudioPlayPause {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 92px;
    bottom: 32px;
    cursor: pointer;
}

.l-muteButton{
    position: absolute;
    width: 28px;
    height: 28px;
    right: 40px;
    bottom: 32px;
    cursor: pointer;
}
.p-l-muteButton{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    bottom: 28px;
    cursor: pointer;
}

.l-PlaybackTime {
    position: absolute;
    width: 86px;
    height: 21px;
    left: 192px;
    bottom: 35px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 18px/21px 'Roboto Condensed';
}
/*  */

img{
    max-height: 100%;
}
/* terrainSelection */
/* .t-parent{
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 500px;
    background-color: #ffffff00;
    justify-content: space-evenly;
    align-items: center;
} */



.slider{
    width: 90%;
    height: 2px;
    background: #707070;
    appearance: none;
}

.slider::-webkit-slider-thumb{
    /* -webkit-appearance: none; */
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%; 
    background: #FFFFFF;
    cursor: pointer;
}


.verticalSlider{
    position: absolute;
    appearance: none;
    right: -102px;
    top: 168px;
    width: 228px;
    
    transform: rotate(270deg);
}
.verticalSlider::-webkit-slider-thumb{
    /* -webkit-appearance: none; */
    appearance: none;
    width: 4px;
    height: 14px;
    transform: translateY(-2px);
    border-radius: 0; 
    background: #FFFFFF;
    cursor: pointer;
}

.verticalSlider::-webkit-slider-runnable-track{
    background: linear-gradient(45deg, rgba(255,0,0) 0%, rgba(0,255,0) 100%);
    height: 10px;
    border-radius: 0;
}

.verticalSlider::-moz-range-track{
    background: linear-gradient(45deg, rgba(255,0,0) 0%, rgba(0,255,0) 100%);
    height: 18px;
    /* border-radius: 3px; */
}

.verticalSlider::-moz-range-thumb{
    width: 4px;
    height: 18px;
    border-radius: 0;
}
.verticalSlider::-moz-range-progress{
    appearance: none;
}


.title{
    font: normal normal bold 18px/30px News Cycle;
}
.val{
    text-align: right;
    font: normal normal bold 18px/30px News Cycle;
}

.video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 50.56vw;
    max-height: 100vh;
    width: 90vw;
    max-width: 178vh;
    padding: auto auto;
    /*  my ratio is width = 1.78* height. Seemed to be good for youtube.
        Making the max width based off the height makes the size never go so wide that the bottom cuts off. Keeps the ratio. */
}

.videobg{
    background-color: #70707070;
    display: none;
}

#videoListParent{
    display: none;
}

/*# sourceMappingURL=main.css.map*/