.kedao-player-holder {
  position: relative;
  height: 240px;
  overflow: hidden;
  background-color: #21242a;
  border-radius: 3px;
}
.kedao-player-holder .icon-badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 30px;
  padding: 0 15px;
  border-radius: 0 0 3px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.kedao-player-holder .icon-badge i,
.kedao-player-holder .icon-badge span {
  display: block;
  float: left;
  line-height: 30px;
}
.kedao-player-holder .icon-badge span {
  margin-left: 5px;
  font-size: 12px;
}
.kedao-player-holder .button-remove {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  outline: none;
  color: #fff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.kedao-player-holder .button-remove:hover {
  color: #e74c3c;
}
.kedao-player-holder .button-play {
  position: relative;
  z-index: 2;
  display: block;
  width: 80px;
  height: 80px;
  margin: 40px auto 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  outline: none;
  color: #fff;
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.kedao-player-holder .button-play:hover {
  background-color: #3498db;
}
.kedao-player-holder .kedao-name {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.kedao-player-holder .kedao-url {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 10px auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.kedao-player-holder .kedao-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.3;
}