/* /Components/General/DrawerNavLinkButton.razor.rz.scp.css */
.icon[b-tzmua0ihxc] {
    color: #111;
    width: 1.8rem;
    font-size: 0.9rem;
    vertical-align: text-top;
    top: -1px;
}

.navlink[b-tzmua0ihxc] {
    border-left: 4px solid lightgrey;
    padding: 0px 16px 0px 36px;
    display: flex;
    flex: 1;
}

.nav-item[b-tzmua0ihxc] {
    font-size: 0.97rem;
}

    .nav-item[b-tzmua0ihxc]  span {
        padding-right: 10px;
    }

    .nav-item[b-tzmua0ihxc]  a {
        padding-left: 30px;
        color: #111;
        display: flex;
        align-items: center;
    }

        .nav-item[b-tzmua0ihxc]  a.active {
            background-color: rgba(0,0, 0, 0.12);
        }

        .nav-item[b-tzmua0ihxc]  a:hover {
            background-color: rgba(0,0, 0, 0.18);
        }

    .nav-item[b-tzmua0ihxc]  i {
        color: #eee;
    }
/* /Components/General/PageContainer.razor.rz.scp.css */
.page-container[b-th859snkbk] {
    padding: 10px;
    height: 100%;
}
/* /Components/General/SectionedPageSectionsToggle.razor.rz.scp.css */
.toggle-all-sections-container[b-s9rbvslnuz] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: sticky;
    right: 6px;
    bottom: calc(var(--footer-height) + 6px);
    margin-bottom: 50px;
}

.toggle-all-sections[b-s9rbvslnuz] {
    width: 62px;
    height: 62px;
    background-color: navy;
    color: #eee;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0,0,0,.0.4) 10px 10px inset;
    font-size: 1.5rem;
}

    .toggle-all-sections:hover[b-s9rbvslnuz] {
        cursor: pointer;
    }

@media (min-width: 78vh) {
    .toggle-all-sections-container[b-s9rbvslnuz] {
        justify-content: start;
        margin-bottom: 0px;
        bottom: 6px;
    }

    .toggle-all-sections[b-s9rbvslnuz] {
        bottom: 6px;
    }
}

@media (min-width: 1008px) {
    .toggle-all-sections[b-s9rbvslnuz] {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }
}
/* /Components/General/SudokuGrid.razor.rz.scp.css */

.puzzle[b-f2cywhv444] {
    background-color: #111;
    padding: 1px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}

.block-row[b-f2cywhv444] {
    display: flex;
}

.block[b-f2cywhv444] {
    background-color: #111;
    padding: 1px;
    display: flex;
    flex-direction: column;
}

.cell-row[b-f2cywhv444] {
    display: flex;
}

input[b-f2cywhv444] {
    width: 100%;
    text-align: center;
}
/* /Components/General/UnderConstruction.razor.rz.scp.css */

.construction-container[b-x4lcqzy14p] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: darkslateblue;
    color: #eee;
    text-align: center;
    /*border-radius: 12px;*/
}

.construction[b-x4lcqzy14p] {
    width: 50%;
}
/* /Components/Templates/DrawerPageTemplate.razor.rz.scp.css */

.drawer-page-template[b-s14mbo3efl] {
    width: 100%;
    height: 100%;
}

.drawer-lvl-one[b-s14mbo3efl], .external-toggle[b-s14mbo3efl] {
    display: none;
}

.page-content[b-s14mbo3efl] {
    height: 100%;
}

@media (min-width: 78vh) {
    .page-content[b-s14mbo3efl] {
        flex: 1;
        overflow-y: auto;
        height: calc(100vh - var(--top-bar-height));
    }
}

@media (min-width: 1008px) {
    .drawer-page-template[b-s14mbo3efl] {
        display: flex;
    }

    .drawer-lvl-one[b-s14mbo3efl], .external-toggle[b-s14mbo3efl] {
        display: block;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .drawer-lvl-one[b-s14mbo3efl] {
        background-color: #ccc;
        color: #111;
        width: 0px;
        height: 100%;
        transition: width 0.2s;
        position: sticky;
        top: 0;
    }

    .drawer-lvl-two[b-s14mbo3efl] {
        opacity: 0;
        transition: opacity 0.16s;
    }

    .drawer-header[b-s14mbo3efl] {
        display: flex;
        flex-flow: nowrap;
        align-items: center;
        background-color: #111;
        color: #eee;
        height: calc(var(--top-bar-height) - 10px);
    }

    .icon[b-s14mbo3efl] {
        color: #eee;
        width: 1.8rem;
        font-size: 0.9rem;
        vertical-align: text-top;
        top: -1px;
    }

    .drawer-header-text[b-s14mbo3efl] {
        text-align: left;
        height: calc(var(--top-bar-height) - 10px);
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 15px;
    }

    .internal-toggle[b-s14mbo3efl] {
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(var(--top-bar-height) - 10px);
        width: calc(var(--top-bar-height) - 10px);
    }

        .internal-toggle:hover[b-s14mbo3efl] {
            cursor: pointer;
        }

    .drawer-content-container[b-s14mbo3efl] {
        text-align: left;
        padding: 10px 0 10px 0;
        overflow-y: auto;
        height: calc(calc(100vh - var(--top-bar-height) - 46px));
    }

    .external-toggle[b-s14mbo3efl] {
        background-color: green;
        color: #eee;
        visibility: visible;
        background-color: black;
        color: #eee;
        position: absolute;
        width: calc(var(--top-bar-height) - 10px);
        height: calc(var(--top-bar-height) - 10px);
        border-radius: 0 0 6px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

        .external-toggle:hover[b-s14mbo3efl] {
            cursor: pointer;
        }

    /* start Pluggable classes */
    .drawer-lvl-one-visible[b-s14mbo3efl] {
        width: 300px;
    }
    
    .drawer-lvl-two-visible[b-s14mbo3efl] {
        opacity: 1;
    }

    .external-toggle-hidden[b-s14mbo3efl] {
        visibility: hidden;
    }

    .internal-toggle-hidden[b-s14mbo3efl] {
        visibility: hidden;
    }
    /* end Pluggable classes */
}
/* /Components/Templates/PanelTemplate.razor.rz.scp.css */

.panel[b-t78pjve2sc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--content-height) - 20px);
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
}

.behindpanel[b-t78pjve2sc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

/* start Plugable statuses */

/* (defaults being operated on:)
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
*/

.pm-panel-visible[b-t78pjve2sc] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.2s, opacity 0.2s;
}

.pm-maincontent-blurred[b-t78pjve2sc] {
    filter: blur(2.5px);
}

.pm-behindpanel-present[b-t78pjve2sc] {
    display: block;
    background-color: rgba(0,0,60,0.06);
    transition: background-color 0.2s;
    z-index: 3;
}

/* end Plugable statuses */
/* /Pages/BeeHiveMgmtSystem.razor.rz.scp.css */

/* Styles here are only for Current interface, not Original (which uses only bootstrap). */

.positioning-container[b-voca26b148] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.game-container[b-voca26b148] {
    height: 100%;
    width: 100%;
    position: relative;
}

.game-container-items[b-voca26b148] {
    display: flex;
    flex-direction: column;
    height: calc(100% - 46px);
}

    .game-container-items > .text-prompts-container[b-voca26b148], 
    .game-container-items > .text-prompts-container-v2[b-voca26b148], 
    .game-container-items > .text-prompts-container-v3[b-voca26b148] {
        flex: 1;
    }

.topmost-buttons[b-voca26b148] {
    display: flex;
/*    justify-content: space-between;*/
    justify-content: center;
}

.version-buttons-container[b-voca26b148] {
    margin-right: 6px;
}

.top-corner-button-containers[b-voca26b148] {
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d;
    border-radius: 0.25rem;
    color: #eee;
}

    .top-corner-button-containers > a[b-voca26b148] {
        text-decoration: none;
        color: #eee;
    }

    .top-corner-button-containers:hover[b-voca26b148] {
        cursor: pointer;
    }

.settings-button[b-voca26b148] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.wpf-image[b-voca26b148] {
    width: 100%;
    height: calc(var(--content-height) - 80px);
    display: flex;
    align-items: center;
}

    .wpf-image > img[b-voca26b148] {
        width: 100%;
        height: auto;
    }

.text-prompts-container[b-voca26b148] {
    padding: 14px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
}

.text-prompts-container-v2[b-voca26b148] {
    padding: 14px 0px;
    width: 100%;
    overflow-y: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
}

.text-prompts-container-v3[b-voca26b148] {
    margin: 10px 0px;
    width: 100%;
    overflow-y: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
}

.text-prompts[b-voca26b148] {
    height: calc(var(--content-height) - 340px);
    width: 100%;
    background-color: lightgrey;
    border-radius: 10px;
    overflow-y: auto;
    text-align: left;
}

.text-prompts-v2[b-voca26b148] {
    height: 100%;
    width: 100%;
    text-align: left;
}

.text-prompts-v3[b-voca26b148] {
    height: 100%;
    width: 100%;
    text-align: left;
}

.status-report[b-voca26b148] {
    padding: 0px 70px 14px 70px;
}

.controls[b-voca26b148] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 0px 0px 0px;
}

