.player {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 10px;
  margin-bottom: 50px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
}

.player:hover {
  background-color: #ddd;
  transition: background 50ms;
}

.playerFileTitle {
  color: #FFF;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

#audioPlayer {
  text-align: center;
  position: relative;
  font-size: 16px;
  z-index: 1000;
  width: 100%;
  height: 95px;
  margin-top: 25px;
  display: none;
}

#audioPlayerAudio {
  display: none;
}

#audio {
  float: right;
  top: 5px;
  right: 5px;
}

#audioId {
  width: 100%;
  display: block;
}

#playButton {
  display: none;
  color: white;
  top: 23px;
  font-size: 30px;
}

#pauseButton {
  color: white;
  top: 23px;
  font-size: 30px;
}

#play-btn, #pause-btn{

}

.playListButton {
  position: absolute;
  left: 3%;
  top: 10%;
  font-size: 20px;
  z-index: 1000;
  color: #FFF;
}

#momentIndicator {
  text-align: center;
  height: 85px;
  margin-top: 0;
}

.playerButton {
  width: 38px;
  height: 40px;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #1717177a;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

.playerButton:hover {
  color: #FFF;
  background: #00000096;
  transition: background 500ms;
}

#audioTime, #playbackRate {
  text-align: center;
  font-size: 14px;
  height: 10px;
  padding: 0;
}

#audioPlayerTime {
  font-size: 10px;
  color: #CCC;
}

#uploadPercentage {
  border: 2px solid green;
  padding: 10px;
  margin: 15px;
}

#uploadPercentageBar {
  background: green;
  height: 2px;
  margin-right: 100%;
}

#uploadPercentageButton {
  background: green;
  height: 1px;
  margin-top: 1px;
  margin-right: 100%;
}

#audioTimeline {
  cursor: pointer;
  cursor: hand;
  border: 2px solid #00000069;
  border-radius: 5px;
  padding: 0px;
  margin-bottom: 40px;
}

#audioPlayerTimeline {
  cursor: pointer;
  cursor: hand;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 0px;
}

#audioFilePercentageBar {
  background: white; /*#265a88;*/
  height: 10px;
  width: 0%;
  border-radius: 2px;
}

#audioPlayerPercentageBar {
  background: white;
  height: 10px;
  width: 0%;
  border-radius: 2px;
}

#audioTracker {
  height: 2px;
  width: 1px;
  border: 1px black solid;
}

.timelineHighlights {
  width: 2px;
  position: absolute;
  height: 25px;
  background: #00000069;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.highlightTime {
  z-index: 1000;
  margin-top: 18px;
  margin-left: -11px;
  font-size: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 35px;
  border-radius: 20px;
  background: #00000036;
  box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
  border: 1px solid #acacac;
  transition: all .5s;
  position: relative;
}

.highlightTime:hover {
  z-index: 1000;
  color: #FFF;
  margin-left: -23px;
  font-size: 10px;
  height: 50px;
  width: 50px;
  border-radius: 40px;
  text-align: center;
  line-height: 45px;
  border: 1px solid white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  background: #0000008f;
  transition: all .5s;
}

.highlightBubble {
  cursor: pointer;
  cursor: hand;
  transition: all .5s;
}

.highlightBubble:hover .highlightComment {
  font-size: 10px;
  padding: 5px;
  border: 1px solid #265a88;
  min-width: 100px;
  transition: all .5s;
}

.highlightTime:active {

}

.highlightTime:hover img {
  margin-bottom: 0px;
  transition: all .5s;
}

.highlightTime img {
  width: 14px;
  height: 14px;
  margin-bottom: 13px;
  transition: all .5s;
  filter: invert(1);
}

#highlighter {
  top: -6px;
  margin-left: 2px;
  /*border: 1px solid #ce0000;*/
  padding: 5px;
}

.highlightComment {
  padding: 0px;
  min-width: 0;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background: #1717177a;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  font-size: 0px;
  z-index: 1000;
  transition: all .5s;
}

#video {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  display: none;
}

#videoId {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  display: block;
}

#video iframe, #videoId iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ideaLoading {
  margin: 100px auto;
}

#waveformLoader {
  position: absolute;
  right: 25%;
  left: 25%;
  top: 50px;
  text-align: center;
}

#loadSongs {
  cursor: pointer;
  cursor: hand;
  border: 0px;
  position: relative;
  padding: 50px;
  border-radius: 0;
  margin-bottom: 50px;
  text-align: center;
  display: none;
}

.video {
  width: 100% !important;
  height: auto !important;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

#waveform {
  box-shadow: rgb(84, 84, 84) 0px 4px 8px 0px;
  padding: 0px;
  margin-bottom: 10px;
}

.wavesurfer-region {
  border: 1px solid #294545;
}

.wavesurfer-region:hover {
  box-shadow: rgb(84, 84, 84) 0px 4px 8px 0px;
}

#closePlayerButton {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 25px;
  z-index: 9000;
  color: #CCC;
  transition: 0.3s;
  text-decoration: none;
}

#closePlayerButton:hover {
  color: #f1f1f1;
}

.playerFooterButton {
  color: white;
  padding: 2px;
  border-bottom: 1px solid #ffffff24;
  cursor: pointer;
  cursor: hand;
}

#audioInfo {
  color: white;
  border-top: 1px solid #CCC;
  text-align: center;
  padding: 40px;
  overflow-y: auto;
  max-height: 80%;
}

#songList, #playlistFooterList {
  padding: 10px;
  height: 300px;
  overflow-y: auto;
  border: 1px solid white;
}

#playingNextButton, #playedBeforeButton, #currentlyPlayingButton {
  border: 1px solid white;
  padding: 10px;
  padding-top: 20px;
  cursor: pointer;
  transition: .5s ease-in-out all;
}

#playingNextButton:hover, #playedBeforeButton:hover {
  background: #292929;
  color: white;
}

#playingNextButton:hover h2, #playedBeforeButton:hover h2 {
  color: white;
}


.playerPlaying {
  background-color: transparent;
  border: 5px solid rgb(255 255 255);
  opacity: .9;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 100px;
  top: -8px;
  left: 0%;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  position: absolute;
  animation: spinoffPulse 1s infinite linear;
  -moz-animation: spinoffPulse 1s infinite linear;
  -webkit-animation: spinoffPulse 1s infinite linear;
}

.playerPaused {
  background-color: transparent;
  border: 3px solid rgb(255 255 255);
  opacity: .9;
  border-radius: 100px;
  top: 1px;
  left: 8px;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  position: absolute;
}

@keyframes spinoffPulse {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg);  }
}

@-moz-keyframes spinoffPulse {
  0% { -moz-transform:rotate(0deg); }
  100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinoffPulse {
  0% { -webkit-transform:rotate(0deg); }
  100% { -webkit-transform:rotate(360deg); }
}