@font-face {
    font-family: 'Beaufort';
    src: url('fonts/Beaufort-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Beaufort';
    src: url('fonts/Beaufort-Italic.woff2') format('woff2');
    font-style: italic;
}

@font-face {
    font-family: 'Beaufort';
    src: url('fonts/Beaufort-Bold.woff2') format('woff2');
    font-weight: bold;
}

:root {
    /* void Palette */
    --mainPurple: #6c0067;
    --darkPurple: #32002d;
    --deepBlue: #421cae;
    --lightPurple: #e850ed;
    --orange: #d12222;

    /* Client Palette */
    --deepestGreen: #050f15;
    --deepGreen: #071b28;
    --darkGreen: #0f2220;
    --lightGreen: #1e4c61;
    --paleGreen: #a6f5d8;
    --turquoise: #3a7875;
    --darkTurquoise: #14555b;
    --darkBrown: #3e3023;
    --midBrown: #564624;
    --lightBrown: #ae914b;
    --paleBrown: #f4de93;
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    height: 100vh;
    background-color: #071b28;
}

body {
    background: radial-gradient(farthest-corner at 30% 60%, #1e4c61 0, #071b28 100%);
    overflow-x: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    font-family: Beaufort;
    color: var(--paleBrown);
}
.sticky{
    position: fixed !important;
    top: 0;
}
.sellout_over{
    position: absolute;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    z-index: 11;
    width: 100vw;
    margin: 0px;
}
.sellout_under{
    flex: 9.0 0 90%;
    width: 100%;
    background-color:#f4de93dd;
    z-index: 11;
    color: #020f18;
    text-align: center;
    font-weight: bold;
    font: Beaufort;
    padding: 3px;
}
.sellout_under_exit{
    cursor: pointer;
    flex: 0.5 0 5%;
    justify-content: center;
    padding-left: 5px;
    background-color:#f4de93dd;
    color: #020f18;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.column {
    flex-basis: 100%;
    background: none;
    text-align: center;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin: 1vw 0.5vw 0 0.5vw;
    max-height: 100vh;
    background: none;
    z-index: 1;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 95vh;
    border: none;
    z-index: 1;
    
}
.vControl{
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 1em;
    margin-right: 1em;
    z-index: 10px;
    background: linear-gradient(to top, #0c2330EE, #071b28EE);
    border-radius: 10px;
}
#vidControlLock,
.column .vidControl{
    text-transform: lowercase !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    white-space: nowrap !important;
}

.CHAT .video-wrapper{
    padding-bottom: 0px;
}

.circleBtnWrapper{
    margin: 0px 0px 0px 1.5vw;
    position: relative;
    display: inline-block;
}

.backer {
    left: 2.5%;
    top: -5px;
    position: absolute;
    height: calc(100% + 11px);
		max-height: calc(95vh + 11px);
    width: 95%;
    background: var(--deepestGreen);
    border: 1px solid var(--lightBrown);
    border-radius: 6px;
    z-index: 0;
}
.back2back{
    left: -2px;
    top: 0px;
    position: absolute;
    height: calc(100% + 4px);
		max-height: calc(95vh + 4px);
    width: calc(100% + 4px);
    margin-top: -2px;
    margin-bottom: 4px;
    padding: 2px;
    border-image: linear-gradient(#f4de93, #ae914b) 1;
    border: 2px solid var(--lightBrown);
    background: var(--deepestGreen);
    z-index: 1;
}
.draggableParent{
    position: absolute;
    width:max(35.5vh, 300px);
    z-index:5;
    top:100px;
    left: 30px;
    display: none;
}
.draggableParent.showCol{
    display: block;
}
.popout.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin: 1vw 0.5vw 0 0.5vw;
    max-height: 100vh;
    background: none;
    z-index: 1;
    touch-action: none;
    user-select: none;
}

.popout.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 95vh;
    border: none;
    z-index: 1;

}

.popout .backer {
    color: #ffffffff;
    background-color: #050f15;
    text-align: center;
    left: -2px;
    top: -2.5em;
    position: absolute;
    height: calc(100% + 11px);
    max-height: calc(95vh + 11px);
    width: calc(100% + 4px);
    border: 1px solid var(--lightBrown);
    border-radius: 6px;
    z-index: 0;
    padding: 0 4px 0 4px;
}

.popout .backer.moving {
    color: #ffffffff;
    background: #050f15;
    border-color: var(--lightBrown);
}

.popout .backer.moving .headicon,
.popout .backer.moving .headicon:before {
    background: -webkit-linear-gradient(top left, var(--paleBrown) 10%, var(--lightBrown) 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
    /* reset Font Awesome's display:inline-block */
}

.popout .backer.static {
    color: #555555;
    background: #050f1522;
    border-color: #555555;
}

.popout .backer.static .headicon,
.popout .backer.static .headicon:before {
    background: -webkit-linear-gradient(top left, #f4de9355 10%, #ae914b55 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
    /* reset Font Awesome's display:inline-block */
}

.popout .back2back {
    left: -2px;
    top: 0px;
    position: absolute;
    height: calc(100% + 4px);
    max-height: calc(95vh + 4px);
    width: calc(100% + 4px);
    margin-top: -2px;
    margin-bottom: 4px;
    padding: 2px;
    border-image: linear-gradient(#f4de93, #ae914b) 1;
    border: 2px solid var(--lightBrown);
    background: var(--deepestGreen);
    z-index: 1;
}
  
.row.header {
    flex-wrap: nowrap;
    text-align: center;
    font-size: 30px;
    background: linear-gradient(to top, #0c2330EE, #071b28EE);
    border-bottom: 1px solid var(--lightGreen);
    text-shadow: 3px 3px #050f15;
}

.column.header {
    display: flex;
    padding-left: 1vw;
    padding-right: 1vw;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    color: #ffffff;
}
.column.header a{
    text-decoration: none;
    color: #ffffff;
}

.icn {
    text-shadow: none;
    display: flex;
    justify-content: flex-end;
}
.headerIcon{
    font-size: 20px;
    color: var(--lightBrown);
    margin-right:5px;
    cursor: pointer;
    padding: 0 5px 0 5px;
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headerIcon.pop{
    color: rgb(11, 11, 209);
}
.headerIcon.noHover{
    cursor: default;
}
.headerIcon i{
    align-self: center;
}
#headerMenu{
    padding-right: 0px;
}
.headerIcon.selected{
    background-image: linear-gradient(to top, rgb(244, 221, 147) 0%, rgba(0,0,0,0) 10%)
}
.headerIcon.selected.pop{
    background-image: linear-gradient(to top, #0000d6 0%, rgba(0,0,0,0) 10%)
}

.headicon,
.headicon:before {
    pointer-events: none;
    background: -webkit-linear-gradient(top left, var(--paleBrown) 10%, var(--lightBrown) 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial; /* reset Font Awesome's display:inline-block */
}
.pop .headicon,
.pop .headicon:before {
    pointer-events: none;
    background: -webkit-linear-gradient(top left, #45d0e2 3%, rgb(11, 11, 209) 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial; /* reset Font Awesome's display:inline-block */
}
.tooltip {
    position: relative;
    display: inline-block;
}


/* Tooltip text */
.tooltip .tooltiptext {
    white-space: nowrap;
    font-size: 15px;
    visibility: hidden;
    pointer-events: none;
    
    background-color: black;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding: 0;
    border: 1px solid var(--lightBrown);
    opacity: 0;
    transition: opacity 1s;
    
    /* Position the tooltip text - see examples below! */
    top: 110%;
    left: 50%;
    margin-left: -60px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
    position: absolute;
    z-index: 3;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--lightBrown) transparent;
}
#miniplayerTooltip{
    visibility: hidden;
    opacity: 0;
    display: none;
}
.shText .tooltiptext{
    display: inline-block!important;
    visibility: visible!important;
    opacity: 1!important;
}

.unnec{
    display: none;
}
.nec{
    display: flex;
}

.row.menuRow{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #020f18;
    padding: 0px 0px 10px 0px;
}
.row.menuRow .column{
    white-space: nowrap;
    padding: 10px 2px 0px 2px;
}
.row.menuRow .column .menuItem{
    cursor: pointer;
}
.row.menuRow a{
    text-decoration: none;
    color: #f4de93;
}
.row.menuRow i{
    pointer-events: none;
}
.row.menuRow .menuItem span{
    border-bottom:1px solid #f4de93;
    margin-left: 5px;
    pointer-events: none;
}
.contentMain{
    background: transparent;
}
.row.selection {
    padding-top: 1em;
    padding-bottom: 0.8em;
    text-shadow: 2px 2px #050f15;
}

.column.selection{
    justify-content: center; 
    margin: auto; 
    display: flex; 
    align-items: center;
}

.YT.selector{
    order: 0;
}

.YT.viewer{
    order:1;
}
.LV.selector{
    order: 2;
    padding-bottom: 5px;
}
.LV.viewer{
    order: 3;
}
.YT,
.LV,
.CHAT{
    display: none;
    padding-bottom: 5px;
}
.CHAT.selector{
    order: 4;
}
.CHAT.viewer{
    order: 5;
}

.autoSync {
    order: 6;
    text-align: center;
    padding-top: 5px;
}
.howtoSync,
.update_lck_13_01_21{
    background-color:#020f18dd;
    padding-top: 5px;
    padding-bottom: 5px;
    display: absolute; 
    width: 100%; 
    position: fixed; 
    justify-content:center; 
    background-color: #020f18dd; 
    bottom:0; 
    z-index: 5; 
    text-align: justify;
	display: none;
}
.howtoSync_body{
    text-align:justify-center;
    display:none;
}
.howtoSync .closed{
    display: inline-block;
}
.howtoSync .open{
    display: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* color: var(--paleBrown) !important; */
}

.dropbtnText {
    flex: 1;
    white-space: nowrap;
    padding: 0 0.5rem 0 0.5rem;
    width: 190px;
    pointer-events: none;
}
.dropbtnText.ct{
    width: initial;
}

.dropbtnIcon {
    flex: 1 1 auto;
    padding: 0 0.5rem 0 0.5rem;
    pointer-events: none;
}
.dropbtnIcon2 {
    display: none;
    flex: 1 1 auto;
    padding: 0 0.5rem 0 0.5rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(202, 149, 149, 0.2);
    z-index: 2;
    border-left: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(#f6c97f, #ca9d4b) 1;
}
.inpt{
    font-family: inherit;
    font-size: inherit;
    text-transform: uppercase;
    display: none;
    pointer-events: all;
    background: transparent;
    color:white;
    border:1px solid transparent;
    border-bottom: 1px solid #f4de93;
}
.inpt:focus{
    outline: none;
}
/* Links inside the dropdown */
.dropdown-content a {
    text-align: left;
    padding: 0.375rem 0.5rem 0.375rem 1rem;
    color: #f0e6d2;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid;
    border-radius: 0;
    background: #020f18;
    border-image: linear-gradient(#f6c87fc2, #ca9d4bb4) 1;
    font-size: 18px;
    transition: all ease .25s;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #242731;
    cursor: pointer;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}
.menuRow.show{
    display: flex!important;
}
.showCol {
    display: block;
}
.howtoSync.show .howtoSync_body{
    display: block;
}
.howtoSync.show .closed{
    display: none;
}
.howtoSync.show .open{
    display: inline-block;
}
.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
/* Desktop */
@media screen and (min-width: 850px) {
    .column {
        flex: 1;
    }
    ._5{
        flex: 0.5 0 5%;
    }
    ._15{
        flex: 1.5 0 15%;
    }
    ._20{
        flex: 2.0 0 20%;
    }
    ._25{
        flex: 2.5 0 25%;
    }
    ._30{
        flex: 3.0 0 30%;
    }
    ._35{
        flex: 3.5 0 35%;
    }
    ._40{
        flex: 4.0 0 40%;
    }
    ._50 {
        flex: 5 0 50%;
    }
    ._55 {
        flex: 5.5 0 55%;
    }
    ._60 {
        flex: 6 0 60%;
    }
    ._65 {
        flex: 6.5 0 65%;
    }
    ._70 {
        flex: 7 0 70%;
    }
    ._75 {
        flex: 7.5 0 75%;
    }
    ._80 {
        flex: 8 0 80%;
    }
    ._85 {
        flex: 8.5 0 85%;
    }
    ._90 {
        flex: 9 0 90%;
    }
    ._95 {
        flex: 9.5 0 95%;
    }
    ._100{
        flex: 10.0 0 100%;
    }

    .YT.selector{
        order: 0;
    }
    
    .YT.viewer{
        order:3;
    }
    .LV.selector{
        order: 1;
    }
    .LV.viewer{
        order: 4;
    }
    .CHAT.selector{
        order: 2;
    }
    .CHAT.viewer{
        order: 5;
    }
    .autoSync {
        order: 6;
    }
    .tooltip .tooltiptext{
        width: 120px !important;
    }
    .row.header {
        font-size: 50px;
    }
    .circleBtnWrapper{
        margin: 0 0 0 10px;
    }
    .headerIcon{
        font-size: 35px;
        margin-right:40px;
        align-self: stretch;
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        
    }
    #headerMenu{
        padding-right: 5px;
        margin-right: 40px;
    }
    .headerIcon i{
        align-self: center;
    }
   
 
    .CHAT .video-wrapper{
        margin: 1vw 0.5vw  0 0.5vw;
    }

}

/* tablet in landscape mode */
@media screen and (min-width: 500px) and (max-height: 600px) {
    .column {
        flex: 1;
    }
    ._5{
        flex: 0.5 0 5%;
    }
    ._15{
        flex: 1.5 0 15%;
    }
    ._20{
        flex: 2.0 0 20%;
    }
    ._25{
        flex: 2.5 0 25%;
    }
    ._30{
        flex: 3.0 0 30%;
    }
    ._35{
        flex: 3.5 0 35%;
    }
    ._40{
        flex: 4.0 0 40%;
    }
    ._50 {
        flex: 5 0 50%;
    }
    ._55 {
        flex: 5.5 0 55%;
    }
    ._60 {
        flex: 6 0 60%;
    }
    ._65 {
        flex: 6.5 0 65%;
    }
    ._70 {
        flex: 7 0 70%;
    }
    ._75 {
        flex: 7.5 0 75%;
    }
    ._80 {
        flex: 8 0 80%;
    }
    ._85 {
        flex: 8.5 0 85%;
    }
    ._90 {
        flex: 9 0 90%;
    }
    ._95 {
        flex: 9.5 0 95%;
    }
    ._100{
        flex: 10 0 100%;
    }

    .YT.selector{
        order: 0;
    }
    
    .YT.viewer{
        order:3;
    }
    .LV.selector{
        order: 1;
    }
    .LV.viewer{
        order: 4;
    }
    .CHAT.selector{
        order: 2;
    }
    .CHAT.viewer{
        order: 5;
    }
    .autoSync {
        order: 6;
    }

    .row.header {
        font-size: 40px;
    }
    .CHAT .video-wrapper{
        max-width: 400px;
        margin: auto;
    }
    .circleBtnWrapper{
        margin: 0 0 0 10px;
    }
    .headerIcon{
        font-size: 30px;
        margin-right:10px;
    }
    #headerMenu{
        padding-right: 5px;
        margin-right: 20px;
    }
}
/* Hover effects only on non-touch */
@media (hover: hover) {
    .headerIcon:hover{
        color: #fff7df;
        background-image: linear-gradient(to top, rgba(244, 222, 147, 0.3) 0%, rgba(0,0,0,0) 50%),
                            radial-gradient(circle at 50% 100%, #f4de93 0%,  rgba(0,0,0,0) 30%) !important;
    }
    .pop.headerIcon:hover{
        color: #fff7df;
        background-image: linear-gradient(to top, rgba(00, 00, 214, 0.3) 0%, rgba(0,0,0,0) 50%),
                            radial-gradient(circle at 50% 100%, #0000d6 0%,  rgba(0,0,0,0) 30%) !important;
    }
    .noHover.headerIcon:hover{
        color: initial;
        background-image: none!important;
    }
    .headerIcon:hover .headicon:before{
        background: #fff7df;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        display: initial;
    }
    .pop.headerIcon:hover .headicon:before{
        background: #79d4e0;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        display: initial;
    }
    .noHover.headerIcon:hover .headiconBefore{
        background: transparent;
    }
    .popout .backer:hover{
        color: #ffffffff !important;
        background: #050f15 !important;
        border-color: var(--lightBrown) !important;
      }
      .popout .backer:hover .headicon,
      .popout .backer:hover .headicon:before{
        background: -webkit-linear-gradient(top left, var(--paleBrown) 10%, var(--lightBrown) 60%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        display: initial; /* reset Font Awesome's display:inline-block */
      }
     /* Show the tooltip text when you mouse over the tooltip container */
     .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .row.menuRow .column .menuItem:hover{
        color: #fff7df;
    }
    .row.menuRow .column a .menuItem:hover .headicon, 
    .row.menuRow .column .menuItem:hover .headicon:before{
        background: #fff7df;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        display: initial;
    }
}