.range-slider {margin:0 5px 10px}
.range-slider-track {
  width:auto;
  height:20px;
  margin:0 auto;
  position:relative;
  cursor:pointer;
}
.range-slider-track:before {
  content:"";
  display:block;
  position:absolute;
  top:9px;
  left:0;
  width:100%;
  height:2px;
  background-color:white;
}
.range-slider-track .dragger {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    z-index: 2;
    background-color: white;
    cursor: inherit;
    border-radius: 50%;
    margin-top: 10p;
    top: 5px;
}
.range-slider-vertical {
  display:inline-block;
  vertical-align:middle;
  margin:5px 10px 5px 0;
}
.range-slider-vertical .range-slider-track {
  cursor:n-resize;
  width:20px;
  height:100px;
}
.range-slider-vertical .range-slider-track:before {
  top:0;
  right:auto;
  left:9px;
  width:2px;
  height:100%;
}
.range-slider-vertical .range-slider-track .dragger {
    width: 10px;
    height: 10px;
    left: 5px;
}
.dragger:hover{
    box-shadow: 0px 0px 4px 2px white;
}
  


.vp-editor-window{
  margin: 0px auto;
  position: relative;
} 

.vp-editor-video-wrap{
  width: 100%;
  height: 100%;
}
#vp_player{
  width: 100%;
  display: block;
  font-size: 0px;
}
.vp-editor-elements-wrap{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 40px);
  box-sizing: border-box;
}

.vp-editor-controller-wrap{
  position: absolute;
  width: calc(100% - 40px);
  height: 42px;
  bottom: 10px;
  left: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  display: grid;
  grid-template-columns: 60px auto 120px;
  color: white;
  padding:0px;
  box-sizing:border-box;
  padding: 0px 10px;
  z-index: 300;
  grid-gap: 20px;
}

.vp-player-part{
  background-color: var(--player_color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vp-hover-timer{
  background-color: var(--player_modal_color);
  position: absolute;
  top:-50px;
  width: 100px;
  border-radius: 5px;
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.vp-controller-timer:hover .vp-hover-timer{
  display: flex;
}

.vp-hover-timer:after{
  content: '';
  border: 10px solid transparent;
  border-top-color: var(--player_modal_color);
  position: absolute;
  left: 40px;
  bottom: -20px;
}
.device-inner:hover .vp-editor-controller-wrap{
  visibility: visible;
  opacity: 1;
}

.vp-controller-item{
  font-size: 18px;
  text-align: center;
  position: relative;
  padding-top: 4px;
  height: 40px;
    box-sizing: border-box;
}
.vp-controller-item:hover{
  background: var(--player_modal_color);
}
.vp-controller-item img{
  width: 100%;
}
.vp-controller-time-show{
  font-size: 12px;
  position: absolute;
  left: 10px;
}
.vp-controller-play{
  cursor: pointer;
}
.vp-controller-timer{
  position: relative;
  background-color: var(--player_time_color) !important;
  cursor: col-resize;
}
.vp-controller-volumn-wrap{
    position: absolute;
    top: -130px;
    left: 0px;
    background: var(--player_modal_color);
    width: 39px;
    height: 130px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
  /*visibility: hidden;
  opacity: 0;*/
  transition: visibility 0s, opacity 0.2s linear;
  display: none;
}

.vp-controller-volumn:hover .vp-controller-volumn-wrap{
  /*visibility: visible;
  opacity: 1;*/
}
.active-pointer{
    box-shadow: 0px 0px 4px 2px white;
} 


.vp-controller-setting-wrap{
  position: absolute;
    bottom: 40px;
    left: -65px;
    background-color:  var(--player_modal_color);
    width: 150px;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
  /*visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;*/
  font-size: 16px;
  display: none;
}
.vp-setting-speed-title{
  display: grid;
    grid-template-columns: 80px auto;
    margin-bottom: 5px;
    border-bottom: 1px solid #828282;
    padding: 5px 10px;
}
.vp-setting-speed-value{
  text-align: right;
}
.vp-setting-speed-item, .vp-setting-quality-item{
    display: grid;
    grid-template-columns: 35px auto;
    padding: 5px;
    font-size: 14px;
    grid-gap: 10px;
    cursor: pointer;

}
.vp-setting-speed-item-icon{
  font-size: 12px;
}
.vp-setting-speed-item-title{
  text-align: left;
}

.vp-controller-setting:hover .vp-controller-setting-wrap{
  /*visibility: visible;
  opacity: 1;*/
}

#vp_timer{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}
#vp_timer_picker{
    position: absolute;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 5px;
    top: 6px;
    visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}

#vp_timer_picker_thumb{
  position: absolute;
    bottom: 25px;
    left: -76px;
    width: 160px;
    height: 120px;
    /*background: red;*/
}
#vp_timer_picker_thumb_show{
    position: absolute;
    bottom: 5px;
    width: 60px;
    left: 50px;
    background: black;
    border-radius: 3px;
    color: white;
    text-align: center;
    padding: 5px;
}
.vp-controller-timer:hover #vp_timer_picker{
  visibility: visible;
  opacity: 1;
}
.vp-button-ele{
  cursor: pointer;
}
@media(max-width: 800px){
  .vp-editor-controller-wrap{
    visibility: visible;
    opacity: 1;
    height: 20px;
    grid-template-columns: 40px auto 60px;
    width: calc(100% - 20px);
    grid-gap: 5px;
    bottom: 2px;
    left: 10px;
  }
  .vp-controller-setting-wrap{
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 20px;
    left: -90px;
  }
  .vp-controller-item{
    height: 20px;
    font-size: 12px;
    padding-top: 0px;
  }
  .vp-controller-item img{
    height: 20px;
  }
  .vp-editor-elements-wrap{
    height: calc(100% - 20px);
  }
  .vp-controller-fullscreen{
    display: none;
  }
}