/* PLAYER */
/*custom green-player */
.container-player2 {
    height: 4.5rem;
    position: relative;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.container-player2 .player-title {
    color: #000000;
    font-weight: 500;
    text-align: center;
    line-height: 0;
    /*margin-top: 0.75rem;*/
    height: 2.25rem;
    background: #D2D6D9;
    /*padding-top: 1.5rem;*/
    line-height: 2.25rem;
}

.green-audio-player {
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    padding: 0.75rem;
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #D2D6D9;
    border-top: none;
    /*margin-top: -12px;*/
    font-size: 14px;
    font-weight: 300;
    height: 2.25rem;
}

.green-audio-player .controls {
    font-family: inherit;
    color: #C3C8CD;
    font-size: inherit;
}

.green-audio-player .controls span {
    font-weight: 300;
}

.green-audio-player svg path,
.green-audio-player svg,
.green-audio-player .volume .volume__button.open path {
    fill: #D2D6D9;
}

.green-audio-player svg path:hover,
.green-audio-player svg:hover {
    fill: #D2D6D9;
}

.green-audio-player .slider {
    background: #43484d;
}

.green-audio-player .slider .gap-progress {
    background-color: #D2D6D9;
}

.green-audio-player .slider .gap-progress .pin {
    //border-radius: 0;
    background-color: #D2D6D9;
    box-shadow: none;
}

.green-audio-player.container-small-player-enabled {
    font-size: 10px;
    border-bottom: none;
    height: 29px;
    margin-top: -5px;
}

.green-audio-player.container-small-player-enabled .play-pause-btn svg {
    width: 12px;
    height: 18px;
}

.green-audio-player.container-small-player-enabled .download {
    margin-left: 0;
}

.green-audio-player.container-small-player-enabled .download svg {
    width: 12px;
    height: 12px;
}

.green-audio-player.container-small-player-enabled .volume {
    display: none;
}
