/* Estilos personalizasdos para SWITCH ALERT*/


/*TITLE*/
h2{        /* NOOOOO SE RESPETA LAS CLASE TITLE*/
    margin-top: -30px;
    color: rgb(255, 255, 255);
    font-size: 20px;
} 


.class_popup{       /* SE RESPETA LAS CLASE POPUP LOS BORDES*/
    border: 2px solid rgb(222, 94, 94);
    box-shadow: 0px 0px 10px brown;
    width: 35%;
}

.class_buttonConfirm{
    width: 180px;   /*SE RESPETA LAS CLASE DE LA BOTON*/
    padding: 6px;
    border: 1px solid white;
    border-radius: 10px;
    border: none;
    background: brown;
    color: white;
    cursor: pointer;
}
.class_buttonConfirm:hover{
    background: rgb(218, 79, 79);
}


/*FOOTER*/
h3{         /*SE RESPETA LAS CLASE DE LA BOTON*/
    color: rgba(255, 255, 255, 0.872);
    font-size: 15px;
}