﻿.player-container {
    background: #ffffff;
    padding: 5px;
    border: 2px solid #EFF6F7;
    border-radius: 10px;
    width: 90%;
    font-family: sans-serif;
    font-size: 13px;
    /*box-shadow: 0 4px 6px rgba(0,0,0,0.1);*/

}

.progress-section {
    margin: 5px 0;
}

#progress-bar {
    width: 100%;
    cursor: pointer;
}

button {
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    background: #007bff;
    color: white;
}

    button:hover {
        background: #0056b3;
    }
