.menu-sub>li>a>.menu-icon {
    margin-right: 5px !important;
}

.jsoneditor-frame input {
    background-color: #fff !important;
}

.pcr-button {
    width: 100% !important;
}

.pcr {
    border-radius: 20px !important;
}

.flip video {
    transform: scaleX(-1);
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid;
}

.separator:not(:empty)::before {
    margin-right: .50em;
}

.separator:not(:empty)::after {
    margin-left: .50em;
}
.menu-item {
    flex: 0 0 auto;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
.layout-wrapper:not(.layout-horizontal) .menu-vertical .menu-inner > .menu-item .menu-sub > .menu-item > .menu-link::before {
    content: none;
}
/* .layout-wrapper:not(.layout-horizontal) .menu-vertical .menu-inner > .menu-item .menu-sub > .menu-item > .menu-link::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50rem;
    background: currentColor;
    position: absolute;
    left: 1.1875rem;
    color: #7b7c95;
  } */

.score-btn {
    font-size: 1.6em;
}
.score {
    font-family: monospace, monospace;
}
.game-heading {
    white-space: nowrap;         /* Prevent text from wrapping */
    overflow: hidden;            /* Hide anything that overflows the box */
    text-overflow: ellipsis;     /* Show "..." at the end */
}
.offcanvas-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* for smooth scroll */
    overscroll-behavior: contain; /* prevent scroll chaining */
}