@import url('https://fonts.googleapis.com/css2?family=Amiko&display=swap');

html, body {
  margin:0;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  font-family: 'Amiko', sans-serif;
  overflow: hidden;
}

.video-image {
  /*background: url('./../videos/video_1_front.png') no-repeat;*/
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.player {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.player-control .label {
  display: none;
}

.player-control {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.player-control .header {
  display: flex;
  flex: 1;
  justify-content: right;
  flex-direction: row-reverse;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
}

.player-control .content {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.player-control .content-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.player-control .main-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  /*padding: 10px 20px;*/
}

.player-control .bottom {
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
}

.player-control .progress-wrapper {
  display: flex;
  justify-content: space-between;
}

.progress-bar-wrapper {
  width: calc(100% - 60px);
}

.timer-wrapper {
  position: relative;
  top: -3px;
}

.bottom .control-wrapper {
  display: flex;
  justify-content: space-between;
}

.mirror-player{
  border: 1px solid red;
}

.row {
  border: 1px solid blue;
}

.col {
  border: 2px solid orange;
}

.player-control .btn {
  background-color: transparent;
  border: 0 solid;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  position: relative;
}

[class^="icon-"],
[class*=" icon-"] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

[class^="icon-"].small,
[class*=" icon-"].small {
  width: 24px;
  height: 24px;
}

[class^="icon-"].large,
[class*=" icon-"].large {
  width: 32px;
  height: 32px;
}

.player-icon {
  width: 48px;
  height: 48px;
}

.icon-play {
  background-image: url('../images/icon-play.svg');  
}

.icon-pause {
  background-image: url('../images/icon-pause.svg');  
}

.icon-bucle {
  background-image: url('../images/icon-bucle.svg');  
}

.active .icon-bucle {
  background-image: url('../images/icon-bucle-active.svg');  
}

.icon-camera-back {
  background-image: url('../images/icon-camera-back.svg');  
}

.active .icon-camera-back {
  background-image: url('../images/icon-camera-back-active.svg');  
}

.icon-camera {
  background-image: url('../images/icon-camera.svg');  
}

.active .icon-camera {
  background-image: url('../images/icon-camera-active.svg');  
}

.icon-check {
  background-image: url('../images/icon-check.svg');  
}

.icon-hand-ok {
  background-image: url('../images/icon-hand-ok.svg');  
}

.icon-mirror {
  background-image: url('../images/icon-mirror.svg');  
}

.active .icon-mirror {
  background-image: url('../images/icon-mirror-active.svg');  
}

.icon-speed {
  background-image: url('../images/icon-speed.svg');  
}

.icon-tv {
  background-image: url('../images/icon-tv.svg');  
}

.icon-volume {
  background-image: url('../images/icon-volume.svg');  
}

.active .icon-volume {
  background-image: url('../images/icon-volume-muted.svg');  
}

.icon-bucle-start {
  background-image: url('../images/icon-bucle-start.svg');  
}

.icon-bucle-end {
  background-image: url('../images/icon-bucle-end.svg');
}

.icon-fullscreen {
  background-image: url('../images/icon-fullscreen.svg');  
}

.active .icon-fullscreen {
  background-image: url('../images/icon-exitfullscreen.svg');  
}

.icon-sections {
  background-image: url('../images/icon-sections.svg');  
}

.progress-bar-line-back {
  border: 1px solid #C4C4C4;
}

.progress-bar-status {
  width: 50%;
}

.progress-bar-wrapper {
  position: relative;
}

.progress-bar-bg {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  width: 100%;
  position: absolute;
  top: 5px;
  z-index: 0;
}

.progress-bar-fill {
  border: 1px solid red;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  z-index: 0;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 8.4px;
  background: transparent;
  cursor: pointer;
}

.range-progress-bar {
  position: absolute;
  top: -12px;
  width: 100%;
  height: 32px !important;
  z-index: 100;
}

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

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  border-radius: 1.3px;
  -webkit-appearance: none;
  transition: all 0.4s ease;
}

.range-progress-bar::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50px;
  background: red;
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: -1px;
  cursor: pointer;
}

.range-progress-bar:focus::-webkit-slider-runnable-track {
  background: transparent;
}

.range-progress-bar.volume {
  height: 5px;
  background-color: #fff;
}

.range-progress-bar.volume::-webkit-slider-runnable-track {
  background-color: transparent;
}

input[type=range].volume::-webkit-slider-thumb {
  margin-left: 0;
  height: 14px;
  width: 14px;
  background: #fff;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 1.3px;
}

input[type=range]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border: 1px solid red;
  background: red;
  cursor: pointer;
  margin-top: 5px;
}

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

