.button-container {
    height: 60px;
    position: absolute;
    right: 0;
}

.buttons {
    background:white;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.control-section .buttons{
    padding-left: 14px;
    padding-right: 15px;
}

.buttons{
    padding-left: 20px;
    padding-right: 15px;
}

.button-icon {
    height: 29px;
    width: 29px;
}


.control-circle{
    height:37.19px;
    width: 37.19px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.control-circle.grey{
    background: #546E7A;
}

.control-circle.red{
    background: #F14341;
}

.control-icon{
    height: 17.85px;
    width: 17.95px;
    color: white;
    stroke-width: 1px;
    stroke: white;
}

.control-text{
    font-family: 'nova';
    font-size: 7px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}