html, body { height: 100%; margin: 0; padding:0; width: 100%; }

body { background-color: rgb(0,0,0); background-image: url(/images/audience-backlit.jpg); background-position: center; background-size: cover; color: white; font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: 14px; overflow: hidden; }

a { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
.border-color { border-color: #333 }

header, footer { background-color: rgba(0,0,0,0.75); /*border-bottom: 1px solid #333; border-top: 1px solid #333;*/ position: fixed; width: 100%; z-index: 10; }
header { padding: 0; margin: 0; height: 30px; top: 0; }
.main-menu { display: inline-flex; padding: 1px; margin: 0; }	
.main-menu a { padding: 6px 10px; }
.main-menu a:hover { background: linear-gradient(#900, #500); background-color: rgb(159,3,0); cursor: pointer; }
.main-menu img { margin: -3px 0; }
.user-menu { display:inline-flex; position: absolute; right: 0; }

#startevent, #endevent, #cancelEvent { font-weight: 600; text-align: center; width: 68px; text-shadow: 1px 1px 1px black; }
#startevent { background-color: limegreen; }
#endevent { background-color: red; }
#cancelEvent { background-color: orange; }
    
.viewport { position: absolute; bottom: 30px; left: 0; right: 0; top: 32px; }
    
.menu-wrapper { position: absolute; bottom:0; top: 0; width: 32px; }
.menu-wrapper ul { display: flex; margin: 0; padding: 0; flex-direction: column; }
.menu-wrapper li { margin: 6px auto; list-style:none; cursor: pointer; text-align: center; text-shadow: 0 0 4px black; }
.menu-wrapper a, .menu-wrapper a:visited { font-size: 18px; }
.menu-wrapper a:hover { color: rgb(223,3,0); }
.listeners { font-size: 13px; }
  
.video-wrapper { position: absolute; bottom:0; left: 33px; right: 380px; top: 0; overflow-x: hidden; overflow-y: scroll; }
.videoplayer { padding-top: 56.25%; /* 16:9 Aspect Ratio */ position: relative; background-image: url(/images/konduit-logo-bw-360.png); background-position: center; background-repeat: no-repeat; background-size: contain; background-color: rgba(0,0,0,0.5); }
.videoplayer iframe, .konduit-player, .fa-play-circle, .UsersOnlineList, .HostMenu, .LatestEvents { position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; }
.fa-play-circle { display: none; font-size: 200px; height: 200px; margin: auto; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; width: 200px; }
video { height: 100%; position: absolute; width: 100%; }
#controls { display: none; }
#hlsLevels { bottom: 0; font-weight: 600; left: 0; position: absolute; right: 0; margin: 5px; }
.resolution { background-color: rgba(0,0,0,0.7); border: 1px solid #333; color: #444; display: inline-block; padding: 5px; margin: 2px; text-align: center; width: 60px; }
.resolution-selected { background: #249; color: #FFF; }
.resolution:hover, .red { background: #900; color: #FFF; cursor: pointer; }
#vol-control { bottom: 0; width: 20%; position: absolute; right: 0; margin: 5px; }
.slider { -webkit-appearance: none; background: black; outline: none; background-color: rgba(0,0,0,0.7); border: 1px solid #333; }
.slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 27px; height: 27px; background: #900; cursor: pointer; }
.slider::-moz-range-thumb { width: 27px; height: 27px; background: #900; cursor: pointer; }
#pipButton { position: absolute; right: 10px; top: 10px; font-size: 24px; }
  
.video-stream-info { padding: 5px 0px; margin: 5px 0px; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }
.videores { border-radius: 3px; background: linear-gradient(#39F, #249, #024); padding: 5px; margin: 5px 0px; margin-right: 5px; }
.stream-info-block { background-color: rgba(0,0,0,0.5);  border: 1px solid #333; margin-bottom: 10px; }
.stream-info-block h2 { background-color: rgba(0,0,0,0.5); display: block; font-size: 18px; margin: 0; padding: 5px 10px; }
.stream-info-block h3 { font-size: 14px; margin: 0; padding: 3px 0; }
.stream-info-block-div, .stream-info-block p, .stream-info-block form { margin: 5px 10px; }
.stream-info-block input { background-color: transparent; border: 1px solid rgb(159,0,0); color: rgb(231,231,231); outline: none; padding: 3px; width: 300px; }
.stream-info-block input[type="submit"], .stream-info-block button { background: linear-gradient(#900, #500); background-color: rgb(159,0,0); border: none; color: #FFF; outline: none; padding: 4px 15px; }
  
.grids2{ margin: 0; }
.grid { border: 1px solid #222; position: relative; margin: 10px 10px; width: 320px; padding: 0 7px; background: rgba(0, 0, 0, 0.75); float:left; white-space: nowrap; overflow: hidden; cursor: pointer; text-shadow: 2px 2px 4px black; }
.grids a:hover { animation-name: highlight; animation-duration: 0.7s; background-color: rgba(255,0,0,0.25); box-shadow: 0 0 5px rgba(255,0,0,0); }
.grids .title { margin-top: 5px; margin-bottom: 5px; }
.grids .user-name { margin-top: 5px; }
.grids .stream-info { margin-bottom: 5px; }
.grids .stream-viewers { position: absolute; right: 5px; bottom: 5px; }
.image { padding-bottom: 56.25%; /* 16:9 */ position: relative; overflow: hidden; }
.image img{ margin: auto; position: absolute; height: 100%; top: 0; bottom: 0; left: 0; right: 0; }
    
.social { display: inline-flex; list-style: none; margin: 0; padding: 0; position: absolute; right: 0; }
.social li { margin: -2px 5px; }
.tipping { display: inline-flex; list-style: none; margin: 0; padding: 0; position: absolute; right: 60px; }
.tipping li { margin: 0 5px; }
.tippme {}
.paypalme { background-color: #48F; display: inline-flex; font-weight: bolder; height: 18px; margin-top: -2px; padding: 1px 5px; text-shadow: 2px 2px black; vertical-align: middle; }
.crypto_link { background-color: orange; display: inline-flex; font-weight: bolder; height: 18px; margin-top: -2px; padding: 1px 5px; text-shadow: 2px 2px black; vertical-align: middle; }
    
.side-wrapper { border: 1px solid #333; color: rgb(231,231,231); position: absolute; background-color: rgba(0,0,0,1); bottom: 10px; right: 10px; top: 10px; width: 360px; }
.info-wrapper { }
.event_host { border-bottom: solid 1px rgb(63,63,63); padding: 3px 6px 1px 6px; font-weight: bold; color: #dfff00;}
.event_host span{ float: right; }
.chatbox h3 { text-shadow: 4px 4px rgba(0,0,0,0.5); height: 50px;}
.chathead { border-bottom: solid 1px rgb(63,63,63); padding: 0 6px; overflow: hidden; text-overflow: clip; white-space: nowrap; }
.chatstatus { height: 72px; padding: 0 10px; text-shadow: 2px 2px black; border-bottom: solid 1px #333; }
.chatstatus p { margin: 0 -4px; }
.streaminfo { font-size: 16px; }
.hypeWrapper { border-left: none; border-right: none; border-top: 1px solid rgb(159,0,0); position: absolute; width: 100%; bottom: 0; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }
.hype { background: linear-gradient(#900, #500); background-color: rgb(159,0,0); border: none; color: white; font-size: 20px; font-weight: bolder; outline:none; padding: 4px 10px; cursor: pointer; }
.hypeoff { color: rgba(0,0,0,0); background-position: center; background-image: url(/images/hypebg.gif); }
#hype { font-size: 26px; float: right; margin-right: 5px; }
    
.login-block { background-color: black; padding: 0 10px; position: relative; z-index: 20; }
.login-block div { font-size: 20px; font-weight: bolder; margin: 10px 0; }
.login-block p { margin-bottom: 10px; }
.login-block input { background-color: rgb(159,0,0); border: 1px solid rgb(159,0,0); box-sizing: border-box; color: rgb(255,255,255); font-size: 18px; outline:none; padding: 4px 10px; cursor: pointer; width: 100%; }
.fb-login-button { margin: auto; }

.chat-wrapper { position: absolute; top: 111px; width: 100%; overflow-y: scroll; overflow-x: hidden; }
.chat-wrapper { bottom: 61px; }
#usermsg { flex: 2; height: 26px; background: transparent; color: rgb(239,239,239); border: none; outline: none; padding: 1px 5px; }
#submitmsg { padding: 5px 15px; background: linear-gradient(#900, #500); background-color: rgb(159,0,0); border: none; color: white; }
.chatimg { display: inline-block; min-height: 25px; max-height: 30px; margin-top: -10px; margin-bottom: -10px; vertical-align: middle; }
.bigimg { display: block; margin: 3px auto; max-height: 240px; max-width: 100%; }
.msgln { background-color: rgba(255,255,255,0.05); border-bottom: 1px solid black; display: block; font-size: 14px; padding: 4px; line-height: 2; }
.msgln a:visited, .msgln a { color: inherit; }
.msgln:nth-of-type(odd) { background-color: rgba(255,255,255,0.1); }
.event_owner, .event_owner:nth-of-type(odd) { color: #99CCFF; }	
.msgadmin {color: orange; }
.msgmod { color: lightgreen; }
.msguser { color: #CCC; }
.event_owner, .msgadmin, .msgmod, .msguser { font-weight: bold; }
    
.chat-input { box-sizing: border-box; border-top: 1px solid rgb(159,0,0); position: absolute; display: inline-flex; bottom: 32px; height: 30px; left: 0; right: 0; }
.emotes { display: block; padding-left: 4px; width: 30px; font-size: 26px; color: rgb(159,0,0); }
    
.UsersOnlineList, .HostMenu, .LatestEvents { background: linear-gradient(90deg, black, transparent); border-top: 1px solid #333; display: none; }
.userlist-wrapper { border-bottom: 1px solid #333; }
.userlist-wrapper h3 { display: inline-block; margin: 0; padding: 6px 15px; }
.userlist-content { position: absolute; top: 32px; bottom: 0; overflow: auto; }
.UsersOnlineList h3 { display: inline-block; margin: 0; padding: 6px 15px; }
.UsersOnlineListClose, .admin, .punt, .closeButton { position: absolute; right: 0; cursor: pointer; }
.username { font-size: 16px; }
.admin { display: none; }
.admin, .punt { padding-right: 15px; }
#OnlineList { padding: 10px 10px; overflow: auto; position: absolute; bottom: 0; right: 0; left: 0; top: 32px; }
    
footer { display: inline-flex; text-align: center; height: 28px; bottom: 0; padding: 0; }
footer div { margin-top: 6px; margin-left: 6px; }
footer form { margin-top: 4px; position: absolute; right: 0; }
    
.purple { color: blueviolet; }
    
.hide { display: none; }
.clear { float: none; }
    
.alert-wrapper   { bottom: 0; display: none; left: 0; position: absolute; right: 370px; top: 0; z-index: 100; }
.alert-container { background-color: rgba(0,0,0,0.75); border: 1px solid #000; color: white; display: block; margin: 20% auto; padding:0; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; width: 480px; }
.alert-header    { margin: 0; padding: 13px; }
.alert-message   { margin: 0; padding: 13px; text-align: justify; }
    
    ::-webkit-scrollbar-track
    {
        background-color: rgba(0,0,0,0.0);
    }
          
    ::-webkit-scrollbar
    {
        width: auto;
    }
          
    ::-webkit-scrollbar-thumb
    {
        background-color: rgba(34,34,34,0.5);
    }
    
.bg_heart {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
 }

.heart {
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -m-transform: rotate(-45deg);
    transform: rotate(-45deg)
 }

.heart:before {
    position: absolute;
    top: -50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

.heart:after {
    position: absolute;
    top: 0;
    right: -50%;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

@-webkit-keyframes love {
  0%{top:110%}
  100% {opacity:0%}
}
@-moz-keyframes love {
  0%{top:110%}
  100%{opacity:0%}
}
@-ms-keyframes love {
  0%{top:110%}
  100%{opacity:0%}
}
@keyframes love {
  0%{top:110%}
  100%{opacity:0%}
}
		
@media screen and (max-width:777px) {
  .mobile-wrapper { height: 52%; }
  .video-wrapper { border-left: none; position: relative; left: 0; right: 0; overflow-y: auto; width: 100%; }
  .menu-wrapper { background-color: rgba(0,0,0,0.5); position: relative; height: 50px; width: 100%; }
  .menu-wrapper ul { flex-direction: row; }
  .main-menu a:nth-child(2),.main-menu a:nth-child(3),.main-menu a:nth-child(4) { display: none; }
  .chatstatus p { display: none; }
  .hide-mobile { display: none; }
  .chatstatus { height: auto; text-overflow: clip; }
  .chat-wrapper { overflow-y: auto; top: 19px; }
  .chat-input, .hypeWrapper{ border-left: none; border-right: none; }
  .side-wrapper { border-left: none; border-right: none; position: relative; height:48%; right: 0; bottom: 0; width: 100%; }
  #vol-control { width: 25%; }
  ::-webkit-scrollbar-track { border-left: none; }
  .alert-wrapper { right: 0; width: 90%; margin: 0 5%; }
  .alert-container { width: auto; }
  .mobile-hide { display: none; }
  #startevent, #endevent { margin-left: 0; }
}

/* @media screen and (min-aspect-ratio:16/9) {
.videoplayer { padding-top: 56.25%; }
}

@media screen and (min-aspect-ratio:64/27) {
.videoplayer { padding-top: 42.18%; }
}
    
@media screen and (min-aspect-ratio:32/9) {
.videoplayer { padding-top: 28.12%; }
} */