.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
	box-shadow: none;
	border:1px solid #707070;
}

.custom-control-label:before{
	background-color:#000 !important;
	border-radius: 2px !important;
	border:1px solid #707070;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background-color:#f00 !important;
	border:none;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-apperance: none;
  background: rgba(0,0,0,0.15);
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(0,#fff));
  background-repeat: no-repeat;
  height: 3.4px;
  margin: auto;
  outline: none!important;
  width: 97%;
  mix-blend-mode: normal;
  border-radius: 100px;
  webkit-tap-highlight-color: transparent!important;
}

.fixedPlayerList.fullScreen input[type=range]{
  background: rgba(255,255,255,0.2);
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 13px;
  width: 13px;
  border-radius: 8px;
  background: #C00D0E;
  cursor: pointer;
  transition: all .2s;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 13px;
  width: 13px;
  border-radius: 8px;
  background: #C00D0E;
  cursor: pointer;
  transition: all .2s;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 13px;
  width: 13px;
  border-radius: 8px;
  background: #C00D0E;
  cursor: pointer;
  transition: all .2s;
}

input[type=range]:hover {
  cursor: pointer;
  height: 6px;
}
input[type=range]:hover::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  transition: all .2s;
}
input[type=range]:hover::-moz-range-thumb {
  height: 16px;
  width: 16px;
  transition: all .2s;
}
input[type=range]:hover::-ms-thumb {
  height: 16px;
  width: 16px;
  transition: all .2s;
}
