/* _content/Master-Digit.omline/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-izig1wiqho] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-izig1wiqho] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Master-Digit.omline/Components/Pages/UiToolkit.razor.rz.scp.css */
.unity-canvas[b-nk9x3cc4hh] {
    background-color: #000;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-bar[b-nk9x3cc4hh] {
    opacity: 0;
    display: flex;
    align-items: center;
}

.loading-icon[b-nk9x3cc4hh] {
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
}

.percent-icon[b-nk9x3cc4hh] {
    height: 80px;
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
}

.loading-percent[b-nk9x3cc4hh] {
    color: #b7daf0;
    font-size: 58px;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 80px;
    display: inline-block;
    vertical-align: middle;
}

#unity-loading-bar[b-nk9x3cc4hh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 100;
    display: inline;
}
