.folder {
    position: relative;
    /* height          : 164px;
    width              : 1500px;
    background-color   : rgb(239, 239, 239); */
}




.botonera {
    position: absolute;
    top: 1px;
    left: 510px;
    width: 1326px;
    height: 49px;
    border: 4px solid #b6c8f5;
    border-radius: 10px;
    background-color: #ffffff;
    z-index: 10;
}

.newLabel {
    border: 5px solid #ffffff;
    margin: 2px 16px;
    padding: 2px 20px;
}

.selected {
    border: 5px solid #ffa000;
}

.audioPrevio {
    width: 387px;
    height: 22px;
}

.selectedTR {
    border: 1px solid #030303;
    /* background-color: rgb(161, 254, 40); */
}

.form-check-input {
    margin-top: 0px !important;
    padding-top: 0px !important;
}










.tt {
    background-color: #ffffff;
}

.form-check {
    padding-left: 6px !important;
}

.form-switch {
    padding-right: 13px !important;
}
.frm-check {
    /* padding-left: 15px !important; */
}


.timerDown {
    /* position: absolute;
    top: 1px;
    left: 510px;
    width: 1326px;
    height: 49px;
    border: 4px solid #ffffff;
    border-radius: 10px;
    background-color: #ffffff;
    z-index: 5; */


    position: absolute;
    top: 1px;
    left: 510px;
    width: 1326px;
    height: 51px;
    border: 4px solid #ffffff;
    border-radius: 10px;
    background-color: #ffffff;
    z-index: 5;



}


#timer {
    font-size: 31px;
    margin-top: -3px;
    margin-right: 3px;
    font-weight: bold;
    padding: 0px 10px;
    border-radius: 15px;
    cursor: pointer;
    width: 116px;
    text-align: center;
}

.timerWhite {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgb(230, 230, 230);
}

.timerGreen {
    background-color: #8af98e;
    color: #0e0e0e;
    border: 1px solid green;
}



.timerRed {
    background-color: #f82020;
    color: #ffffff;
    border: 1px solid rgb(94, 5, 5);
    animation: flash 0.2s infinite alternate;
}



@keyframes flash {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.1;
    }
}








.slider {
    margin-top: 2px;
    margin-left: 5px;
    -webkit-appearance: none;
    width: 90%;
    height: 38px;
    background: #dadada;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 12px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    background: #e06507;
    cursor: pointer;
    border: 3px solid rgba(255, 77, 0, 0.881);
    border-radius: 6px;
}