@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
    margin: 0px;
    font-family: "Open sans", sans-serif;
}

.nav-link-accent {
    color: #fa6440;
    letter-spacing: .25px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 20px;
    padding: 5px 10px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    background-color: none
}
.nav-link-accent:hover {
    color: #14bf98;
}

.tv {
    position: relative;
    width: 70vw;
    height: 70vh;
    margin: 20vh 15vw;
    background: rgba(17, 53, 72, 0.5);
    border-radius: 40px;
    color: white;
   
  }

  .mygrid {

    display: grid;
    grid-template-columns: 30% 20% 25% 25%;
    gap:2px; 
    grid-template-rows: 50% 50%; 
    max-height: 100%; 
    align-items: center;
    justify-items: center;  
    top: 50%; 
    -ms-transform: translateY(-50%); 
    transform: translateY(-50%); 
    position: absolute;
    
    
    

  } 


.img-syd {

    max-width: 100%;

   
    
}

.img-vod {



    
}

.img-live {


  
    
    margin-left: -5vw;

}

.img-ull {

    margin-left: -74px;


    
}

img {

    max-width: 100%;

    opacity: 1!important;
   
}

#syd {

    grid-column: 1 / span 2;
    grid-row: 1 / span 2;

}

#live {

    opacity: 1;

    grid-column:4 ;
    grid-row:1 ;


}

#vod {

    opacity: 1;

    grid-column:3;
    grid-row: 1 / span 2;
    
    
}

#ull {

    opacity: 1;

    grid-column :4 ;
    grid-row:2 ;

}

