
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.logo{
  width: 150px;
  margin:0 0 0 1%;
}
.navbar{
  width: 100%;
  padding:0;
  margin:0;
  background-color: #3d3d3d;
  
}
#fullplay{
  width: 30px;
}
#fullplay:hover{
  cursor: pointer;
}
#bplay{
  background-color: transparent;
  border: none;
}
.listanav{
  display: flex;
}
.drones{
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 10px 0 0;
}
.drones ul{
  background-color: #5c5c5c;
}
.drones ul li{
  border-radius: 5px;
  padding:10px;
  color:white;
}
.drones ul li:hover{
  cursor: pointer;
  background-color: #d10000;
}
.drones img{
  width: 55px;
}
.players{
  padding-top:65px;
  background-color: #f7f7f7;
}
.player{
  padding: 20px 10px 10px 10px;
  /*background-color: red;*/
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.player .close{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: red;
}
.textos{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3d3d3d;
  color:#f7f7f7;
  font-weight: bold;
}
.textos p{
  margin: 5px 5px 5px 10px;
}
.textos img{
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.textos img:hover{
  cursor: pointer;
}

.op-bottom-panel{
  background-color: #3d3d3d62 !important;
  height: 40px;
  padding:0;
  margin:0;
}
.op-left-controls{
  padding:5px 0 0 0 !important;
}
.op-left-controls i{
  color: #f7f7f7;
}
.op-right-controls{
  padding:5px 0 0 0 !important;
}
.op-right-controls i{
  color:#f7f7f7;
}
.op-volume-slider-value{
  background-color:red !important;
}
