#timerTab{
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.floating-tab-timer {
    font-size:0.9rem;
    /*font-weight: 700;*/
    color: var(--buddysports-color-primary);
    position: fixed;
    right: 0;
    bottom: 0;
    /*transform: translateY(-50%);*/
    white-space: nowrap;
    width: auto;
    border: 2px solid var(--buddysports-color-primary);
    border-bottom: 0;
    border-right: 0;
    border-radius: 10px 0 0 0;
    padding: 10px;
    background: white;
    z-index: 1;
}

#timerSelect{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#selectTimer{
    border: 1px solid var(--buddysports-color-primary);
    padding: 6px;
    width: 50%;
}

    #timerHeadline {
        text-align: center;
        margin: 0;
        font-weight: bold;
        background: white;
        cursor: pointer;
        border-radius: 0 10px 10px 0;
        white-space: normal;
        display: flex;
        justify-content: space-between;
       
    }
    
   

    .timer-form {
        /*transition: opacity 5s ease-in-out, visibility 5s ease-in-out;*/
        /*transition: all 5s ease-in-out;*/
    }

.timer-form label {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 0;
}

/* Apply button */
#applyTimer {
    
}

#applyTimer:hover {
    border-radius: 10px;
    color:  var(--buddysports-color-primary);
}