/* debug */
.debug {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    /* transform: translate(-50%, -50%); */
    padding: 0;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.debug:not(:empty) {
    padding: 20px;
}

.debug-close-div {
    position: fixed;
    right: 10px;
    top: 5px;
}
