body{
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Comfortaa';
    font-size: 15px;
     
}
/* .container{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
} */

.title{
  color: black;

  text-align: center;
  font-weight: 800;
}
.col-left{
    background-color: #dadada;
    
    padding: 10px;
    align-items: center;
    justify-content: center;
    align-items: center;

}
.col-right{
    background-color: #b0b0b0;
    
     padding: 10px;
     align-items: center;
justify-content: center;
}
.right-box{
     
    
    text-align: center;
    
}
.left-box{
     
    
    text-align: center;
     
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;

    
}

.ads{
  margin: 15px;
}


.roomcode-box{
    margin-top: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding: 10px;
border-radius: 10px;
background-color: aliceblue;
}
.roomcode-box>input{
    margin: 5px;
    padding: 5px;
    border:2px solid #4D6674;
    background-color: #4D6674;
    border-radius: 5px;
    color: greenyellow;
    font-weight: 800;
    font-size: 12px;
    width: 80%;

}
.room-text{
  color: #324D5D;
}
#fileinput{
    cursor: pointer;
    position: relative;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #324D5D;
    flex: 1;
    opacity: 0;
    
}
#drop_zone {
    position: flex;
    border: 5px dashed #324D5D;
 
    height: 50vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    
     
     
  }
  #sendFileBtn{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: aquamarine;
color: black;
cursor: pointer;
padding: 10px;
border-radius: 5px;
border: 1px solid #324D5D;
display: block;
margin: 5px;
width: 50%;
font-weight: bolder;
 
  }
  #sendFileBtn:hover{
    background-color: greenyellow;

  }
  #drop_zone_text{
  position: relative;
  top: 0;
  left: 0;
  color: black;
  font-size: large;
  padding: 20px;

  }
  .drop-area{
   
  }
  .fileprogress-box{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    padding: 10px;
   
    text-align: center;
    margin: 0px 50px ;
    background:black;
    border-radius:10px;
    

  }
  .progress{
    
    margin-top: 5px;
    font-size: 55px;
    color: aquamarine;
    font-weight: bold;
    
  }
  .progress-bar{
    border: 1px solid #324D5D;
  }
  .progress-bar-fill{
    background-color: aquamarine;
    width: 0%;
    height: 25px;
  }
  .stats-area{
    display: none;
    width: 50vw;
  }
  .info-box{
    background-color: black;
    color: aquamarine;
    font-size: 8px;
    padding: 4px;
    margin: 5px;
     
  }
  #filename-text{
    color: yellowgreen;
  }
  msglist>a{
  font-size: 20px;
text-decoration: none;
color: white;
margin:10px;
display: block;
  }
  msglist{
    height: 100px;
    overflow: scroll; 
    padding: 5px;
    margin-bottom: 10px;
  }
  
  