/* style.css */

/* crt-vfx.css */
.crt-scanner,
.crt-noise-layer {
    z-index: 1999;
    pointer-events: none;
}

#press-start-overlay {
    z-index: 1999;
    /* display: flex; */
    /*deactivate it for dev*/
    /* display: none; */
}

/* hint-panel.css */
.hint-panel {
    z-index: 1002;
}

/* navi.css */
.navi-item-text,
.sub-navi-track {
    z-index: 1001;
}

.navi-mask,
.sub-navi-indicator {
    z-index: 1000;
    pointer-events: none;
}

.sub-navi-indicator-mask {
    z-index: 1000;
}

.sub-navi-indicator,
.sub-navi-item>* {
    /* display: none; */
}

/* page.css */
.page-container,
#toast-container {
    z-index: 999;
}

.feature-container,
.feature-shelf-container {
    z-index: 998;
}

.push-btn,
.pull-btn,
.feature-btn {
    z-index: 997;
}

.walkie-typie-blackboard,
.we-push-btn,
.we-pull-btn,
.they-push-btn,
.they-pull-btn,
.walkie-typie-blackboard-we-title,
.walkie-typie-blackboard-they-title {
    z-index: 997;
}

#walkie-typie-blackboard-feature-switch {
    z-index: 996;
}

.page {
    z-index: 996;
}

.page-auth-overlay {
    z-index: 998;
}

/* editor-attachments.css */
.drop-overlay {
    z-index: 995;
}