.custom-loading{
    position : absolute;
    width : 100%;
    height : 100%;
    background : rgba(0,0,0,0.7);
    text-align : center;
    z-index : 99999999;
}

.custom-textLoading{
    color : white;
    margin-top : 200px;
    font-size : 12px;
}

.btn-getToken{
    width: fit-content;
    background: white;
    padding: 10px;
    border: 1px solid #003879;
    cursor: pointer;
    margin-top: 10px;
    background: #b9d8fd;
}

.btn-getToken:hover{
    background: rgb(0, 32, 102);
    color:white;
}

.leyendaVinculacion{
    text-align: center;
    width: 90%;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #0ed241;
    background: #94ff9d;
}

.leyendaConfiguracion{
    background-color : #ffe60073;
    position : absolute;
    z-index : 99999999;
    width : 400px;
    height : 110px;
    top : 5px;
    left : 550px;
    padding : 10px;
}

.cerrarLeyendaConfiguracion{
    text-align : right;
    margin-right : 5px;
    cursor : pointer;
    font-weight : bold;
}