﻿body,
html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px
}

.playerEdit {
  height: 30px;
  margin: 0 20px 0 0;
  cursor: pointer;
}

.timebar {
  position: fixed;
  bottom: 10px;
  width: 83%;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.progress {
  /* width: calc(100% - 320px); */
  width: calc(100% - 250px);
  height: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.prgressfill {
  width: 0px;
  background: #3c93f7;
  height: 100%;
  border-radius: 10px;
}

.TimeTriangle {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #3c93f7;
  top: 10px;
  margin-left: -3px;
}

.timeShowBlock {
  position: absolute;
  top: -10px;
  background: #3c93f7;
  color: #fff;
  padding: 0 5px;
  margin-left: -15px;
  height: 20px;
  border-radius: 3px;
  line-height: 20px;
  font-size: 13px;
  user-select: none;
  cursor: -webkit-grab;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.pasueEdit {}

.dateTimeBlock {
  width: 100%
}

.dateTimeBlockChild {
  float: left;
  text-align: center;
  border-right: 0.05rem solid rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 400;
  color: #010101;
  cursor: pointer;
  /* text-shadow: rgb(0, 0, 0) 0px 0px 0.3em, rgb(0, 0, 0) 0px 0px 0.3em; */
  /* text-shadow: 0px 0px 1px #fff; */
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  padding: 5px 0px;
}

height: 1.5rem;
line-height: 1.5rem;
user-select: none
}