﻿.dispNONE {
    display: none;
}

.dispBLOCK {
    display: block;
}

.playerHtml {
    position: absolute;
    z-index: 9;
    opacity: 0.5;
    top: 16px;
    left: 5px;
    transform: translateY(-43%);
    height: 24px;
}

.seekBar {
    width: 100%;
    height: 100%;
    background: #AEACAE;
    cursor: pointer;
}

.playBar {
    height: 100%;
    background: var(--main-info-color);
}
