/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */
.audioplayer {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 4px;
  margin-top: 15px;
}
.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  border: transparent 1px solid;
  color: #ffb606;
  margin-top: -90px !important;
}
.audioplayer-playing .audioplayer-playpause {
  background: #ffb606;
  border: 1px solid #ffb606;
  margin-top: -90px !important;
}
.audioplayer-playing .audioplayer-playpause:hover {
  background: #007d3a;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffb606;
}
.audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: flex;
  justify-content: space-between;
  width: 12px;
  height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before,
.audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #fff;
}

.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  color: rgb(0 0 0);
  font-weight: bold;
  display: none;
}
.audioplayer-time-current {
  margin-left: -45px;
}
.audioplayer-time-duration {
  margin-right: -48px;
}
.audioplayer-bar {
  position: relative;
  display: flex;
  /* margin: 0 12px; */
  /* height: 20px; */
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
  margin-left: 0px;
}
.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #dde2e6;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}
.audioplayer-bar-loaded {
  z-index: 1;
  height: 3px;
  background: #414143;
}
.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 7;
  height: 3px;
  background: #fff;
}
/*.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -5px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}
.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #0059FF;

}*/

.audioplayer-volume {
  display: flex;
  align-items: center;
  margin-top: -100px;
  flex-direction: row-reverse;
}
.audioplayer-volume-button {
  justify-content: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  /* width: 40px; */
  /* height: 40px; */
  cursor: pointer;
  /* border: 1px solid #fbc50b; */
  position: absolute;
  top: 20px;
  right: 21px;
}
.audioplayer-volume-button a {
  display: flex;
  width: 10px;
  height: 5px;
  background-color: #9a9fb000;
  position: relative;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #989898;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -5px;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 14px;
  top: -4px;
  width: 1px;
  height: 1px;
  border: 5px double #989898;
  border-width: 11px 11px 0 0;
  border-radius: 0 50px 0 0;
  transform: rotate(45deg);
}
.audioplayer-mute .audioplayer-volume-button a {
  background-color: #fd4f1a;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #fd4f1a;
}

.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.audioplayer-volume-adjust > div {
  margin-left: -65px;
  position: relative;
  display: flex;
  width: 60px;
  height: 6px;
  cursor: pointer;
  background-color: #fbc50b;
  display: none;
}
.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: -8px;
  height: 6px;
  background-color: #feedb5;
}
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
.wrapper {
  background: #fff;
  padding: 40px 80px;
  background-color: #121114;
  border-radius: 20px;
  /* padding-top: 30px; */
  position: relative;
  margin-top: 20px;
  /* padding-bottom: 35px; */
  float: right;
  width: 100%;
}
.wrapper h4,
.wrapper h5 {
  color: #ffffff;
  font-size: 16px;
  padding-left: 35px;
}
.wrapper h5 {
  padding-bottom: 6px;
}
.wrapper h4 {
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.wrapper span {
  position: absolute;
  right: 56px;
  background-color: #e8000e;
  color: #fff;
  padding: 2px 6px;
  border-radius: 8px;
  top: 57px;
  font-size: 12px;
  text-transform: uppercase;
}


.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}/*# sourceMappingURL=nice-select.min.css.map */