html, body {
    font-family: 'Roboto', sans-serif;
}

.my-loading-message-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.my-loading-message {
    padding: 1.25rem 2.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #2e7d32;
    background-color: #ffffff;
    border: 2px solid #2e7d32;
    border-radius: 0.75rem;
    box-shadow: 0 4px 20px rgba(46, 125, 50, 0.2);
}

#blazor-error-ui {
    background: color-mix(in srgb, var(--rb-warning, #ffb545) 22%, var(--rb-surface, #fff));
    color: var(--rb-text, #212529);
    border-top: 1px solid var(--rb-warning, #ffb545);
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.35);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.text-small {
    font-size: 0.85rem;
}

.fade-in {
    animation: fadeIn 0.2s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.rootbudget-appbar {
    padding: 0.5rem 1.5rem;
}

.rootbudget-main {
    padding: 1.5rem;
}