.box select {
    background-color: #052699;
    color: white;
    padding: 7px;
    border: none;
    font-size: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .box select option {
    cursor: pointer;
    padding: 30px;
  }

.q-visu {
    background-color: white;
    border-radius: 10px;
    box-shadow: #2f90b0 2px 4px 14px;
    padding: 0px 15px;
}

.btn-solid-demo {
	display: inline-block;
	padding: 1rem;
    margin: 0rem 1rem;
	border: 0.12rem solid transparent;
	border-radius: 0.25rem;
	background-color: #fa6440;
	color: #fff;
	font: 700 0.75rem/0 "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}
.btn-solid-demo:hover {
	background-color: white;
	color: #fa6440;
	border: 0.12rem solid #fa6440;
}

.playbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    padding: 0.75rem;
    border: 0.12rem solid #052699;
    border-radius: 0.25rem;
    background-color: #116AF8;
    color: #fff;
    font: 600 12px/0 "Montserrat", sans-serif;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
}
.playbutton:hover {
    cursor: pointer;    
	transform: scale(1.01);
    background-color: #052699;
    border: 0.12rem solid #116AF8;
}

.play-icon {
    width: 1.1em;
    height: 1.1em;
    flex-shrink: 0;
}

.vodbutton {
    display: block;
    padding: 1.05rem;
    border: 0.12rem solid #000;
    border-radius: 0.5rem;
    background-color: #fff;
    color: #000;
    font: 600 1rem/0 "Open Sans", sans-serif;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
    max-width: fit-content;
}

.vodbutton:hover {
   background-color: rgb(245, 245, 245);
}


.addPlayerButton {
    display: inline-block;
    padding: 1.05rem;
    border: 0.12rem solid black;
    border-radius: 0.25rem;
    background-color: black;
    color: #fff;
    font: 600 0.875rem/0 "Open Sans", sans-serif;
    margin-left: 0.4rem;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
}
.addPlayerButton:hover {
    color: #052699!important;
    -webkit-box-shadow: rgba(4, 11, 148, 0.3) 2px 4px 10px, rgb(4, 11, 148, 0.3) 2px 4px 10px;
    box-shadow: 2px 4px 10px rgb(4, 11, 148, 0.3), 2px 4px 10px rgb(4, 11, 148, 0.3);
    border: .1rem solid #052699!important;
    background-color: #fbfcfc!important;
    text-decoration: none;
}
.q-cont {
    margin: 10rem 8px 8px 8px;
}

.q-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

.q-col {
    display: flex;
    flex-direction: column;
    font-size: small;
    margin: 5px;
    margin-left:10px;
    text-align: left;
}

.q-back {
    background-color: #062351;
    /*background-color: #113448;*/
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.justify {
    justify-content: space-around;
}
.justify-between {
    justify-content: space-between;
}

.q-input {
    border-color: #052699;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px 10px;
    color: white;
    background-color: #030923;
}

.q-input:focus-visible {
    outline: #116AF8;
}

.q-item {
    flex: 0 0 50%;
    max-width: 50%;
}

.player-wrapper {
    flex: 0 0 90%;
    max-width: 90%;
}
.q-vis {
    flex: 0 0 90%;
    max-width: 90%;
}

.cardPlayers {
    padding: 0rem;
    margin: 1rem 10%;
    
    border-radius: 4px;
    transition: .25s all ease-in-out;
   
    background-color: rgba(255, 255, 255, 0);
}

.cardSelector {
    cursor: pointer;
    transition: .25s all ease-in-out;
}
.cardSelector:hover {
    transform: scale(1.02);
}

.img-logo-player {
    margin: 15px 15px;
    padding: 5px 10px;
    transition: .15s ease-in-out;
    cursor: pointer;
}
.img-logo-player:hover {
    transform: scale(1.1);
}

.globalContainer {
    position: absolute;
    min-height: calc(100vh - 1000px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cardPosition {
    flex: 0 0 10%;
}

a {
    text-decoration:none;
}
.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.q-head {
    display:flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    font-size: .875rem;
    color: black!important;
    height: 4.7rem;
    padding: 0px;
    background-size: 4.7rem 4.7rem;
    margin-right: 1rem;
    margin-left: 1rem;
}


.q-viewers {
    background-color: black;
    border-radius: 0.4rem;
    padding:10px;
    color:white;
}

.q-quality {
    background: url(/demo/hexagonblue.svg) 50% no-repeat;
    padding:10px;
    color:white;
}

.q-efficiency {
    background: url(/demo/hexagondark.svg) 50% no-repeat;
    padding:10px;
    color:white;
}
.q-energy {
    background: url(/demo/hexagongreen.svg) 50% no-repeat;
    padding:10px;
    color:white;
}

.q-peer {   
    color: #f5f5f5!important;
    background-color: #113448!important;
    border: 0.2rem solid #052699!important;
    border-radius: 0.2rem!important;
    cursor: default!important;
    padding: 0.8rem 1.5rem!important;
    font-size: .875rem;
    line-height: 1.5;
}
.visutool {
    position: absolute;
    right: 0px;
    top: 25%;
    left: 10%;
    bottom: 0px;
    background-color: rgba(255,255,255,0.5);
    padding-left: 10px;
    max-height: 100%;
    overflow:auto;
}
.greenscorebar {
    font-family: 'Open Sans ExtraBold';
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: white;
    font-size: 2.5vw;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 0rem;
}
.greenscorenumber {
    color: #36A03D;
}
.greenside {
    flex: 1 1 5%;
    border-right: solid 1px lightgrey;
    margin-right: 1px;
    padding: 0px 1vw;
}
.greenside2 {
    flex: 1 1 10%;
    border-right: solid 1px lightgrey;
}
.greenside3 {
    flex: 1 1 5%;
    margin-right: 1px;
    padding: 0px 1vw;
    border-right: solid 1px lightgrey;
}

.greensideinside {
    flex: 1 1 5%;
    margin-right: 1px;
    padding: 0px 1vw;
}

.greenside4 {
    flex: 1 1 5%;
    margin-right: 1px;
    padding: 0px 1vw;
}

.greenalign {
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    }
.bulbsalign {
    display: flex;
    flex: 1 1 20%;
    align-items: center;
    justify-content: space-around;
    padding: 0px 1vw;
    border-right: solid 1px lightgrey;
}
.bulbsside {
    flex: 1 1 63%;
}
.tick {
    font-size: 2vw;
    margin-right: 0.25rem;
    margin-left: 0.25rem;

}
.bulb {
    height:2.5vw;
    color: #36A03D;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

.fixed-top2 {
position: fixed;
top: 80px;
right: 0;
left: 0;
z-index: 1030;
background-color: #dfe5ec;
}

.fixed-top3 {
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #dfe5ec;
}


@media only screen and (min-device-width: 900px) {
    .greenscorebar {
        font-size: 1.5vw;
    }
}

input[type=range] {
    max-height: 2px;
    -webkit-appearance: none;
    width: 50%;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 50%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: #205928;
  }
  input[type=range]::-webkit-slider-thumb {
    height: 6px;
    width: 15%;
    background: #36A03D;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -2px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #205928;
  }
  input[type=range]::-moz-range-track {
    width: 50%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: #205928;
  }
  input[type=range]::-moz-range-thumb {
    height: 2px;
    width: 50%;
    background: #36A03D;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 50%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #205928;
  }
  input[type=range]::-ms-fill-upper {
    background: #205928;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    height: 2px;
    width: 50%;
    background: #36A03D;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #205928;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #205928;
  }

  @media all and (max-device-width:700px), (max-width:700px) {

    .mygrid {
        display: grid;
        grid-template-rows: 30% 20% 25% 25%;
        gap:2px; 
        grid-template-columns: 50% 50%; 
        max-height: 100%; 
        align-items: center;
        justify-items: center;  
        top: 50%; 
        -ms-transform: translateY(-50%); 
        transform: translateY(-50%); 
        position: absolute;
    }

    #syd {

        grid-column: 1 / span 2;
        grid-row: 1 ;
    
    }
    
    #live {
    
        grid-column:2 ;
        grid-row: 3;
    
    
    }
    
    #vod {
    
        grid-column:1;
        grid-row: 3 / span 2;
        
        
    }
    
    #ull {
    
        grid-column : 2 ;
        grid-row: 4;
    
    }
      
    }