.controls-backdrop[b-voca26b148] {
    background-color: #111;
    padding: 12px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.control-v1[b-voca26b148] {
    height: 40px;
    width: 300px;
    font-size: 1.2rem;
    background-color: yellow;
    margin: 4px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.controls-backdrop-v2[b-voca26b148] {
    background-color: #111;
    height: 216px;
    width: 390px;
    padding: 12px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.controls-backdrop-v3[b-voca26b148] {
    background-color: #111;
    height: 216px;
    width: 390px;
    padding: 12px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.selector-row[b-voca26b148] {
    display: flex;
    justify-content: center;
}

.workertype-selector[b-voca26b148] {
    height: 40px;
    width: 230px;
    font-size: 1.2rem;
    background-color: rgb(255, 196, 0);
    margin: 4px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workertype-selector-v3[b-voca26b148] {
    height: 40px;
    width: 230px;
    font-size: 1.2rem;
    background-color: rgba(255, 196, 0, 0.95);
    margin: 4px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assign-button[b-voca26b148] {
    font-size: 1rem;
    background-color: rgba(0, 0, 128, 0.5);
    color: #777;
    margin: 4px;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.report[b-voca26b148] {
    background-color: lightgrey;
    border-radius: 12px;
    padding: 6px;
    margin-bottom: 8px;
}

.control-button-work[b-voca26b148] {
    height: 40px;
    width: 300px;
    color: #111;
    font-size: 1.2rem;
    background-color: powderblue;
    margin: 4px;
    border-radius: 10px;
}

.control-button-work-v2[b-voca26b148] {
    height: 40px;
    width: 300px;
    color: #111;
    font-size: 1.2rem;
    background-color: powderblue;
    margin: 4px;
    border-radius: 10px;
}

.control-button-work-v3[b-voca26b148] {
    height: 40px;
    width: 300px;
    color: #111;
    font-size: 1.2rem;
    background-color: powderblue;
    margin: 4px;
    border-radius: 10px;
}

.workertype-inactive[b-voca26b148] {
}

.form-check-label[b-voca26b148] {
}

.row-flex[b-voca26b148] {
    display: flex;
    background-color: #eee;
    border-radius: 12px;
    margin-top: 4px;
    padding: 8px 4px 4px 4px;
}

.row-flex-v3t[b-voca26b148] {
    display: flex;
    justify-content: center;
    background-color: #eee;
    border-radius: 12px;
    margin-top: 4px;
    padding: 8px 4px 4px 4px;
    font-size: 1.1rem;
}

.row-flex-v3[b-voca26b148] {
    display: flex;
    justify-content: center;
    background-color: #eee;
    border-radius: 12px;
    margin-top: 4px;
    padding: 8px 4px 4px 4px;
    font-size: 1.1rem;
}

.field-flex[b-voca26b148] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    line-height: 1.2;
}

.field-flex-v3[b-voca26b148] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    padding: 0px 10px;
}

.field-flex-arrow[b-voca26b148] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.field-flex-arrow-v3[b-voca26b148] {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.field-flex > *[b-voca26b148] {
    text-align: center;
    padding-bottom: 4px;
}

.try-again[b-voca26b148] {
    color: #eee;
    background-color: red;
    border-radius: 8px;
    padding: 4px 10px;
    width: 70%;
}

.rates-and-conversions[b-voca26b148] {
    font-size: 0.9rem;
}

.vault-honey-nectar[b-voca26b148] {
    display: flex;
    align-items: center;
}

.vault-amounts[b-voca26b148] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trajectories-v3[b-voca26b148] {
    padding: 0px 8px;
}

.start-with-timer-on[b-voca26b148] {
    color: #eee;
    background-color: darkblue;
    border-radius: 8px;
    padding: 4px 10px;
    width: 70%;
}

.behindpanel[b-voca26b148] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.settings-panel[b-voca26b148] {
    position: absolute;
    top: 20px;
    bottom: 70px;
    left: 10px;
    right: 10px;
    max-width: 520px;
    padding: 20px 20px 10px 20px;
    border-radius: 12px;
    z-index: 4;
    background-color: rgba(176, 240, 246, 0.85);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
    border: 1px solid #777;
    display: flex;
    flex-direction: column;
}

.settings-scrollable-section[b-voca26b148] {
    overflow-y: auto;
    /*max-height: calc(var(--content-height) - 210px);
    height: calc(var(--content-height) - 80px);*/
    flex: 1;
}

.settings-bottom-container[b-voca26b148] {
    display: flex;
    justify-content: end;
    width: 100%;
    padding-top: 10px;
}

.settings-close[b-voca26b148] {
    background-color: navy;
    width: 30%;
    height: 40px;
    color: #eee;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v4-text-prompts-container[b-voca26b148] {
    margin: 10px 0px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
}

.v4-text-prompts[b-voca26b148] {
    height: 100%;
    width: 100%;
    text-align: left;
    max-width: 520px;
}

.v4-report-container[b-voca26b148] {
    background-color: #bbb;
    padding: 3px;
    overflow-y: auto;
    height: calc(100vh - 310px);
    border-radius: 12px;
    border: solid 3px #bbb; 
}

.v4-report-header[b-voca26b148] {
    padding-top: 6px;
}

.v4-report-header-vault[b-voca26b148] {
    padding-top: 6px;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
}

.v4-detailed-title[b-voca26b148] {
    padding: 0 6px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v4-details-pod[b-voca26b148] {
    padding: 0 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.v4-controls-container[b-voca26b148] {
    /*background-color: rgba(255, 196, 0, 0.95);*/
    margin-top: 6px;
    background-color: #111;
    border-radius: 12px;
    padding: 6px;
    margin-bottom: 8px;
}

.v4-controls-backdrop[b-voca26b148] {
    background-color: none;
    width: 390px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.v4-worker-add-button[b-voca26b148] {
    height: 70px;
    width: 94px;
    font-size: 1.2rem;
    background-color: rgba(255, 196, 0, 0.95);
    margin: 4px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
}

.assign-buttons-active[b-voca26b148] {
    background-color: rgba(0, 0, 128, 1);
    color: #eee;
}

/* start Pluggable classes */
/* (defaults being operated on:)
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
*/
.pm-panel-visible[b-voca26b148] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.2s, opacity 0.2s;
}

.pm-content-blurred[b-voca26b148] {
    filter: blur(2.5px);
}

.pm-behindpanel-present[b-voca26b148] {
    display: block;
    transition: background-color 0.2s;
    z-index: 3;
}

.pm-panelbutton-active[b-voca26b148] {
    background-color: #111;
}

/* end Pluggable classes */

@media (min-width: 380px) {
    .field-flex-v3[b-voca26b148] {
        padding: 0px 16px;
    }
}

@media (min-width: 540px) {
    .settings-panel[b-voca26b148] {
        left: calc(50% - 260px);
    }
}

@media (min-width: 78vh) {
    .game-container[b-voca26b148] {
        max-width: 800px;
    }

    .game-container-items[b-voca26b148] {
        /*height: calc(var(--content-height) + 20px);*/
    }

    .text-prompts-container[b-voca26b148] {
        padding: 0px 40px;
    }

    .text-prompts-container-v2[b-voca26b148] {
        padding: 0px 40px;
    }

    .text-prompts-container-v3[b-voca26b148] {
        padding: 0px 40px;
    }

/*    .v4-report-container {
        height: calc(100vh - 264px);
    }*/
}

@media (min-width: 1008px) {

    .game-container-items[b-voca26b148] {
        /*height: calc(var(--content-height) + 60px);*/
    }

    .text-prompts-container[b-voca26b148] {
        padding: 0px 150px;
    }
}

@media (min-width: 1400px) {
    .text-prompts-container[b-voca26b148] {
        padding-right: 220px;
        padding-left: 220px;
    }
}
/* /Pages/Counter.razor.rz.scp.css */
.page-container[b-kp07a1ne4q] {
    height: 95%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 0px 16px 0px;
}
.no-margin[b-kp07a1ne4q] {
    margin: 0px;
}
.count[b-kp07a1ne4q] {
    font-size: 2rem;
}
.size-shape-btn-color[b-kp07a1ne4q] {
    background-color: orange;
}
.cube-container[b-kp07a1ne4q] {
    background-color: lightgrey;
    border-radius: 8px;
    padding: 4px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.button-and-title-row[b-kp07a1ne4q] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.info-button-container[b-kp07a1ne4q] {
    height: 38px;
    width: 38px;
    margin: 0 0 0 10px;
}

.info-button[b-kp07a1ne4q] {
    height: 38px;
    width: 38px;
    background-color: #6c757d;
    border-radius: 0.25rem;
    color: #eee;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .info-button > a[b-kp07a1ne4q] {
        text-decoration: none;
        color: #eee;
    }

    .info-button:hover[b-kp07a1ne4q] {
        cursor: pointer;
    }
.posicube-container[b-kp07a1ne4q] {
    display: flex;
    flex-flow: row wrap-reverse;
    justify-content: center;
    align-content: center;
    overflow-y: auto;
}
.negacube-container[b-kp07a1ne4q] {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    overflow-y: auto;
}
.cube[b-kp07a1ne4q] {
    margin: 1px;
    display: inline-block;
}
.posicube[b-kp07a1ne4q] {
    background-color: green;
}
.negacube[b-kp07a1ne4q] {
    background-color: darkred;
}

/* controlled via razor class (C# adds and removes classes to element) */
.cube-circle[b-kp07a1ne4q] {
    border-radius: 50%;
}

.cube-diamond[b-kp07a1ne4q] {
    transform: rotate(45deg);  /* turns element 45deg */
    margin: 3px;  /* visually rotated leave corners overlapping (same spacing as before), so increase space around each */
}
/*
.example-class {
    animation: deg45-offset 1s linear infinite;
}
    @keyframes deg45-offset {
    0% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(270deg);
    }
}
*/

/* /Pages/HideAndSeek.razor.rz.scp.css */

/* Styles here are only for Current interface, not Original (which uses only bootstrap). */

.top-row[b-chno3yrssq] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

.top-row-floating-center[b-chno3yrssq] {
    width: 100%;
    max-width: 60vh;
    display: flex;
/*    justify-content: space-between;*/
    justify-content: center;
}

.top-row-floating-center > *[b-chno3yrssq] {
    margin: 0px 3px;
}

.top-row-corners[b-chno3yrssq] {
    flex: 1;
}

.top-corner-button-containers[b-chno3yrssq] {
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d;
    border-radius: 0.25rem;
    color: #eee;
}

    .top-corner-button-containers > a[b-chno3yrssq] {
        text-decoration: none;
        color: #eee;
    }

    .top-corner-button-containers:hover[b-chno3yrssq] {
        cursor: pointer;
    }

.current-ui-container[b-chno3yrssq] {
    height: calc(100% - 90px);
    display: flex;
    flex-direction: column;
}

.text-prompts-container-container[b-chno3yrssq] {
    width: 100%;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    flex: 1;
}

.text-prompts-container[b-chno3yrssq] {
    padding: 4px 0px 8px 0px;
    width: 100%;
    max-width: 700px;
    height: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
}

.text-prompts[b-chno3yrssq] {
    height: 100%;
    width: 100%;
    background-color: lightgrey;
    border-radius: 10px;
    overflow-y: auto;
    text-align: left;
    padding: 8px;
}

.game-progress[b-chno3yrssq] {
    background-color: rgba(0,0,0,0.6);
    color: #eee;
    border-radius: 8px;
    position: sticky;
    top: 0px;
    font-size: 1rem;
    padding: 4px 10px;
    margin-bottom: 14px;
    text-align: center;
}

.controls[b-chno3yrssq] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 0px 0px 0px;
}

.controls-backdrop[b-chno3yrssq] {
    background-color: rgba(54, 20, 70, 0.9);
    padding: 10px 10px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    width: 340px;
}

.save-load[b-chno3yrssq] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40px;
}

    .save-load > *[b-chno3yrssq] {
        margin: 5px 2px;
    }

.input-saveload-container[b-chno3yrssq] {
    width: 280px;
    height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .input-saveload-container > *[b-chno3yrssq] {
        margin: 3px 0px;
    }

.saveloadcontrol-button[b-chno3yrssq] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
}

.noncompass-directions-container[b-chno3yrssq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.directions-row[b-chno3yrssq] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.direction[b-chno3yrssq] {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    border-radius: 10px;
    font-size: 1.2rem;
}

.button-inactive[b-chno3yrssq] {
    color: #eee;
    background-color: rgba(0, 0, 0, 0.2);
}

.button-selectable[b-chno3yrssq] {
    background-color: lightgrey;
    color: #111;
    cursor: pointer;
}

.search-button[b-chno3yrssq] {
    background-color: #28a745;
    color: #eee;
    cursor: pointer;
}
.short-input[b-chno3yrssq] {
    max-height: 30px;
}

@media (min-width: 394px) {
    .directions-container[b-chno3yrssq] {
        padding: 0px 10px;
    }

    .input-saveload-container[b-chno3yrssq] {
        width: 300px;
    }

    .controls-backdrop[b-chno3yrssq] {
        width: 360px;
    }
}
@media (min-width: 78vh) {
    .text-prompts-container[b-chno3yrssq] {
        margin: 0px 40px;
    }
    .current-ui-container[b-chno3yrssq] {
        height: calc(var(--content-height) - 10px);
    }
}

@media (min-width: 1008px) {
    .current-ui-container[b-chno3yrssq] {
        height: calc(var(--content-height) + 20px);
    }
}
/* /Pages/Index.razor.rz.scp.css */
.sub-page-container[b-a2mst8modc] {
    background-color: rgba(128, 139, 150, 0.65);
    display: flex;
    justify-content: center;
    padding: 10px 6px 6px 6px;
    text-align: left;
}

.sections-container[b-a2mst8modc] {
    width: 100%;
    max-width: 1100px;
    min-height: calc(calc(var(--content-height) + var(--footer-height)) - 14px);
}

.section-container[b-a2mst8modc] {
    width: 100%;
    padding-bottom: 6px;
}

.section-header[b-a2mst8modc] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(54, 20, 70, 1);
    color: #eee;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    font-size: 1.1rem;
    padding: 8px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 7px 0 rgba(0, 0, 0, 0.02);
    cursor: pointer;
    position: sticky;
    top: 2px;
}

    .section-header > i[b-a2mst8modc] {
        font-size: 0.8rem;
    }

.section-content[b-a2mst8modc] {
    background-color: #eee;
    width: 100%;
    transition: height 0.2s;
    border-radius: 0px 0px 6px 6px;
    padding: 18px;
}

.section-content-title[b-a2mst8modc] {
    text-align: center;
    padding: 12px 0px;
}

.cert-img[b-a2mst8modc] {
    width: 100%;
    max-width: 700px;
    height: auto;
}

/* start Pluggable classes */
.collapsed-header[b-a2mst8modc] {
    border-radius: 6px;
}

.collapsed-content[b-a2mst8modc] {
    display: none;
}

/* end Pluggable classes */

@media (min-width: 78vh) {
    .sub-page-container[b-a2mst8modc] {
        height: auto;
        min-height: 100%;
    }
    .section-header[b-a2mst8modc] {
        justify-content: start;
    }

    .section-container[b-a2mst8modc] {
        width: auto;
        margin: 0px 40px;
    }
    .toggle-all-sections-container[b-a2mst8modc] {
        justify-content: start;
    }
    .toggle-all-sections[b-a2mst8modc] {
        bottom: 6px;
    }
    .toggle-all-sections-container[b-a2mst8modc] {
        bottom: 6px;
    }
}

@media (min-width: 1008px) {
    .sub-page-container[b-a2mst8modc] {
        background-color: rgba(128, 139, 150, 0.45);
    }
    .section-container[b-a2mst8modc] {
        margin: auto;
    }
    .toggle-all-sections[b-a2mst8modc] {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }
    .section-header[b-a2mst8modc] {
        height: 35px;
    }
}
/* /Pages/Invent.razor.rz.scp.css */
.sub-page-container[b-5p2pi2d4u0] {
    background-color: rgba(128, 139, 150, 0.65);
    display: flex;
    justify-content: center;
    padding: 10px 6px 6px 6px;
    text-align: left;
}

.sections-container[b-5p2pi2d4u0] {
    width: 100%;
    max-width: 1100px;
    min-height: calc(calc(var(--content-height) + var(--footer-height)) - 14px);
}

.section-container[b-5p2pi2d4u0] {
    width: 100%;
    padding-bottom: 6px;
}

.section-header[b-5p2pi2d4u0] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(54, 20, 70, 1);
    color: #eee;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    font-size: 1.1rem;
    padding: 8px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 7px 0 rgba(0, 0, 0, 0.02);
    cursor: pointer;
    position: sticky;
    top: 2px;
}

    .section-header > i[b-5p2pi2d4u0] {
        font-size: 0.8rem;
    }

.section-content[b-5p2pi2d4u0] {
    background-color: #eee;
    width: 100%;
    transition: height 0.2s;
    border-radius: 0px 0px 6px 6px;
    padding: 18px;
}

    .section-content > h2[b-5p2pi2d4u0] {
        text-align: center;
    }

/* start Pluggable classes */

.collapsed-header[b-5p2pi2d4u0] {
    border-radius: 6px;
}

.collapsed-content[b-5p2pi2d4u0] {
    display: none;
}

/* end Pluggable classes */

@media (min-width: 78vh) {
    .sub-page-container[b-5p2pi2d4u0] {
        height: auto;
        min-height: 100%;
    }
    .section-header[b-5p2pi2d4u0] {
        justify-content: start;
    }

    .section-container[b-5p2pi2d4u0] {
        width: auto;
        margin: 0px 40px;
    }

    .toggle-all-sections-container[b-5p2pi2d4u0] {
        justify-content: start;
    }

    .toggle-all-sections[b-5p2pi2d4u0] {
        bottom: 6px;
    }

    .toggle-all-sections-container[b-5p2pi2d4u0] {
        bottom: 6px;
    }
}

@media (min-width: 1008px) {
    .sub-page-container[b-5p2pi2d4u0] {
        background-color: rgba(128, 139, 150, 0.45);
    }
    .section-container[b-5p2pi2d4u0] {
        margin: auto;
    }

    .toggle-all-sections[b-5p2pi2d4u0] {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .section-header[b-5p2pi2d4u0] {
        height: 35px;
    }
}
/* /Pages/KnowHow.razor.rz.scp.css */
.wpf-image[b-xcctdtuh6y] {
    width: 100%;
    display: flex;
    align-items: center;
}

    .wpf-image > img[b-xcctdtuh6y] {
        width: 100%;
        height: auto;
        padding: 20px 0px;
    }

.sub-page-container[b-xcctdtuh6y] {
    background-color: rgba(128, 139, 150, 0.65);
    display: flex;
    justify-content: center;
    padding: 10px 6px 6px 6px;
    text-align: left;
}

.sections-container[b-xcctdtuh6y] {
    width: 100%;
    max-width: 1100px;
    min-height: calc(calc(var(--content-height) + var(--footer-height)) - 14px);
}

.section-container[b-xcctdtuh6y] {
    width: 100%;
    padding-bottom: 6px;
}

.section-header[b-xcctdtuh6y] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(54, 20, 70, 1);
    color: #eee;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    font-size: 1.1rem;
    padding: 8px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 7px 0 rgba(0, 0, 0, 0.02);
    cursor: pointer;
    position: sticky;
    top: 2px;
}

    .section-header > i[b-xcctdtuh6y] {
        font-size: 0.8rem;
    }

.section-content[b-xcctdtuh6y] {
    background-color: #eee;
    width: 100%;
    transition: height 0.2s;
    border-radius: 0px 0px 6px 6px;
    padding: 18px;
}

    .section-content > h2[b-xcctdtuh6y] {
        text-align: center;
    }

.proj-desc-buttons[b-xcctdtuh6y] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 14px 0px;
}

.sudoku-video[b-xcctdtuh6y] {
    width: 100%;
    padding-bottom: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.behindpanel[b-xcctdtuh6y] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.settings-panel[b-xcctdtuh6y] {
    position: absolute;
    top: 20px;
    left: 10px;
    right: 10px;
    max-width: 520px;
    padding: 20px 20px 10px 20px;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;

    border-radius: 12px;
    background-color: maroon;
    color: #eee;
    border: 1px solid #777;
    display: flex;

    flex-direction: column;
}

.pm-panel-visible[b-xcctdtuh6y] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.2s, opacity 0.2s;
}

.pm-content-blurred[b-xcctdtuh6y] {
    filter: blur(2.5px);
}

.pm-behindpanel-present[b-xcctdtuh6y] {
    display: block;
    transition: background-color 0.2s;
    z-index: 3;
}

.pm-panelbutton-active[b-xcctdtuh6y] {
    background-color: #111;
}

.disclaimer-panel-buttons-container[b-xcctdtuh6y] {
    width: 100%;

    display:flex;
    flex-direction: row;
    justify-content: center;
}

    .disclaimer-panel-buttons-container > *[b-xcctdtuh6y] {
        margin-right: 12px;
    }

/* start Pluggable classes */
.collapsed-header[b-xcctdtuh6y] {
    border-radius: 6px;
}

.collapsed-content[b-xcctdtuh6y] {
    display: none;
}

/* end Pluggable classes */

@media (min-width: 78vh) {

    .section-header[b-xcctdtuh6y] {
        justify-content: start;
    }
    .section-container[b-xcctdtuh6y] {
        width: auto;
        margin: 0px 40px;
    }
    .sub-page-container[b-xcctdtuh6y] {
        height: auto;
        min-height: 100%;
    }

    .toggle-all-sections-container[b-xcctdtuh6y] {
        justify-content: start;
    }

    .toggle-all-sections[b-xcctdtuh6y] {
        bottom: 6px;
    }

    .toggle-all-sections-container[b-xcctdtuh6y] {
        bottom: 6px;
    }
}

@media (min-width: 540px) {
    .settings-panel[b-xcctdtuh6y] {
        left: calc(50% - 260px);
    }
}

@media (min-width: 1008px) {
    .sub-page-container[b-xcctdtuh6y] {
        background-color: rgba(128, 139, 150, 0.45);
    }
    .section-container[b-xcctdtuh6y] {
        margin: auto;
    }

    .toggle-all-sections[b-xcctdtuh6y] {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .section-header[b-xcctdtuh6y] {
        height: 35px;
    }
}
/* /Pages/LoadingSpinners.razor.rz.scp.css */

.spinner-container[b-qci5ellqxa] {
    justify-content: center;
    align-content: center;
    height: calc(var(--content-height) - 18px);
    font-size: 3.5em;
}

.row-shared-with-info-button[b-qci5ellqxa] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.info-button-container[b-qci5ellqxa] {
    height: 38px;
    width: 38px;
    margin: 0 40px 0 10px;
}

.info-button[b-qci5ellqxa] {
    height: 38px;
    width: 38px;
    background-color: #6c757d;
    border-radius: 0.25rem;
    color: #eee;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .info-button > a[b-qci5ellqxa] {
        text-decoration: none;
        color: #eee;
    }

    .info-button:hover[b-qci5ellqxa] {
        cursor: pointer;
    }

.loader1[b-qci5ellqxa] {
    margin: auto;
    border: 6px solid lightgrey;
    border-radius: 50%;
    border-top: 6px solid blue;
    width: 70px;
    height: 70px;
    animation: spinner-b-qci5ellqxa 1.3s ease infinite;
}
.loader2[b-qci5ellqxa] {
    margin: auto;
    border: 6px solid lightgrey;
    /*border-radius: 50%;*/ /* compare this class with .loader1 - notice anything? */
    border-top: 6px solid red;
    width: 80px;
    height: 80px;
    animation: anti-spinner-b-qci5ellqxa 3s linear infinite;
}

.loader3[b-qci5ellqxa] {
    margin: auto;
    border: 14px solid green;
    border-radius: 50%;
    border-top: 10px solid green;
    border-right: 10px solid red;
    border-bottom: 10px solid blue;
    border-left: 10px solid yellow;
    width: 80px;
    height: 80px;
    animation: spinner-b-qci5ellqxa 1s linear infinite;
}
.loader4[b-qci5ellqxa] {
    margin: auto;
    border: 30px solid pink;
    border-radius: 50%;
    border-top: 10px solid pink;
    border-bottom: 10px solid pink;
    width: 80px;
    height: 120px;
    animation: anti-spinner-b-qci5ellqxa 4s ease-in-out infinite;
}
.flipper1[b-qci5ellqxa] {
    margin: auto;
    border: 14px solid green;
    border-radius: 50%;
    border-top: 10px solid brown;
    border-right: 10px solid hotpink;
    border-bottom: 10px solid purple;
    border-left: 10px solid orange;
    outline: 5px solid aquamarine;
    width: 80px;
    height: 80px;
    animation: flipper-b-qci5ellqxa 5s ease-in-out infinite;
}

@keyframes spinner-b-qci5ellqxa {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes anti-spinner-b-qci5ellqxa {
    0% {
        transform: rotate(1125deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@keyframes flipper-b-qci5ellqxa {
    0% {
        transform: rotateY(0deg) rotateX(0deg) rotate(0deg);
    }
    33% {
        transform: rotateY(360deg) rotateX(0deg) rotate(0deg);
    }
    67% {
        transform: rotateY(360deg) rotateX(360deg) rotate(0deg);
    }
    100% {
        transform: rotateY(360deg) rotateX(360deg) rotate(720deg);
    }
}


/* /Pages/MatchGame.razor.rz.scp.css */

.proj-info-button-positioning-container[b-vbjzeyyzmz] {
    width: 100%;
    max-width: 80vh;
    display: flex;
    justify-content: start;
    padding-bottom: 5px;
}

.top-corner-button-containers[b-vbjzeyyzmz] {
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d;
    border-radius: 0.25rem;
    color: #eee;
}

    .top-corner-button-containers > a[b-vbjzeyyzmz] {
        text-decoration: none;
        color: #eee;
    }

    .top-corner-button-containers:hover[b-vbjzeyyzmz] {
        cursor: pointer;
    }

.table-container[b-vbjzeyyzmz] {
    padding-top: 40px;
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.table1[b-vbjzeyyzmz] {
    width: 100%;
    max-width: 80vh;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .table1 > tbody[b-vbjzeyyzmz] {
        width: 100%;
        height: 100%;
    }

tr[b-vbjzeyyzmz] {
    display: flex;
    width: 100%;
    height: 20%;
    flex: 1;
}

td[b-vbjzeyyzmz] {
    display: flex;
    margin: 1px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    background-color: #333;
    color: #eee;
    flex: 1;
    font-size: 3.4rem;
}

.emoji-td[b-vbjzeyyzmz] {
    position: relative;
}

.animal-emoji[b-vbjzeyyzmz] {
    visibility: hidden;
}

.emoji-button[b-vbjzeyyzmz] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.text-row[b-vbjzeyyzmz] {
    font-size: 1.73rem;
    visibility: visible;
}

.new-game[b-vbjzeyyzmz] {
    background-color: green;
    padding: 7px 14px 7px 14px;
    border-radius: 10px;
}

.new-game:hover[b-vbjzeyyzmz] {
    cursor: pointer;
}

/* start Pluggable classes */
.block-showing[b-vbjzeyyzmz] {
    visibility: visible;
}
/* end Pluggable classes */

@media (min-width: 78vh) {
    .text-row[b-vbjzeyyzmz] {
        font-size: 2.5rem;
    }
    .table1[b-vbjzeyyzmz] {
        height: 100%;
    }
    td[b-vbjzeyyzmz] {
        font-size: 4rem;
    }
}

@media (min-width: 1008px) {
    .table-container[b-vbjzeyyzmz] {
        padding-top: 0px;
        height: 100%;
    }
    td[b-vbjzeyyzmz] {
        font-size: 4.7rem;
    }
}
/* /Pages/SelectDemo.razor.rz.scp.css */
.wpf-image[b-44nokpgrsu] {
    width: 100%;
    display: flex;
    align-items: center;
}

    .wpf-image > img[b-44nokpgrsu] {
        width: 100%;
        height: auto;
        padding: 20px 0px;
    }

.sub-page-container[b-44nokpgrsu] {
    background-color: rgba(128, 139, 150, 0.65);
    display: flex;
    justify-content: center;
    padding: 10px 6px 6px 6px;
    text-align: left;
}

.sections-container[b-44nokpgrsu] {
    width: 100%;
    max-width: 1100px;
    min-height: calc(calc(var(--content-height) + var(--footer-height)) - 14px);
}

.section-container[b-44nokpgrsu] {
    width: 100%;
    padding-bottom: 6px;
}

.section-header[b-44nokpgrsu] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(54, 20, 70, 1);
    color: #eee;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    font-size: 1.1rem;
    padding: 8px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 3px 7px 0 rgba(0, 0, 0, 0.02);
    cursor: pointer;
    position: sticky;
    top: 2px;
}

    .section-header > i[b-44nokpgrsu] {
        font-size: 0.8rem;
    }

.section-content[b-44nokpgrsu] {
    background-color: #eee;
    width: 100%;
    transition: height 0.2s;
    border-radius: 0px 0px 6px 6px;
    padding: 18px;
}

    .section-content > h2[b-44nokpgrsu] {
        text-align: center;
    }

.proj-desc-buttons[b-44nokpgrsu] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 14px 0px;
}

.sudoku-video[b-44nokpgrsu] {
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.behindpanel[b-44nokpgrsu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.settings-panel[b-44nokpgrsu] {
    position: absolute;
    top: 20px;
    left: 10px;
    right: 10px;
    max-width: 520px;
    padding: 20px 20px 10px 20px;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
    border-radius: 12px;
    background-color: maroon;
    color: #eee;
    border: 1px solid #777;
    display: flex;
    flex-direction: column;
}

.pm-panel-visible[b-44nokpgrsu] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.2s, opacity 0.2s;
}

.pm-content-blurred[b-44nokpgrsu] {
    filter: blur(2.5px);
}

.pm-behindpanel-present[b-44nokpgrsu] {
    display: block;
    transition: background-color 0.2s;
    z-index: 3;
}

.pm-panelbutton-active[b-44nokpgrsu] {
    background-color: #111;
}

.disclaimer-panel-buttons-container[b-44nokpgrsu] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .disclaimer-panel-buttons-container > *[b-44nokpgrsu] {
        margin-right: 12px;
    }

/* start Pluggable classes */
.collapsed-header[b-44nokpgrsu] {
    border-radius: 6px;
}

.collapsed-content[b-44nokpgrsu] {
    display: none;
}

/* end Pluggable classes */

@media (min-width: 78vh) {

    .section-header[b-44nokpgrsu] {
        justify-content: start;
    }

    .section-container[b-44nokpgrsu] {
        width: auto;
        margin: 0px 40px;
    }

    .sub-page-container[b-44nokpgrsu] {
        height: auto;
        min-height: 100%;
    }

    .toggle-all-sections-container[b-44nokpgrsu] {
        justify-content: start;
    }

    .toggle-all-sections[b-44nokpgrsu] {
        bottom: 6px;
    }

    .toggle-all-sections-container[b-44nokpgrsu] {
        bottom: 6px;
    }
}

@media (min-width: 540px) {
    .settings-panel[b-44nokpgrsu] {
        left: calc(50% - 260px);
    }
}

@media (min-width: 1008px) {
    .sub-page-container[b-44nokpgrsu] {
        background-color: rgba(128, 139, 150, 0.45);
    }

    .section-container[b-44nokpgrsu] {
        margin: auto;
    }

    .toggle-all-sections[b-44nokpgrsu] {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .section-header[b-44nokpgrsu] {
        height: 35px;
    }
}
/* /Pages/SudokuSolver.razor.rz.scp.css */

.comp-container[b-kxz4loahrb] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.display-horizontal[b-kxz4loahrb] {
    display: flex;
    align-items: center;
}

.ui-selector[b-kxz4loahrb] {
    text-align: center;
    width: 100%;
    max-width: 240px;
}

.comp-container[b-kxz4loahrb] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-row[b-kxz4loahrb] {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.top-row-menu[b-kxz4loahrb] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.display-horizontal[b-kxz4loahrb] {
    padding: 4px 0px 4px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-button-container[b-kxz4loahrb] {
    height: 38px;
    width: 38px;
    margin: 0 10px 0 10px;
}

.info-button[b-kxz4loahrb] {
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6c757d;
    border-radius: 0.25rem;
    color: #eee;
}

    .info-button > a[b-kxz4loahrb] {
        text-decoration: none;
        color: #eee;
    }

    .info-button:hover[b-kxz4loahrb] {
        cursor: pointer;
    }

.puzzle-selector[b-kxz4loahrb] {
    min-width: 220px;
    text-align: center;
}

.puzzle-book-label[b-kxz4loahrb] {
    min-width: 100px;
    text-align: center;
}

.puzzle[b-kxz4loahrb] {
    background-color: #111;
    padding: 1px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}

.block-row[b-kxz4loahrb] {
    display: flex;
}

.block[b-kxz4loahrb] {
    background-color: #111;
    padding: 1px;
    display: flex;
    flex-direction: column;
}

.cell-row[b-kxz4loahrb] {
    display: flex;
}

input[b-kxz4loahrb] {
    width: 100%;
    text-align: center;
}

.buttons-container[b-kxz4loahrb] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.hint[b-kxz4loahrb] {
    width: 100%;
    max-width: 500px;
    padding: 10px 0px 10px 0px;
    display: flex;
    justify-content: center;
}

.button[b-kxz4loahrb] {
    margin: 0px 4px 0px 4px;
}

.alert[b-kxz4loahrb] {
    background-color: red;
    color: white;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
}
/* /Shared/ClosedStageCurtain.razor.rz.scp.css */
.larger-than-mobile[b-hgkhbkeilk] {
    background-color: var(--app-background-color);
    width: 100vw;
    height: 100vh;
    z-index: 60;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

.ltm-section[b-hgkhbkeilk] {
    padding: 8px;
}

.larger-than-mobile-image[b-hgkhbkeilk] {
    width: auto;
    height: 50vh;
    border-radius: 35px;
    padding: 20px;
}

@media (min-width: 78vh) {

    .larger-than-mobile[b-hgkhbkeilk] {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */

/* start Mobile view */

.page-container[b-hsrqyflz1f] {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.page[b-hsrqyflz1f] {
    background-color: #222;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.behind-panel[b-hsrqyflz1f] {
    height: var(--app-container-height);
    z-index: 20;
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/* start Plugable statuses */

.button-on-show-behind-panel[b-hsrqyflz1f] {
    display: block;
    background-color: rgba(0,0,60,0.06);
    transition: background-color 0.2s;
}

.content-blur[b-hsrqyflz1f] {
    filter: blur(2.5px);
}

.animate-app[b-hsrqyflz1f] {
    display: none;
}

.layout-controls-on[b-hsrqyflz1f] {
    background-color: var(--app-background-color);
    color: var(--app-color);
    padding: 0px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: calc(100% - calc(var(--top-bar-height) + var(--footer-height)));
    width: 100%;
    top: var(--top-bar-height);
}

/* end Plugable statuses */

.continuous-animate-stop[b-hsrqyflz1f] {
    background-color: darkblue;
    color: #eee;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    z-index: 50;
    width: 140px;
    height: 75px;
    left: calc(calc(100vw / 2) - 70px);
    bottom: calc(100vh * 0.05);
}

.discontinue-button-on[b-hsrqyflz1f] {
    display: flex;
}

.header[b-hsrqyflz1f] {
    background-image: linear-gradient(145deg, rgb(5, 39, 103) -5%, red 120%);
    background-color: rgba(0,0,0,0.4);
    height: var(--top-bar-height);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

    .header a[b-hsrqyflz1f] {
        color: #eee;
    }

.navbar-brand > i[b-hsrqyflz1f] { color: #eee; }
.title-size-four[b-hsrqyflz1f] { display: none; }
.title-size-three[b-hsrqyflz1f] { display: none; }
.title-size-largest[b-hsrqyflz1f] { display: none; }
.title-size-one[b-hsrqyflz1f] { display: none; }
.navbar-brand-onhover[b-hsrqyflz1f] { display: none; font-size: 1.08rem; }

.top-row[b-hsrqyflz1f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: var(--top-bar-height);
    display: none;
    align-items: center;
}

    .top-row[b-hsrqyflz1f]  a, .top-row[b-hsrqyflz1f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hsrqyflz1f]  a:hover, .top-row[b-hsrqyflz1f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hsrqyflz1f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.main[b-hsrqyflz1f] {
    width: var(--app-container-width);
    height: var(--app-container-height-percent);
    background-color: var(--app-background-color);
    position: relative;
}

/* start Pluggable clases */
.main1[b-hsrqyflz1f] { animation: main1a-b-hsrqyflz1f 7s ease-in-out; }
.main1-infinite[b-hsrqyflz1f] { animation: main1a-b-hsrqyflz1f 7s ease-in-out infinite; }
.main2[b-hsrqyflz1f] { animation: main2a-b-hsrqyflz1f 10s ease-in-out; }
.main2-infinite[b-hsrqyflz1f] { animation: main2a-b-hsrqyflz1f 10s ease-in-out infinite; }
.main3[b-hsrqyflz1f] { animation: main3a-b-hsrqyflz1f 7s ease-in-out; }
.main3-infinite[b-hsrqyflz1f] { animation: main3a-b-hsrqyflz1f 7s ease-in-out infinite; }
.main4[b-hsrqyflz1f] { animation: main4a-b-hsrqyflz1f 7s ease-in-out; }
.main4-infinite[b-hsrqyflz1f] { animation: main4a-b-hsrqyflz1f 7s ease-in-out infinite; }
.main5[b-hsrqyflz1f] { animation: main5a-b-hsrqyflz1f 7s linear; }
.main5-infinite[b-hsrqyflz1f] { animation: main5a-b-hsrqyflz1f 7s linear infinite; }
.main6[b-hsrqyflz1f] { animation: main6a-b-hsrqyflz1f 0.4s ease-in-out forwards; }
.main7[b-hsrqyflz1f] { animation: main7a-b-hsrqyflz1f 0.4s ease-in-out forwards; }
.main8[b-hsrqyflz1f] { animation: main8a-b-hsrqyflz1f 0.4s ease-in-out forwards; }
.main9[b-hsrqyflz1f] { animation: main9a-b-hsrqyflz1f 0.4s ease-in-out forwards; }
.main10-infinite[b-hsrqyflz1f] { animation: main10b-b-hsrqyflz1f 30s linear infinite; }
.main11[b-hsrqyflz1f] { animation: main11a-b-hsrqyflz1f 0.7s ease-in-out forwards; }
/* end Pluggable clases */

.content[b-hsrqyflz1f] {
    color: var(--app-color);
    position: absolute;
    height: calc(100% - var(--top-bar-height));
    width: 100%;
    overflow-y: auto;
    transition: filter 0.35s;
}

.left-negative-space[b-hsrqyflz1f] {
    display: none;
}

.right-negative-space[b-hsrqyflz1f] {
    display: none;
}

.behind-panel[b-hsrqyflz1f] {
    width: 100%;
    height: 100%;
    position: absolute;
}

.anim-icon[b-hsrqyflz1f] {
    background-color: rgba(255,255,255,0.25);
    color: #eee;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    z-index: 30;
    top: calc(calc(var(--top-bar-height) - 40px) / 2);
    right: 10px;
}
    .anim-icon:hover[b-hsrqyflz1f] {
        cursor: pointer;
    }

.anim-controls[b-hsrqyflz1f] {
    background-color: rgb(19, 20, 29);
    color: #eee;
    width: 250px;
    position: absolute;
    top: calc(var(--top-bar-height) - 6px);
    right: 5px;
    z-index: 30;
    overflow-y: auto;
    max-height: 55vh;
    border-radius: 12px;
    padding-bottom: 6px;

    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
}

    .anim-controls > h4[b-hsrqyflz1f] {
        position: sticky;
        top: 0px;
        background-color: rgb(19, 20, 29);
        padding: 10px 0px;
        margin: 0;
    }
/* start Pluggable */
.anim-display[b-hsrqyflz1f] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.2s, opacity 0.2s;
}
.pm-panelbutton-active[b-hsrqyflz1f] {
    background-color: #111;
}
/* end Pluggable */
.anim-pair[b-hsrqyflz1f] {
    display: flex;
    padding: 0px 6px 6px 6px;
}
.anim-regular[b-hsrqyflz1f] {
    background-color: #0265c8;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 5;
    margin-right: 4px;
    border-radius: 8px;
}
    .anim-regular:hover[b-hsrqyflz1f] {
        cursor: pointer;
    }

.anim-continuous[b-hsrqyflz1f] {
    background-color: rgba(255,255,255,0.25);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    border-radius: 8px;
}
    .anim-continuous:hover[b-hsrqyflz1f] {
        cursor: pointer;
    }

/* Part of Option2 */
/*
@media (min-width: 78vh) {
   
    .main {
        height: var(--app-container-height);
    }

    /* start Pluggable clases 
.main1 { animation: main1b 7s ease-in-out; }
.main1-infinite { animation: main1b 7s ease-in-out infinite; }
.main2 { animation: main2b 10s ease-in-out; }
.main2-infinite { animation: main2b 10s ease-in-out infinite; }
.main3 { animation: main3b 7s ease-in-out; }
.main3-infinite { animation: main3b 7s ease-in-out infinite; }
.main4 { animation: main4b 7s ease-in-out; }
.main4-infinite { animation: main4b 7s ease-in-out infinite; }
.main5 { animation: main5b 7s linear; }
.main5-infinite { animation: main5b 7s linear infinite; }
/* end Pluggable clases 

    .external-layout-controls {
        display: block;
    }
}
/* Part of Option2 
@media (min-width: 1008px), (min-width: 110vh) {

    .left-negative-space {
        display: block;
        flex: 1;
        color: #eee;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .left-negative-space > p {
            margin: 0px 5vw;
            font-size: 1.1rem;
        }

    .right-negative-space {
        display: block;
        flex: 1;
        color: #eee;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qr-code-image {
        width: auto;
        height: 25vw;
        border-radius: 35px;
        padding: 20px;
    }
}*/
/* Part of Option3 */
@media (min-width: 78vh) {
    .main[b-hsrqyflz1f] {
        width: 100%;
    }

    .content[b-hsrqyflz1f] {
        height: calc(100% - var(--top-bar-height));
    }

    .layout-controls-on[b-hsrqyflz1f] {
        height: calc(100% - calc(var(--top-bar-height)));
    }
}

/* Part of Option3 */
/*
@media (min-width: 1008px) {

    .main {
        width: var(--app-container-width);
    }

    .external-layout-controls {
        display: block;
    }

    /* start Pluggable clases
    .main1 { animation: main1b 7s ease-in-out; }
    .main1-infinite { animation: main1b 7s ease-in-out infinite; }
    .main2 { animation: main2b 10s ease-in-out; }
    .main2-infinite { animation: main2b 10s ease-in-out infinite; }
    .main3 { animation: main3b 7s ease-in-out; }
    .main3-infinite { animation: main3b 7s ease-in-out infinite; }
    .main4 { animation: main4b 7s ease-in-out; }
    .main4-infinite { animation: main4b 7s ease-in-out infinite; }
    .main5 { animation: main5b 7s linear; }
    .main5-infinite { animation: main5b 7s linear infinite; }
    /* end Pluggable clases

    .left-negative-space {
        display: block;
        flex: 1;
        color: #eee;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .left-negative-space > p {
            margin: 0px 5vw;
            font-size: 1.1rem;
        }

    .right-negative-space {
        display: block;
        flex: 1;
        color: #eee;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qr-code-image {
        width: auto;
        height: 25vw;
        border-radius: 35px;
        padding: 20px;
    }
}
*/

/* Part of Option4 */
@media (min-width: 1008px) {
    .main[b-hsrqyflz1f] {
        height: 100%;
    }
    .header[b-hsrqyflz1f] {
        padding: 0px 14px;
        display: flex;
        justify-content: flex-start;
    }

    .title-size-two[b-hsrqyflz1f] { display: none; }
    .title-size-one[b-hsrqyflz1f] { display: block; }
    .navbar-brand:hover > .navbar-brand-icon-one[b-hsrqyflz1f] { display: none; }
    .navbar-brand:hover > .title-size-one[b-hsrqyflz1f] { display: none; }
    .navbar-brand:hover > .navbar-brand-onhover[b-hsrqyflz1f] {
        display: block;
        width: 179px;
    }
    .navbar-brand[b-hsrqyflz1f] {
        padding: 14px;
        height: calc(var(--top-bar-height) - 16px);
        display: flex;
        align-items: center;
    }
    .navbar-brand:hover[b-hsrqyflz1f] {
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 8px;
    }
}

@media (min-width: 100vh){
    .main8[b-hsrqyflz1f] { animation: main8b-b-hsrqyflz1f 0.4s ease-in-out forwards; }
    .main9[b-hsrqyflz1f] { animation: main9b-b-hsrqyflz1f 0.4s ease-in-out forwards; }
}

@media (min-width: 1100px) {
    .title-size-one[b-hsrqyflz1f] { display: none; }
    .title-size-two[b-hsrqyflz1f] { display: block; }
    .navbar-brand:hover > .title-size-two[b-hsrqyflz1f] { display: none; }
    .navbar-brand:hover > .navbar-brand-onhover[b-hsrqyflz1f] { width: 219px; }
}
@media (min-width: 1200px) {
    .title-size-two[b-hsrqyflz1f] { display: none; }
    .title-size-three[b-hsrqyflz1f] { display: block; }
    .navbar-brand:hover > .title-size-three[b-hsrqyflz1f] { display: none; }
    .navbar-brand:hover > .navbar-brand-onhover[b-hsrqyflz1f] { width: 276px; }
}
@media (min-width: 1300px) {
    .title-size-three[b-hsrqyflz1f] { display: none; }
    .title-size-four[b-hsrqyflz1f] { display: block; }
    .navbar-brand:hover > .title-size-four[b-hsrqyflz1f] { display: none; }
    .navbar-brand:hover > .navbar-brand-onhover[b-hsrqyflz1f] { width: 297px; }
}
@media (min-width: 1400px) {
    .title-size-four[b-hsrqyflz1f] { display: none; }
    .title-size-largest[b-hsrqyflz1f] { display: block; }
    .navbar-brand:hover > .title-size-largest[b-hsrqyflz1f] { display: none; }
    .navbar-brand:hover > .navbar-brand-onhover[b-hsrqyflz1f] { width: 352px; }
}

/* start Animations keyframes */
/* animation: main1 7s ease-in-out infinite; */
@keyframes main1a-b-hsrqyflz1f {
    0% {
        height: 100%;
        width: 100%;
        transform: rotate(0deg);
    }
    12.5% {
        height: calc(100% * 0.4);
        width: calc(100% * 0.4);
    }
    25% {
        height: 100%;
        width: 100%;
        transform: rotate(180deg);
    }
    37.5% {
        height: calc(100% * 0.4);
        width: calc(100% * 0.4);
    }
    50% {
        height: 100%;
        width: 100%;
        transform: rotate(360deg);
    }
    62.5% {
        height: calc(100% * 0.4);
        width: calc(100% * 0.4);
    }

    75% {
        height: 100%;
        width: 100%;
        transform: rotate(180deg);
    }

    87.5% {
        height: calc(100% * 0.4);
        width: calc(100% * 0.4);
    }

    100% {
        height: 100%;
        width: 100%;
        transform: rotate(0deg);
    }
}

@keyframes main1b-b-hsrqyflz1f {
    0% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(0deg);
    }

    12.5% {
        height: calc(var(--app-container-height) * 0.4);
        width: calc(var(--app-container-width) * 0.4);
    }

    25% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(180deg);
    }

    37.5% {
        height: calc(var(--app-container-height) * 0.4);
        width: calc(var(--app-container-width) * 0.4);
    }

    50% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(360deg);
    }

    62.5% {
        height: calc(var(--app-container-height) * 0.4);
        width: calc(var(--app-container-width) * 0.4);
    }

    75% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(180deg);
    }

    87.5% {
        height: calc(var(--app-container-height) * 0.4);
        width: calc(var(--app-container-width) * 0.4);
    }

    100% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(0deg);
    }
}

/* animation: main2 10s ease-in-out infinite; */
@keyframes main2a-b-hsrqyflz1f {
    0% {
        height: 100%;
        width: 100%;
        transform: rotate(0deg);
    }

    12.5% {
        height: 40%;
        width: 40%;
    }

    25% {
        height: 100%;
        width: 100%;
    }

    37.5% {
        height: 40%;
        width: 40%;
    }

    50% {
        height: 100%;
        width: 100%;
        transform: rotate(360deg);
    }

    62.5% {
        height: 40%;
        width: 40%;
    }

    75% {
        height: 100%;
        width: 100%;
    }

    87.5% {
        height: 40%;
        width: 40%;
    }

    100% {
        height: 100%;
        width: 100%;
        transform: rotate(0deg);
    }
}

@keyframes main2b-b-hsrqyflz1f {
    0% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(0deg);
    }

    12.5% {
        height: calc(var(--app-container-height) * 0.4);
        width: calc(var(--app-container-width) * 0.4);
    }

    25% {
        height: var(--app-container-height);
        width: var(--app-container-width);
    }

    37.5% {
        height: calc(var(--app-container-height) * 0.4);
        width: calc(var(--app-container-width) * 0.4);
    }

    50% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(360deg);
    }

    62.5% {
        height: calc(var(--app-container-height) * 0.4);
        width: calc(var(--app-container-width) * 0.4);
    }

    75% {
        height: calc(var(--app-container-height));
        width: calc(var(--app-container-width));
    }

    87.5% {
        height: calc(var(--app-container-height) * 0.4);
        width: calc(var(--app-container-width) * 0.4);
    }

    100% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(0deg);
    }
}

/* animation: main3 7s ease-in-out infinite; */
@keyframes main3a-b-hsrqyflz1f {
    0% {
        height: 100%;
        width: 100%;
        transform: rotate(0deg);
    }

    20% {
        height: 40%;
        width: 40%;
    }

    40% {
        height: 100%;
        width: 100%;
        transform: rotate(360deg);
    }

    50% {
        height: 100%;
        width: 100%;
        transform: rotate(360deg);
    }

    75% {
        height: 40%;
        width: 40%;
    }

    90% {
        height: 100%;
        width: 100%;
        transform: rotate(0deg);
    }

    100% {
        height: 100%;
        width: 100%;
        transform: rotate(0deg);
    }
}

@keyframes main3b-b-hsrqyflz1f {
    0% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(0deg);
    }

    20% {
        height: calc(var(--app-container-height) * 0.4);
        width: calc(var(--app-container-width) * 0.4);
    }

    40% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(360deg);
    }

    50% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(360deg);
    }

    75% {
        height: calc(var(--app-container-height) * 0.4);
        width: calc(var(--app-container-width) * 0.4);
    }

    90% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(0deg);
    }

    100% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotate(0deg);
    }
}

/* animation: main4 7s ease-in-out infinite; */
@keyframes main4a-b-hsrqyflz1f {
    0% {
        height: 100%;
        width: 100%;
    }
    5% {
        height: 60%;
        width: 60%;
        transform: rotateX(0deg) rotateY(0deg) rotate(0deg);
    }

    33% {
        transform: rotateX(360deg) rotateY(0deg) rotate(0deg);
    }

    67% {
        transform: rotateX(360deg) rotateY(360deg) rotate(0deg);
    }

    95% {
        height: 60%;
        width: 60%;
        transform: rotateX(360deg) rotateY(360deg) rotate(720deg);
    }

    100% {
        height: 100%;
        width: 100%;
        transform: rotateX(360deg) rotateY(360deg) rotate(720deg);
    }
}

@keyframes main4b-b-hsrqyflz1f {
    0% {
        height: var(--app-container-height);
        width: var(--app-container-width);
    }

    5% {
        height: calc(var(--app-container-height) * 0.6);
        width: calc(var(--app-container-width) * 0.6);
        transform: rotateX(0deg) rotateY(0deg) rotate(0deg);
    }

    33% {
        transform: rotateX(360deg) rotateY(0deg) rotate(0deg);
    }

    67% {
        transform: rotateX(360deg) rotateY(360deg) rotate(0deg);
    }

    95% {
        height: calc(var(--app-container-height) * 0.6);
        width: calc(var(--app-container-width) * 0.6);
        transform: rotateX(360deg) rotateY(360deg) rotate(720deg);
    }

    100% {
        height: var(--app-container-height);
        width: var(--app-container-width);
        transform: rotateX(360deg) rotateY(360deg) rotate(720deg);
    }
}


/* animation: main5 7s linear infinite; */
@keyframes main5a-b-hsrqyflz1f {
    0% {
        height: 60%;
        width: 60%;
        transform: rotateX(0deg) rotateY(0deg) rotate(0deg);
    }

    100% {
        height: 60%;
        width: 60%;
        transform: rotateX(360deg) rotateY(360deg) rotate(7200deg);
    }
}

@keyframes main5b-b-hsrqyflz1f {
    0% {
        height: calc(var(--app-container-height) * 0.6);
        width: calc(var(--app-container-width) * 0.6);
        transform: rotateX(0deg) rotateY(0deg) rotate(0deg);
    }

    100% {
        height: calc(var(--app-container-height) * 0.6);
        width: calc(var(--app-container-width) * 0.6);
        transform: rotateX(360deg) rotateY(360deg) rotate(7200deg);
    }
}

/* .main6 { animation: main6a 0.4s ease-in-out forwards; } */
@keyframes main6a-b-hsrqyflz1f { 100% { transform: rotateY(180deg); } }
/* .main7 { animation: main7a 0.4s ease-in-out forwards; } */
@keyframes main7a-b-hsrqyflz1f { 100% { transform: rotateX(180deg); } }
/* .main8 { animation: main8a 0.4s ease-in-out forwards; } */
@keyframes main8a-b-hsrqyflz1f {
    100% {
        transform: rotateZ(90deg);
        height: 100vw;
    }
}
/* .main8 { animation: main8b 0.4s ease-in-out forwards; } */
@keyframes main8b-b-hsrqyflz1f {
    100% {
        transform: rotateZ(90deg);
        width: 100vh;
    }
}
/* .main9 { animation: main9a 0.4s ease-in-out forwards; } */
@keyframes main9a-b-hsrqyflz1f {
    0% { transform: rotateZ(360deg); }
    100% {
        transform: rotateZ(270deg);
        height: 100vw;
    }
}
/* .main9 { animation: main9b 0.4s ease-in-out forwards; } */
@keyframes main9b-b-hsrqyflz1f {
    0% {
        transform: rotateZ(360deg);
    }

    100% {
        transform: rotateZ(270deg);
        width: 100vh;
    }
}
/* .main10 { animation: main10a 30s linear infinite; } */
@keyframes main10b-b-hsrqyflz1f { 100% { transform: rotateZ(360deg); } }
/*.main11 { animation: main11a 0.7s ease-in-out forwards; }*/
@keyframes main11a-b-hsrqyflz1f { 100% { transform: rotateZ(180deg); } }
/* end Animations keyframes */
/* /Shared/NavButtons.razor.rz.scp.css */
.container-one[b-tzphh1221f] {
    background-color: rgb(19, 20, 29);
    border-radius: 14px;
    margin: 2px;
    z-index: 40;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 4px); /* 4px == .bottom-row.style.margin */
}

.container-two[b-tzphh1221f] {
    padding: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-button[b-tzphh1221f] {
    color: #eee;
    background-color: rgb(19, 20, 29);
    border: 0px solid black;
    border-radius: 12px;
    height: calc(var(--top-bar-height) - 16px);
    z-index: 10;
    display: flex;
    flex: 1;
    justify-content: space-around;
    align-items: center;
}

.icon[b-tzphh1221f] {
    color: #eee;
    width: 1.8rem;
    font-size: 0.9rem;
    vertical-align: text-top;
    top: -1px;
}

.button-label[b-tzphh1221f] {
    display: none;
}

/* start Plugable statuses */

.highlight-button[b-tzphh1221f] {
    background-color: rgba(255,255,255,0.25);
}

/* end Plugable statuses */
/* Part of Option 3 */
@media (min-width: 78vh) {
    .container-one[b-tzphh1221f] {
        bottom: calc(calc(4px + calc(var(--panel-height) * 0.5)) - calc(calc(var(--top-bar-height) - 6px) * 2.5));
        right: 0px;
        left: auto;
        height: calc(calc(var(--top-bar-height) - 6px) * 5);
        width: calc(var(--top-bar-height) - 16px);
        display: flex;
        flex-direction: column;
    }
    .container-two[b-tzphh1221f] {
        flex: 1;
        display: flex;
        flex-flow: column wrap;
    }
    .nav-button[b-tzphh1221f] {
        flex: 1;
        width: calc(var(--top-bar-height) - 24px);
    }
}

@media (min-width: 1008px) {
    .container-one[b-tzphh1221f] {
        background-color: rgba(0,0,0,0);
        padding: 1.5px;
        bottom: auto;
        right: auto;
        left: calc(50% - 290px);
        display: block;
        height: auto;
        width: 580px;
    }

    .container-two[b-tzphh1221f] {
        flex-direction: row;
    }
    .nav-button[b-tzphh1221f] {
        background-color: rgba(0,0,0,0);
        width: auto;
        margin: 1px;
    }
        .nav-button:hover[b-tzphh1221f] {
            background-color: rgba(255, 255, 255, 0.25);
            justify-content: center;
            align-items: center;
        }

    .nav-button[b-tzphh1221f] {
        justify-content: center;
        cursor: pointer;
    }

    .button-label[b-tzphh1221f] {
        display: block;
        margin-left: 7px;
        font-size: 0.88rem;
        padding-top: 2px;
    }

    /* start Plugable statuses */

    .highlight-button[b-tzphh1221f] {
        background-color: rgba(255,255,255,0.25);
    }

    /* end Plugable statuses */
}
/* /Shared/NavPanelButtonContainer.razor.rz.scp.css */
.section-header-one[b-wu54dpjskv], .section-header-two[b-wu54dpjskv] {
    z-index: 10;
    color: #eee;
    height: 3rem;
    padding-left: 16px;
    padding-right: 0.25rem;
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: row;
}

    .section-header-one:hover[b-wu54dpjskv] {
        background-color: rgba(255,255,255,0.1);
        border-radius: 12px;
    }

.chevron-container[b-wu54dpjskv] {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.icon[b-wu54dpjskv] {
    width: 1.8rem;
    font-size: 0.9rem;
    vertical-align: text-top;
    top: -1px;
}
/* /Shared/NavPanelContainer.razor.rz.scp.css */
.panel-container[b-zhsacsq1mo] {
    width: var(--panel-container-width);
    padding: 4px;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: var(--footer-height);
    transition: visibility 0.2s, opacity 0.2s;
}

.panel[b-zhsacsq1mo] {
    border-radius: 12px;
    background-color: rgb(19, 20, 29);
    padding-top: 0.6rem;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column-reverse;
}

.panel-position-b[b-zhsacsq1mo] {
    left: calc(calc(100% - 12px) / 5);
}

.panel-position-c[b-zhsacsq1mo] {
    left: calc(calc(calc(100% - 12px) / 2) - calc(var(--panel-container-width) / 2));
}

.panel-position-d[b-zhsacsq1mo] {
    left: auto;
    right: calc(calc(100% - 12px) / 5);
}

.panel-position-e[b-zhsacsq1mo] {
    left: auto;
    right: 0px;
}

/* start Plugable statuses */

/* (defaults being operated on:)
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
*/

.panel-visible[b-zhsacsq1mo] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.2s, opacity 0.2s;
}

/* end Plugable statuses */

/* Part of Option 3 */
@media (min-width: 78vh) {
    .panel-container[b-zhsacsq1mo] {
        width: 340px;
        left: auto;
        right: 44px;
        bottom: 4px;
    }

    .panel[b-zhsacsq1mo] {
        flex-direction: column;
        padding: 4px 4px 0.6rem 4px;
    }

    .panel-position-b[b-zhsacsq1mo] {
        left: auto;
    }

    .panel-position-c[b-zhsacsq1mo] {
        left: auto;
    }
}

@media (min-width: 1008px) {
    .panel-container[b-zhsacsq1mo] {
        width: 320px;
        right: auto;
        bottom: auto;
        top: var(--top-bar-height);
        left: calc(50% - 286px);
    }
    .panel-position-b[b-zhsacsq1mo] {
        left: calc(50% - 172px);
    }

    .panel-position-c[b-zhsacsq1mo] {
        left: calc(50% - 160px);
    }

    .panel-position-d[b-zhsacsq1mo] {
        left: auto;
        right: calc(50% - 176px);
    }

    .panel-position-e[b-zhsacsq1mo] {
        left: auto;
        right: calc(50% - 290px);
    }
}
/* /Shared/NavPanelNavLinkButton.razor.rz.scp.css */
.icon[b-etao1bzo7g] {
    color: #eee;
    width: 1.8rem;
    font-size: 0.9rem;
    vertical-align: text-top;
    top: -1px;
}

.navlink[b-etao1bzo7g] {
    border-left: 4px solid lightgrey;
    margin-left: 16px;
    display: flex;
    flex: 1;
}

.nav-item[b-etao1bzo7g] {
    font-size: 0.9rem;
    text-align: left;
}

    .nav-item[b-etao1bzo7g]  a {
        color: #eee;
        border-radius: 12px;
        min-height: 3rem;
        display: flex;
        align-items: center;
    }

        .nav-item[b-etao1bzo7g]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: #eee;
            border: 1px solid black;
        }

        .nav-item[b-etao1bzo7g]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: #eee;
        }

    .nav-item[b-etao1bzo7g]  span {
        padding-right: 10px;
    }

    .nav-item[b-etao1bzo7g]  i {
        color: #eee;
    }

.panel-header[b-etao1bzo7g] {
    background-color: rgba(255,255,255,0.25);
    color: #eee;
    border-radius: 12px;
    border: 2px solid black;
}

    .panel-header[b-etao1bzo7g]  a {
        color: #eee;
        height: 3rem;
    }

        .panel-header[b-etao1bzo7g]  a.active {
            background-color: rgba(255,255,255,0.0);
        }

        .panel-header[b-etao1bzo7g]  a:hover {
            background-color: rgba(255,255,255,0.0);
        }

.collapsible-section-item-for-top-lvl[b-etao1bzo7g] {
    border-left: 4px solid lightgrey;
    margin-left: 16px;
    padding-left: 3px;
}
/* /Shared/NavPanels.razor.rz.scp.css */

/* start Mobile view */

.icon[b-v8dvo1vupe] {
    color: #eee;
    width: 1.8rem;
    font-size: 0.9rem;
    vertical-align: text-top;
    top: -1px;
}

.navlink[b-v8dvo1vupe] {
    border-left: 4px solid lightgrey;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex: 1;
}

.nav-item[b-v8dvo1vupe] {
    font-size: 0.9rem;
}

    .nav-item[b-v8dvo1vupe]  a {
        color: #eee;
        border-radius: 12px;
        height: 3rem;
        display: flex;
        align-items: center;
    }

        .nav-item[b-v8dvo1vupe]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: #eee;
            border: 1px solid black;
        }

        .nav-item[b-v8dvo1vupe]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: #eee;
        }

    .nav-item[b-v8dvo1vupe]  i {
        color: #eee;
    }

.panel-header[b-v8dvo1vupe] {
    background-color: rgba(255,255,255,0.25);
    color: #eee;
    border-radius: 12px;
    border: 2px solid black;
}

    .panel-header[b-v8dvo1vupe]  a {
        color: #eee;
    }

        .panel-header[b-v8dvo1vupe]  a.active {
            background-color: rgba(255,255,255,0.0);
        }

        .panel-header[b-v8dvo1vupe]  a:hover {
            background-color: rgba(255,255,255,0.0);
        }

.panel-scrollablesection[b-v8dvo1vupe] {
    overflow-y: auto;
    max-height: calc(var(--panel-height) - 68px - 0.5rem);
    border-radius: 12px;
    padding: 0px 0.4rem;
}

.collapsible-item[b-v8dvo1vupe] {
    margin-left: 28px;
    padding-left: 0.4rem;
    border-left: 4px solid grey;
}

/* start Plugable statuses */

.pm-panel-visible[b-v8dvo1vupe] {
    display: block;
    position: fixed;
    transition: display 0.2s;
}

.layout-controls-on[b-v8dvo1vupe] {
    background-color: var(--app-background-color);
    padding: 0px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: calc(100% - calc(var(--top-bar-height) + var(--footer-height)));
    width: 100%;
    top: var(--top-bar-height);
    z-index: 10;
}

/* end Plugable statuses */

.layout-control-item[b-v8dvo1vupe] {
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Part of Option 2 */
/*
@media (min-width: 78vh) {

    .panel-scrollablesection {
        height: calc(100% - 52px);
    }
}
*/
