* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

i {
  font-size: 20px;
  color: rgb(168, 168, 168);
  cursor: pointer;
}

.pause {
  font-size: 25px;
}

.top {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .max {
  width: 100% !important;
  height: 100% !important;
}
.top .mixminaze {
  width: 38% !important;
  height: 44% !important;
}
.top-container {
  width: 75%;
  height: 80%;
  display: flex;
  flex-direction: column;
  background-color: #552867;
}
.top-container .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2px 0px 2px 0px;
  padding: 0px 6px 0px 6px;
}
.top-container .header .video-name {
  color: white;
  font-size: 18px;
}
.top-container .videoo {
  height: 80% !important;
}
.top-container .video-container {
  width: 100%;
  height: 85%;
}
.top-container .video-container .video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.top-container .video-control {
  width: 100%;
  height: 22px;
  position: relative;
  background: rgb(43, 31, 31);
  margin: 5px 0;
  cursor: pointer;
}
.top-container .video-control .p {
  width: 0%;
  height: 100%;
  background-color: #fe8daa;
  border-radius: 5px;
}
.top-container .video-control .vaxtgosterici {
  width: 0%;
  height: auto;
  background: none;
  position: absolute;
  top: 0;
}
.top-container .video-control .vaxtgosterici .zaman {
  position: absolute;
  top: -26px;
  right: 20px;
  width: 40px;
  height: 25px;
  text-align: center;
  padding: 4px 0px 0px 0px;
  color: yellow;
  z-index: 1;
}
.top-container .video-control .vaxtgosterici .middle {
  width: 80px;
  height: 80px;
  -o-object-fit: fill;
  object-fit: fill;
  position: absolute;
  top: -81px;
  right: 0px;
  z-index: 0;
}
.top-container .video-control .vaxtgosterici .hidden {
  display: none;
}
.top-container .footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 9px 7px 9px;
}
.top-container .footer .min-left {
  gap: 21px !important;
}
.top-container .footer-left {
  display: flex;
  gap: 40px;
  align-items: center;
}
.top-container .footer .footer-right {
  color: rgb(168, 168, 168);
  display: flex;
  align-items: center;
  gap: 5px;
}
.top-container .footer .footer-right .fa-gear {
  margin-right: 5px;
  margin-left: 5px;
}

input[name=range] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  margin: 0px;
  padding: 0px;
  background: #f2eae4;
  height: 50%;
  width: 100%;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  top: 0;
  left: 0;
}

input[name=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background: #e60707;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  box-shadow: -100vw 0 0 99.5vw #0856cb;
}/*# sourceMappingURL=style.css.map */