.mp3-player {
    cursor: pointer;
    color: #4060bd !important;
}

#mp3-speed-control {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
}

#mp3-speed-label {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 8px;
    margin-bottom: 3px;
    margin-right: 0;
    margin-left: 5px;
    color: green; /* Set the text color to green */
}

#mp3-speed-min,
#mp3-speed-max {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 2px 5px;
    margin: 0 5px;
    font-size: 8px;
    color: green; /* Set the text color to green */
}

#mp3-speed-slider {
    width: 60%;
    margin: 0;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 8px;
}

#mp3-speed-slider::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background-color: grey;
    border: 1px solid grey;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

#mp3-speed-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background-color: grey;
    border: 1px solid grey;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

#mp3-speed-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background-color: grey;
    border-radius: 10px;
}

#mp3-speed-slider::-moz-range-track {
    width: 100%;
    height: 5px;
    background-color: grey;
    border-radius: 10px;
}

#mp3-speed-label {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 8px;
    margin-bottom: 3px;
    margin-right: 0;
    margin-left: 5px;
    color: green; /* Set the text color to green */
}

#mp3-speed-min,
#mp3-speed-max {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 2px 5px;
    margin: 0 5px;
    font-size: 8px;
    color: green; /* Set the text color to green */
}

#mp3-speed-control {
    position: fixed;
    bottom: 7px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
}