input[type=range].volume::-moz-range-thumb {
  border: 1px solid #fff;
  background: #fff;
}

.video-player-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.video-player-wrapper.video-player {
  position: absolute;
  top: 0;
  left: 25%;
  overflow: scroll;
  animation: .3s ease-in-out moveLeftPlayer;
}

.video-player-image {
  /*position: absolute;*/
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.video-player-image-wrapper {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  padding-left: 1%;
  padding-right: 1%;
}

#video-player {
  width: 100%;
  height: 100%;
}

#video-player.fullscreen {
  width: initial;
  height: initial;
}

.video-camera-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  overflow: scroll;
  z-index: 10;
}

.video-camera-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 50%;
  overflow: scroll;
  display: block !important;
  animation: .3s ease-in-out moveLeft;
  background: black;
}

.video-camera {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.display-none {
  display: none !important;
}

.display-none-camera {
  display: none;
}

.invert-image {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.sections-wrapper {
  background-color: rgb(0 0 0 / 72%);
  position: absolute;
  top: 0;
  height: 100vh;
  right: 0;
  padding: 20px 20px;
  overflow: scroll;
  box-sizing: border-box;
  display: none;
  z-index: 3000;
  animation: .3s ease-in-out moveRight;
  max-width: 280px;
}

.section-wrapper-box {
  position: absolute;
  top: 0;
  height: 100vh;
  right: 0;
  border: 1px solid red;
}

.sections-wrapper.section-show {
  display: block;
}

.section-item {
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-selector {
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
}

@keyframes moveLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes moveLeftPlayer {
  from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes fadeOut {
  from {
    opacity:1;
  }
  to {
    opacity:0;

  }
}

@keyframes fadeIn {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

@keyframes moveRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.animate-player {
  visibility: visible;
  animation: .5s ease-in-out fadeIn;
}

.disapear-animate-player {
  /*visibility: hidden;*/
  visibility: visible;
  animation: 2s ease-in-out fadeOut;
}

.modal-slider {
  position: relative;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.volume-slider {
  position: absolute;
  bottom: 55px;
  right: 50px;
  padding: 10px 20px;
  background-color: #373737;
  border-radius: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
}

.volumen-bar-bg {
  background-color: #C4C4C4;
  width: 100%;
  border-radius: 10px;
  height: 4px;
  position: absolute;
  z-index: -1;
}

.range-volume {
  z-index: 200;
}

.speed-selector {
  position: absolute;
  top: -164px;
  left: 0;
  padding: 20px 10px;
  background-color: #373737;
  border-radius: 20px;
  z-index: 100;
}

.speed-selector .item {
  margin-bottom: 20px;
  font-size: 14px;
}

.speed-selector .active {
  color: #00D586;
}

.speed-selector .item:last-child {
  margin-bottom: 0;
}

.range-volume::-webkit-slider-thumb, 
.range-speed::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #C4C4C4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: -1px;
}

.time-tooltip {
  position: absolute;
  top: -40px;
}

.tooltip-transparent span {
  background: transparent !important;
}

.tooltip-transparent span:before {
  display: none;
}

.time-tooltip span{
  width: auto;
  height: 24px;
  line-height: 24px;
  text-align: center;
  /*background: #373737;*/
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
  padding: 2px 10px;
}

/*.time-tooltip span:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #373737;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}*/

.video-player-wrapper #video-player{
}

.video-player-wrapper.top-video #video-player{
  height: 1400px;
  position: fixed;
  top: -700px;
}

.time-bucle {
  position: relative;
  top: -28px;
  left: -22px;
}

.video-wrapper-height {
  min-width: 100%;
  height: 100vh;
}

#player-control {
  cursor: pointer;
}

@media (max-width: 480px) {
  .video-camera {
    left: 0 !important;
    width: 100%;
  }
}

@media (min-width:769px) {
  [class^="icon-"],
  [class*=" icon-"] {
    width: 32px;
    height: 32px;
  }

  [class^="icon-"].large,
  [class*=" icon-"].large {
    width: 68px;
    height: 68px;
  }

  .player-control .label {
    display: block;
  }

  .player-control .bottom {
    padding: 10px 30px;
  }

  .player-control .content-wrapper {
    margin-top: 48px;
  }

  .player-icon {
    width: 96px;
    height: 96px;
  }

  .player-control .main-wrapper {
    margin-top: 48px;
  }
}
