.popover-header .close{
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 0.5;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: .5;
}

.gotoHighlights i {
  font-size: 30px;
}

#areaSettings i {
  font-size: 24px;
}

.gotoHighlights:hover {
  background-color:#2c8ef8!important;
  color: #FFFFFF;
}

.gotoHighlights.active {
  background-color:#2c8ef8!important;
  color: #FFFFFF;
}

.hidePlayPause .vjs-play-control {
  display:none!important;
}

.vjs-big-play-button {
  display:none!important;
}

.vjs-fullscreen-control {
  #display: none!important;
}

.vjs-picture-in-picture-control {
  display: none!important;
}

.hidePlayPause .vjs-control-bar {
  display:block!important;
}

.hidePlayPause .vjs-volume-panel {
  display:none!important;
}

.hidePlayPause .vjs-live-display {
  display:none!important;
}

.categoryFilter.active {
  background-color:#2c8ef8!important;
  color: #FFFFFF;
}

.categoryFilter2.active {
  background-color:#2c8ef8!important;
  color: #FFFFFF;
}

@keyframes blinker {
  50% {
    opacity: 30%;
  }
}

.blink_me {
  animation: blinker 2s linear infinite;
}

#uploadVideoButton {cursor: pointer;float: right;background-color: #D25052;color: #ffffff;font-size: 22px;padding: 10px 20px;margin-bottom: 50px;text-align: center;}
#uploadVideoButton:hover {background-color: #C25052;}
#storage {float: right;margin-right: 20px;margin-top: 7px;}
#uploadVideoContainer {width: 100%;padding: 30px;background-color: rgba(210, 80, 82, 0.1);margin-bottom: 50px;box-sizing: border-box;}
#uploadVideoContainer.show {display: block;}
#uploadVideoContainer h2 {margin-bottom: 20px;}
#uploadVideoContainer #uploaded {display: none;}
#uploadVideoContainer #uploaded div {margin-bottom: 20px;}
#uploadVideoContainer #upload {}
#uploadVideoContainer #upload #progressBars {margin-bottom: 20px;}
#uploadVideoContainer #upload #progressBars table,
#uploadVideoContainer #upload #progressBars table td:nth-child(2),
#uploadVideoContainer #upload #progressBars table td:nth-child(2) progress,
#uploadVideoContainer #upload #filelist table,
#uploadVideoContainer #upload #filelist table td:nth-child(1),
#uploadVideoContainer #upload #filelist table td:nth-child(1) input {
  width: 100%;
}

#uploadVideoContainer #upload #progressBars table td,
#uploadVideoContainer #upload #filelist table td {
  white-space: nowrap;
}

#uploadVideoContainer #upload #progressBars table td:nth-child(3) {
  text-align: right;
}

#uploadVideoContainer #upload #progressBars table td:nth-child(3),
#uploadVideoContainer #upload #progressBars table td:nth-child(4) {
  padding-right: 0;
}

#uploadVideoContainer #upload #progressBars table td:nth-child(4),
#uploadVideoContainer #upload #progressBars table td:nth-child(5) {
  padding-left: 0;
}

#uploadVideoContainer #upload td {
  padding: 0 5px;
}

#uploadVideoContainer #upload td:first-child {
  padding-left: 0;
}

#uploadVideoContainer #upload td:last-child {
  padding-right: 0;
}

#uploadVideoContainer #upload #filelist {
  overflow-y: auto;
  margin-bottom: 20px;
}

#uploadVideoContainer #upload progress {
  display: none;
  width: 100%;
  height: 1rem;
  border: none;
  border-radius: 0.2rem;
  /* WebKit / Blink */
  -webkit-appearance: none;
  /* Firefox */
  appearance: none;
  background-color: #efefef;
}

/* WebKit / Blink */
#uploadVideoContainer #upload progress[value]::-webkit-progress-bar {
  background-color: #ffffff;
  border-radius: 0.2rem;
}

#uploadVideoContainer #upload progress[value]::-webkit-progress-value {
  background-color: #D25052;
  border-radius: 0.2rem;
}

/* Firefox */
#uploadVideoContainer #upload progress[value]::-moz-progress-bar {
  background-color: #D25052;
  border-radius: 0.2rem;
}

#uploadVideoContainer #upload #uploadfiles {
  display: none;
}

#uploadVideoContainer button {
  position: relative;
  z-index: 1;
  transition: background 0.1s;
  background-color: #D25052;
  color: #ffffff;
  font-size: 22px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  border: none;
}

#uploadVideoContainer #upload button:hover {
  background-color: #C25052;
}

#uploadVideoContainer #upload input {
  font-size: 15px;
  color: #464646;
  padding: 0;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
}

.streamMainContainer {
  background-color: #FFFFFF;
}

.videoContainer {
  max-width: calc(176vh - 180px);
  margin: auto;
}

.highlightCheckbox {
  width: 30px;
  height: 30px;
}

.videoDrawContainer{
  z-index:-1;
  position: absolute;
}

.videoFullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.video-js .vjs-control-bar {
  display: flex!important;
  visibility: visible !important;
  opacity: 1!important;
  pointer-events: auto!important;
}

.vjs-replay-button {
  display: none!important;
}

.vjs-big-play-button {
  display: none!important;
}