
#appheadername{

}
#customroommodal{
  position: fixed;
  top:0px;
  left: 0px;
  width: 0px;
  height: 100%;
  z-index: 23;
  background-color: black;
  transition: width 500ms;
  overflow: hidden;


}
#playerlayer{

  width: 300px;
  max-height: 600px;
  margin: auto;
  margin-top: 100px;
}
.playerrow{
  border-radius: 40px;

  font-family: inter;
  color: white;
}
.playerrowimage{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-color: red;
  vertical-align: top;
}
.playernamediv{
  width: 200px;
  display: inline-block;
  margin-top:10px;
  border-bottom: solid 1px white;
}
#playerrowsection{
  overflow: hidden;
  overflow-y: auto;
}
#smallinfodiv{
  font-family: inter;
  color:white;
  padding-left: 50px;
}
#smallinfodiv > p{
  margin: 10px;
  cursor: pointer;
}
