
.debug-btn {
    background-color: transparent !important;
    color:  #6c757d !important;
    border: 1px dashed lightgrey !important;
    box-shadow: none !important;
    cursor: default; /* optional */
}



.debug-btn:hover {
    background-color: rgba(158, 178, 158, 0.2);
}
