/* Engine header */
.twnnEngine > .header {
    position: sticky;
    top: 0;
    z-index: 5;
    width: 100%;
    background-color: #2b3035;
}

.twnnEngine > .header > .status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}