@keyframes simple_blink {
  0% {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
.KAP-archive-item {
  margin-top: 7px;
}
.KAP-container {
  position: relative;
}
.KAP {
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 135, 0.1);
  border-radius: 4px;
  margin: 14px 0;
  color: #000;
  height: 90px;
  width: 100%;
  bottom: 0;
  position: relative;
  z-index: -1;
  padding-left: 90px;
}
.KAP .KAP-play-pause {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-color: #e9f2f8;
  border-radius: 4px 0 0 4px;
}
.KAP .KAP-play-pause.disabled .KAP-control {
  cursor: not-allowed;
}
.KAP .KAP-controlbox {
  padding-top: 24px;
}
.KAP .KAP-controlbox .KAP-repeat {
  trasition: all 0.3s ease;
}
.KAP .KAP-controlbox .KAP-repeat.repeat-on {
  color: #007CD3;
  text-shadow: 0px 0px 4px rgba(0, 124, 211, 0.35);
}
.KAP.KAP-simple .KAP-controlbox .KAP-repeat,
.KAP.KAP-simple .KAP-controlbox .KAP-previous,
.KAP.KAP-simple .KAP-controlbox .KAP-next {
  display: none;
}
.KAP .KAP-title-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 90px);
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  color: #007CD3;
}
.KAP .KAP-control {
  cursor: pointer;
  font-size: 18px;
  float: left;
  padding: 0 5px;
  color: #444545;
}
.KAP .KAP-control:first-child {
  padding-left: 10px;
}
.KAP .KAP-control:last-child {
  padding-right: 10px;
}
.KAP .KAP-control.KAP-play {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #858a90;
  color: #fff;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 27px;
  left: 27px;
}
.KAP .KAP-control.KAP-play span {
  line-height: 36px;
  vertical-align: middle;
  margin-left: 5px;
}
.KAP .KAP-control.KAP-pause {
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #858a90;
  color: #fff;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 27px;
  left: 27px;
}
.KAP .KAP-control.KAP-pause span {
  line-height: 36px;
  vertical-align: middle;
}
.KAP .KAP-control.KAP-volume {
  position: relative;
}
.KAP .KAP-control.KAP-volume:hover .KAP-volume-control-container {
  display: block;
}
.KAP .KAP-control.KAP-volume .KAP-volume-control-container {
  display: none;
  position: absolute;
  bottom: 28px;
  left: -10px;
  width: 50px;
  height: 125px;
  z-index: 101;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 135, 0.1);
  cursor: default;
  padding: 15px 0;
}
.KAP .KAP-control.KAP-volume .KAP-volume-control-container .KAP-volume-control-slider {
  width: 1px;
  height: 100px;
  background-color: #f0f2f7;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.KAP .KAP-control.KAP-volume .KAP-volume-control-container .KAP-volume-control-slider .KAP-volume-control {
  width: 3px;
  height: 0%;
  background-color: #007cd3;
  position: absolute;
  bottom: 0;
  left: -1px;
}
.KAP .KAP-control.KAP-volume .KAP-volume-control-container .KAP-volume-control-slider .KAP-volume-control .KAP-volume-control-handle {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: -2px;
  left: -5px;
  border-radius: 7px;
  border: 2px solid #ffffff;
  background-color: #f0f2f7;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.KAP .KAP-progressbar-container {
  float: left;
  width: 96%;
  margin: 9px 3% 0 1%;
  height: 3px;
  background-color: #f0f2f7;
  cursor: pointer;
  position: relative;
}
.KAP .KAP-progressbar-container .KAP-progressbar {
  width: 0;
  height: 3px;
  background-color: #007cd3;
  position: absolute;
  top: 0;
  left: 0;
}
.KAP .KAP-progressbar-container .KAP-progressbar .KAP-progressbar-handle {
  display: block;
  position: absolute;
  top: -8px;
  left: -2px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 4px solid #ffffff;
  background-color: #f0f2f7;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.KAP .KAP-time {
  color: #007cd3;
  font-size: 14px;
  font-family: Ham3D_Medium;
  height: 38px;
  position: absolute;
  top: 26px;
  right: 5px;
}
.KAP .KAP-time.waiting:before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #F35436;
  position: absolute;
  left: -7px;
  top: 4px;
  border-radius: 8px;
  animation: simple_blink 1s infinite;
}
.KAP .KAP-time .KAP-currentTime,
.KAP .KAP-time .KAP-duration {
  vertical-align: middle;
}
.KAP .KAP-time .KAP-currentTime {
  padding-left: 5px;
  padding-right: 5px;
}
.KAP .KAP-time .KAP-duration {
  padding-left: 5px;
  padding-right: 5px;
}
