.player-gen {
  width: 100%;
  /*background-color: #080808;*/
  height: 100vh;
  display: flex;
  /*justify-content: center;*/
  /*align-items: center;*/
  flex-direction: column;
}

#track-selection {
  outline: none;
  box-shadow: none;
  border: none;
  width: calc(100% - 286px);
  padding: 1px 12px;
  height: 33px;
  top: 118px;
  left: 157px;
  z-index: 2;
  background-color: rgba(4,82,220,0.29);
  color: #3b9afa;
  font-family: monospace;
}

.form-select {
  z-index: 2;
  position: absolute;
  /*top: 50px;*/
  /*height: 50px;*/
}

.player-back {
  z-index: 0;
}

.player_skin_cont {
  background-color: rgba(4,84,242,0.7);
  position: relative;
  width: 600px;
  height: 380px;
  padding: 20px;
}

#label {
  position: absolute;
  top: 72px;
  left: 27%;
  font-weight: lighter;
  letter-spacing: 3px;
  font-size: 18px;
}

#player {
  font-family: monospace;
  color: #3b9afa;
}

#music-player {
  /*position: absolute;*/
  /*bottom: 134px;*/
  /*left: 83px;*/
  /*width: 61%;*/
  /*height: 30px;*/
  /*background: none;*/
  /*border: none;*/
  /*outline: none;*/
}

#vol-btn {
  top: 161px;
  right: 131px;
}

.player-icons {
  position: absolute;
  width: 35px;
  height: auto;
  color: #acbdcd;
}

#play-btn {
  top: 117px;
  left: 111px;
}

.timecode {
  position: absolute;
  top: 170px;
  left: 200px;
  width: 200px;
}

#player {
  /*background-image: url('../../assets/img/grid_bp.png');*/
}

#player-disc {
  background-color: red;
}

.container-disc {
  margin: auto;
}

#cont-amplitud {
  width: 100%;
  height: 100vh;
  background-color: var(--bs-gray-dark);
}

