.bodyprops {
  font-family: PrototypeAuto;
  background: #000000;
  font-size: 14px;
  text-align: center;
  color: #818181;
}

#player-container {
  width: 300px;
  margin: 20px auto;
}

#cover {
  width: 300px;
  height: 300px;
  background: url('../../assets/img/pbox1.webp') no-repeat center;
  background-size: cover;
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding: 0;
}

.playing {
  font-weight: bold;
  color: red;
}

.mybutt {
  color: #818181;
  margin: 5px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

li {
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

#progress-container {
  width: 100%;
  background: #ccc;
  height: 5px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}

#progress-bar {
  width: 0;
  height: 100%;
  background: red;
}

#playlist {
  list-style: none;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #080C10;
  color: white;
}

.divprops {
  text-align: center;
  padding-top: 25px;
}

.buttprops {
  background: url("../../assets/img/black-carbon-fiber-texture-background_1017-23627.jpg") center / cover no-repeat, rgba(129,129,129,0.23);
  border-radius: 30px;
  border-style: none;
  margin-top: 5px;
  text-align: center;
}

.vidprops {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}

.miniprops {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 10px;
}

