.ln-button-enableDevTest{
    height: 20px;
    padding-left:  8px;
    padding-right: 8px;
    margin: 5px;
    /* width: 140px; */
    border-radius: 5px;
    border-width: 1px;
    border-color: darkblue;
    margin-top: 10px;
    font-size: 12px;
    @media (min-width:600px) {
        font-size: clamp(12px,1.2cqw,18px);
        margin-top: unset;
        height:  max(2.4cqw,20px);
        padding-left:  0.9cqw;
        padding-right: 0.9cqw;
        margin: 1cqw;
        /* width: max(16cqw,140px); */
    }
}
.ln-button-enableDevTest:hover {
    font-weight: bolder;
    cursor: pointer;
    box-shadow: 0 5px 15px #193047;
}

.ln-button-disableDevTest{
    height: 20px;
    padding-left:  8px;
    padding-right: 8px;
    margin: 5px;
    /* width: 140px; */
    border-radius: 5px;
    border-width: 1px;
    border-color: darkblue;
    pointer-events: none;
    color: gray;
    cursor: default;
    margin-top: 10px;
    font-size: 12px;
    @media (min-width:600px) {
        font-size: clamp(12px,1.2cqw,18px);
        margin-top: unset;
        height: max(2.4cqw,20px);
        padding-left:  0.9cqw;
        padding-right: 0.9cqw;
        margin: 1cqw;
        /* width: max(16cqw,140px); */
    }
}
