body {
    font-family: Quicksand, sans-serif;
    /*font-size: 1.3rem;*/
    background-color: #f4f4f4;
}

.title{
    color: #666666;

}


.side{
    background-color: rgba(0.0, 0.0, 0.0, 0.7);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    /*top: 15%;*/
    border-radius: 30px;
    font-size: 16px;
    width: 560px;
    height: 450px;
    left: calc((100% - 560px) / 2);
    top: calc((100% - 500px) / 3);
}

.select-side{
     padding-top: 50px;
}

h2{
    margin: 6px;
    margin-bottom: 14px;
    font-size: 18px;
    color: #35e2d7;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline-color: #25a198;
}

.picker-wrapper{
    position: absolute;
}

.colours-picker{
    margin-top:6px;
    margin-bottom:10px;
    width: 130px;
    height: 130px;
}


#inner-picker-wrapper{
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-radius: calc((100% - 0px)/2);
    top:25px;
    left:25px;
}



#outer-picker-wrapper{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top:0;
    left:0;
}



input[type=color]{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
	display: block;
	border: none;
}


button {
    border: 2px solid #eeeeee;
    background: #444a4f;

}

.touch {
    color: #8c959b;
    border-color: #8c959b;
}

.touch-arrow {
    color: #8c959b;
}

.instructions {
    	background-color: rgba(0.0, 0.0, 0.0, 0.7);
}

#map-canvas{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    /*background-color: #00d9ff;*/
}

#connect2{
    margin-top: 36px;
    margin-bottom: 10px;
    background: #0f0f23;
    color: #35e2d7;
    border-color: #35e2d7;
    /*font-size: 18px;*/
    /*height: 60px;*/

}

.content-screen{
    width: 1600px;
    height: 900px;
    border-radius: 10px;
    border-color: slategray;
    border-width: 1px;
    border-style: solid;
}

.content-screen-small{
    position: absolute;
    top: -50px;
    width: 900px;
    aspect-ratio: 1.64;
    border-radius: 10px;
    border-color: darkslategray;
    border-width: 1px;
    border-style: solid;
}

.screen-placeholder{
    width: 100%;
    aspect-ratio: 1.66;
        border-radius: 4px;
    border-color: darkslategray;
    border-width: 1px;
    border-style: solid;
    background-color: #6f7e8e;
    margin-bottom: 30px

}

button {

    height: 46px;
    border-radius: 23px;
    margin-left: 60px;
    margin-right: 60px;
    width: calc(100% - 120px);
}


.square-form{
    width: 300px;
    margin-top: 10px;
    font-size: 20px;
    padding: 3px 10px 3px 10px;
    border: none;
    font-family: Quicksand, sans-serif;
}

.info-box {
    margin-top: 26px;
}

#player-holder{
    position: absolute;
    left: 20px;
    bottom: 45px;
    width: 220px;
    z-index: 1;
}

#player-holder audio{
    display: none;
}

#volume-controls{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 14px;
    background-color: rgba(15, 15, 35, 0.7);
    border-radius: 12px;
}

.volume-slider{
    display: flex;
    align-items: center;
    gap: 8px;
}

.control-icon{
    width: 19px;
    height: 19px;
    color: #8c959b;
    flex-shrink: 0;
}

.mic-row{
    display: flex;
    align-items: center;
    gap: 8px;
}

#mic-icon-off{
    color: #ff6b6b;
}


.mic-link{
    font-size: 12px;
    color: #35e2d7;
    text-decoration: none;
    cursor: pointer;
}

.mic-link:hover{
    text-decoration: underline;
}

.mic-link.mic-muted{
    color: #ff6b6b;
}

.volume-slider input[type="range"]{
    -webkit-appearance: none;
    appearance: none;
    flex: 1;
    height: 4px;
    background: #2a2a3e;
    border-radius: 2px;
    outline: none;
}

.volume-slider input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #35e2d7;
    border-radius: 50%;
    cursor: pointer;
}

.volume-slider input[type="range"]::-moz-range-thumb{
    width: 14px;
    height: 14px;
    background: #35e2d7;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}


#screen-holder iframe{
    position: relative;
    top: -1.0px;
    left: -1.0px;
}

#twitch_chat{
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    width: 300px;
    height: calc(100% - 100px);
    z-index: 1;
    border-color: slategray;
    border-width: 1px;
    border-style: solid;
    opacity: 0.8;
}

#twitch-user-underlay{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100px;
    background-color: rgba(15, 15, 35, 0.7);
    z-index: 1;
}

#twitch-user-holder{
    position: absolute;
    right: 0;
    top: 20px;
    width: 300px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding-right: 30px;
    box-sizing: border-box;
}

.home-link{
    position: absolute;
    left: 12px;
    top: 0;
    color: #8c959b;
    display: flex;
}

.home-link:hover{
    color: #35e2d7;
}

.home-link svg{
    width: 20px;
    height: 20px;
}


.twitch-avatar{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border-color: #4b3081;
    border-width: 2px;
    border-style: solid;
}

.twitch-username{
    font-size: 16px;
}

.disconnect-twitch{
    position: absolute;
    right: 0;
    top: 75px;
    width: 300px;
    text-align: center;
    font-size: 12px;
    z-index: 1;
}

.disconnect-twitch:hover{
    cursor: pointer;
}

#connect-with-twitch{
    font-size: 20px;
}

#click-to-start{
    font-size: 24px;
position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.info-box-stable{
    /*margin-top: 40px;*/
    margin-right: 40px;
    margin-left: 40px;
}

#node-menu{
    display: none;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 100px;
    z-index: 1000;
    border-radius: 8px;
    background-color: rgba(0.0, 0.0, 0.0, 0.7);
    /*border: 2px solid #229089;*/
    border: 1px solid grey;
}

#node-menu button{
    height: 30px;
    width: 100px;
    padding: 0;
    background: rgba(0.0, 0.0, 0.0, 0.7);

    margin: 0px;
    /*border: 2px solid grey;*/
    display: inline-block;
    border: 2px solid #229089;
}
