.vq_serial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vq_serial-controls {
  position: absolute;
  top: 40px;
  left: 15px;
  z-index: 100;
  display: none;
  gap: 10px;
}

.vq_player_paused .vq_serial-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media (hover: hover) {
  .vq_serial-controls {
    display: none;
  }
  .vq_serial:hover .vq_serial-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

.vq_serial_player {
  position: relative;
  width: 100%;
  height: 100%;
}

.vq_serial-controls select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  background-color: #fff;
  padding: 0.6rem 2rem 0.6rem 1.2rem;
  border: 1px solid #caced1;
  -moz-border-radius: 0.25rem;
       border-radius: 0.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem top 50%;
  background-size: 0.65rem auto;
}

.viqeo-flyPlayer_control-wrapper {
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
  background: #fff;
  font-size: 0;
  line-height: 0;
}

.viqeo-flyPlayer_overlayBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.viqeo-flyPlayer_overlayBlock-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.viqeo-flyPlayer_container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.viqeo-flyPlayer_enableText.viqeo-flyPlayer_container--position-top {
  position: relative;
}
.viqeo-flyPlayer_enableText.viqeo-flyPlayer_container--position-left {
  float: left;
}
.viqeo-flyPlayer_enableText.viqeo-flyPlayer_container--position-right {
  float: right;
}
.viqeo-flyPlayer_disableText.viqeo-flyPlayer_container {
  min-height: unset;
}
.viqeo-flyPlayer_container.viqeo-flyPlayer_enableText {
  padding: 10px;
}
.viqeo-flyPlayer_close {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  width: 20px;
  height: 20px;
}
.viqeo-flyPlayer_close-button {
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #000;
  opacity: 0.3;
}
.viqeo-flyPlayer_close--position_text-top {
  top: 8px;
  right: 8px;
}
.viqeo-flyPlayer_close--position_text-none {
  top: -25px;
  right: 0;
}
.viqeo-flyPlayer_disableCloseButton .viqeo-flyPlayer_close {
  display: none;
}
.viqeo-flyPlayer_close:hover .viqeo-flyPlayer_close-button {
  opacity: 0.5;
}
.viqeo-flyPlayer_text {
  font-size: 12px;
  line-height: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.viqeo-flyPlayer_disableText .viqeo-flyPlayer_text {
  display: none;
}
.viqeo-flyPlayer_disableCloseButton .viqeo-flyPlayer_text {
  padding: 0;
}

.viqeo-flyPlayer_enableCloseButton
  ~ .viqeo-flyPlayer_container.viqeo-flyPlayer_enableText {
  padding-right: 38px;
}

