.playerContainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
}

.controlPanel .formContainer {
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.player .material-icons {
    color: #6200ee;
}

.player .material-icons:hover {
    color: #7f25ff;
    transform: scale(1.05)
}