.debug-window-wrapper {
    padding: 1.5em;
    background-color: white;
    box-shadow: 0px 11px 20px 0px #0000001A;
    z-index: 99;
    position: absolute;
    right: 1em;
    bottom: 3.5em;
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.debug-window-row {
    display: flex;
    flex-direction: row;
    padding-top: 18px;
}

.debug-window-title {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}

.debug-window-action-title {
    padding-left: 12px;
}