[data-voicexpress] * {
  box-sizing: border-box;
}
[data-voicexpress] {
  margin: 15px 0;
  position: relative;
}
[data-voicexpress] audio {
  width: 100%;
  z-index: 1;
  position: relative;
}
[data-voicexpress] a.voicexpress-copyright {
  display: table !important;
  letter-spacing: 0.5px;
  vibility: visible!important;
  width: auto;
  margin: -22px auto 0 auto;
  z-index: 2;
  font-size: 9px;
  line-height: 9px;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 50%;
  margin-left: -54px;
}
.voicexpress.voicexpress-float-right a.voicexpress-copyright,
.voicexpress.voicexpress-float-left a.voicexpress-copyright,
.voicexpress.green-audio-player a.voicexpress-copyright {
  bottom: 4px;
}
.voicexpress-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  margin: 0;
}
.voicexpress,
.voicexpress * {
  box-sizing: border-box;
}

.voicexpress.voicexpress-float-left {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    flex-direction: column;
    width: auto;
    min-width: 100px;
    height: auto;
    gap: 15px;
    position: fixed;
    top: 50%;
    padding: 15px 15px 30px 15px;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
}
.voicexpress.voicexpress-float-right {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    flex-direction: column;
    width: auto;
    min-width: 100px;
    height: auto;
    gap: 15px;
    position: fixed;
    top: 50%;
    padding: 15px 15px 30px 15px;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}
.voicexpress.voicexpress-float-left .volume,
.voicexpress.voicexpress-float-left .controls .controls__total-time,
.voicexpress.voicexpress-float-left .controls .controls__slider,
.voicexpress.voicexpress-float-right .volume,
.voicexpress.voicexpress-float-right .controls .controls__total-time,
.voicexpress.voicexpress-float-right .controls .controls__slider {
    display: none;
}


.voicexpress.voicexpress-float-left.voicexpress-default {
  transform: rotate(90deg);
  transform-origin: center;
  width: 60px;
  height: auto;
  padding: 15px;;
}
.voicexpress.voicexpress-float-left.voicexpress-default a.voicexpress-copyright {
  white-space: nowrap;
}
.voicexpress.voicexpress-float-left.voicexpress-default audio {
  width: 300px
}


.voicexpress.voicexpress-float-right.voicexpress-default {
  transform: rotate(90deg);
  transform-origin: center;
  width: 60px;
  height: auto;
  padding: 15px;;
}
.voicexpress.voicexpress-float-right.voicexpress-default a.voicexpress-copyright {
  white-space: nowrap;
}
.voicexpress.voicexpress-float-right.voicexpress-default audio {
  width: 300px
}