#details-video-player .art-notice {
  display: none !important;
}

#details-video-player .art-icon::after {
  display: none !important;
}

#details-video-player .art-icon::before {
  display: none !important;
}

#details-video-player .art-progress-hover {
  display: none !important;
}

#details-video-player .art-bottom .art-progress .art-control-progress {
  height: 4px !important;
  border-radius: 2px !important;
}

#details-video-player .art-bottom .art-progress .art-control-progress .art-control-progress-inner {
  background: rgba(255, 255, 255, 0.36) !important;
}

#details-video-player .art-bottom .art-progress .art-control-progress .art-control-progress-inner .art-progress-loaded {
  background: rgba(255, 255, 255, 0.5) !important;
}

#details-video-player .art-bottom .art-progress .art-control-progress .art-control-progress-inner .art-progress-played {
  background: #fff !important;
}

#details-video-player .art-bottom .art-progress .art-control-progress:hover .art-control-progress-inner {
  height: 100%;
}

#details-video-player .art-progress-indicator {
  background: #fff !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 10px !important;
}

#details-video-player .art-bottom .art-progress .art-control-progress .art-control-progress-inner .art-progress-indicator:hover {
  transform: scale(1) !important;
}

/* #details-video-player .art-progress-indicator::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #F22B41;
} */

#details-video-player .art-icon-state {
  display: none !important;
}

#details-video-player .art-control-fullscreenWeb::before {
  display: none !important;
}

#details-video-player .art-control-fullscreenWeb::after {
  display: none !important;
}

#details-video-player .art-controls .art-controls-left .art-control-volume {
  position: absolute !important;
  right: 47px !important;
}
