html, body {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.fw-bold { font-weight: 600 !important; }
.letter-spacing-1 { letter-spacing: 0.5px; }
.cursor-pointer { cursor: pointer; }

#blazor-error-ui {
    color-scheme: light only;
    background: #b32121;
    color: white;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.loading-progress {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #5C6BC0;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

.rounded-lg {
    border-radius: 12px !important;
}

.mud-nav-link.active {
    background: rgba(92, 107, 192, 0.12) !important;
    border-radius: 8px;
}

.h-60px{
    height: 60px!important;
}

.evolveLogo {
    height: 64px;
}

.evolveLogoParent {
    justify-content: center!important;
    align-items: center!important;
}
