.player-bottom {
    color: #fff;
    position: fixed;
    height: 50px;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(0,0,0,.5);
    border-top: 1px solid #4D4D4D;
}

.player-bottom span {
    font-size: 22px;
}

.player-bottom button {
    color: white;
}

.player-bottom .progress {
    height: 8px;
    margin-bottom: 10px;
    user-select: none;
}

#volumePopoverWrapper .popover:hover {
    cursor: pointer;
}

.popover-body {
    padding: 0;
}

.popover-header {
    padding: 0.75rem;
}

/*body > .popover {*/
/*    max-width: 500px;*/
/*}*/

.quiz-popover {
    color: black;
    max-width: 500px;
}

.quiz-popover button {
    color: black;
}

.quiz-popover .popover-body button {
    width: 100%;
    background-color: transparent;
    border: none;
}

button.quiz {
    background-size: 0 0;
}

button.quiz:hover {
    color: #7cbd1e;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.075);
}

button.quiz:focus {
    color: #7cbd1e;
}

.quiz-table td {
    padding: 0;
}

.quiz-table td button {
    outline: none;
    padding: 0.75em;
    background-image: linear-gradient(to right, rgba(124, 189, 30, 0.4) 0%, rgba(124, 189, 30, 0.5) 100%);  /* your gradient */
    background-repeat: no-repeat;  /* don't remove */
}

.progress-bar-vertical {
    width: 8px;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    float: left;
}

.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.progress-bar-active:hover {
    cursor: pointer;
}

.player-control {
    margin: auto;
    max-width: 38px;
    display: table;
    background-color: transparent;
    border: none;
}

.player-control:focus {
    outline: none;
}

.player-control-active:focus {
    color: #7cbd1e;
}

.player-control-active:hover {
    color: #7cbd1e;
    cursor: pointer;
    border-radius: 50%;
    background-color: #6d6d6d;
}

.player-ellipsis {
    margin: auto;
    width: 5px;
}

.ellipsis-popover button {
    color: black;
}

.ellipsis-popover button.player-control-active:hover {
    color: #7cbd1e;
}

.player-icon {
    display: table-cell;
    text-align: center;
    width: 1em;
    height: 1em;
    margin: auto;
}

.marquee {
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.marquee-wrapper {
    display: inline-block;
}

.marquee-content {
    display:inline;
}

.marquee-animation {
    animation: marquee 7s linear infinite;
    animation-play-state: running;
}

.loading-progress-bar {
    position: fixed;
    height: 5px;
    width: 100%;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 1030;
}