@charset "UTF-8";

.js_debugLog_countup {
    /* background: var(--recruit-debugLog-countup-bg-color-rgba); */
    /* background: transparent !important; */
    color: var(--recruit-debugLog-countup-text-color-rgba);
    font-family: monospace;
    font-size: 12px;
    left: 0;
    overflow-y: auto;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
