.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.frosted-glass {
    color: inherit !important;
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

/*noinspection CssUnresolvedCustomProperty*/
.mud-appbar .mud-button, .appbar-popover .mud-list-item-text p {
    font-family: "Public Sans", "Roboto", "Arial", "sans-serif";
    text-transform: none;
    font-size: var(--mud-typography-button-size);
    font-weight: var(--mud-typography-button-weight);
    line-height: var(--mud-typography-button-lineheight);
    letter-spacing: var(--mud-typography-button-letterspacing);
}

.min-one-chip .mud-chip-container:first-child:only-child .mud-chip-close-button {
    display: none;
}

.app-container {
    margin-top: 20px;
    margin-bottom: 40px;
}

.project-title-icon {
    height: 30px;
}

.project-title-text {
    letter-spacing: .2rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-inline-start: 12px;
    font-size: 24px;
    user-select: none;
    white-space: nowrap;
}

.dashboard-title {
    font-family: "Public Sans", "Roboto", "Arial", "sans-serif";
    font-weight: 600;
    font-size: 2.55rem;
    margin-bottom: 2vh;
}

.appbar-search-bar {
    margin: 0 16px;
    min-width: 350px;
    
    & .mud-input {
        height: 42px;
    }

    /*noinspection CssUnresolvedCustomProperty*/
    &.mud-input-control {
        background-color: rgba(0, 0, 0, 0.05);
        margin-bottom: 5px;
        height: 42px;
        border-radius: var(--mud-default-borderradius);
    }

    /*noinspection CssUnresolvedCustomProperty*/
    & .mud-input.mud-input-outlined .mud-input-outlined-border {
        border: none;
        border-radius: var(--mud-default-borderradius);
    }
}

.apexcharts-canvas svg:first-of-type {
    background: transparent !important;
}

/*noinspection CssUnresolvedCustomProperty*/
.apexcharts-text {
    color: var(--mud-palette-text-primary) !important;
    fill: var(--mud-palette-text-primary) !important;
}

/*noinspection CssUnresolvedCustomProperty*/
.apexcharts-legend-text {
    color: var(--mud-palette-text-primary) !important;
    margin-left: -5px !important;
}

.apexcharts-pie-series path:first-of-type {
    stroke: none !important;
}

/*noinspection CssUnresolvedCustomProperty*/
.apexcharts-tooltip {
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: var(--mud-default-borderradius) !important;
    box-shadow: none !important;
}

/*noinspection CssUnresolvedCustomProperty*/
.apexcharts-tooltip, .apexcharts-tooltip-title, .apexcharts-tooltip-series-group {
    color: var(--mud-palette-text-primary) !important;
    border-color: var(--mud-palette-text-primary) !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

/*noinspection CssUnresolvedCustomProperty*/
.apexcharts-tooltip-rangebar .category {
    color: var(--mud-palette-text-primary) !important;
}

/*noinspection CssUnresolvedCustomProperty*/
.apexcharts-xaxis-annotations rect {
    fill: var(--mud-palette-surface) !important;
    color: var(--mud-palette-text-primary) !important;
    border: none !important;
    border-radius: var(--mud-default-borderradius) !important;
    box-shadow: none !important;
}

/*noinspection CssUnresolvedCustomProperty,CssNoGenericFontName*/
.apexcharts-xaxis-annotations text {
    font-family: var(--mud-typography-default-family) !important;
}

.transparent-progress::before {
    background: transparent !important;
}

.logo-login {
    height: 2.55rem;
    margin-bottom: 2vh;
}

/*noinspection CssUnresolvedCustomProperty*/
.highlighter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    line-height: 1.1876em;
    color: transparent;
    margin-top: 22px;
}

/*noinspection CssUnresolvedCustomProperty*/
.highlighter-overlay ins {
    background-color: rgba(var(--mud-palette-success-rgb), 0.2);
    text-decoration: none;
}

.highlighter-overlay del {
    display: none;
}

.highlighter-overlay-no-label {
    margin-top: 6px !important;
}

.factbox-preview h1,
.factbox-preview h2,
.factbox-preview h3,
.factbox-preview h4,
.factbox-preview h5 {
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.factbox-preview h1 {
    line-height: 1.2;
    font-size: 24px;
}

.factbox-preview h1:first-of-type {
    margin-bottom: 35px;
}

.factbox-preview h2 {
    line-height: 1.35;
    font-size: 20px;
}

.factbox-preview h3 {
    line-height: 1.5;
    font-size: 16px;
}

.factbox-preview p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 40px;
    color: #888888;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.factbox-preview strong {
    font-weight: 500;
    color: #888888;
    font-family: 'Rubik', sans-serif;
}

.factbox-preview ol:not(li ol, li ul),
.factbox-preview ul:not(li ol, li ul) {
    margin-bottom: 40px;
}

.factbox-preview ol,
.factbox-preview ul {
    margin-left: 20px;
    color: #888888;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.factbox-preview hr {
    color: #888888;
    border-width: 1px;
}

.factbox-preview a {
    /*noinspection CssUnresolvedCustomProperty*/
    color: rgba(37, 130, 252, 0.7);
    text-decoration: underline;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.factbox-preview img {
    max-width: 100%;
}

.factbox-preview .mud-link {
    display: inline-flex;
    justify-content: space-between;
    text-decoration: none !important;
    background-color: #2582fc;
    color: white !important;
    padding: 12px 24px;
    font-size: 16px;
}

.factbox-preview .mud-paper {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.5;
}

.inline-checkbox {
    margin-top: 6px !important;
    margin-bottom: -6px !important;
}

.nav-cube-popover {
    margin-left: 8px;
    margin-top: 8px;
}

.nav-cube-link:hover {
    background-color: rgba(128, 128, 128, 0.25);
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/* Pill loader */
/*noinspection CssReplaceWithShorthandSafely,CssUnresolvedCustomProperty*/
.pill-loader {
    width: 35px;
    height: 75px;
    animation: pill-loader 2s infinite backwards;
    background: linear-gradient(0deg, var(--mud-palette-primary), var(--mud-palette-primary) 50%, transparent 50%, transparent);
    background-size: 100% 200%;
    background-repeat: no-repeat;
    border: 5px solid var(--mud-palette-text-primary);
    border-radius: 20px;
}

@keyframes pill-loader {
    0% {
        background-position: 0 0;
        transform: rotate(0deg);
    }

    25% {
        background-position: 0 100%;
        transform: rotate(0deg);
    }

    50% {
        background-position: 0 100%;
        transform: rotate(180deg);
    }

    75% {
        background-position: 0 200%;
        transform: rotate(180deg);
    }

    100% {
        background-position: 0 200%;
        transform: rotate(360deg);
    }
}

/* sm */
@media screen and (max-width: 600px) {
    .logo-login {
        height: 8vw;
    }

    .dashboard-title {
        font-size: 8vw;
    }

    .project-title-icon {
        height: 20px;
    }

    .project-title-text {
        font-size: 20px;
        letter-spacing: .1rem;
    }

    .app-container {
        margin-top: 0;
        margin-bottom: 16px;
    }
}

/* md */
@media screen and (max-width: 960px) {

}

/* lg */
@media screen and (max-width: 1280px) {

}

.overlay-more-transparent {
    opacity: 0.5;
}