/*!
 * Thieros (https://thieros.com/)
 * Copyright (c) 2024 Thieros Corporation. All Rights Reserved.
 */

/* Base Elements */
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a {
    color: #006bb7;
}
p {
    margin-top: 12px;
}
h1:focus {
    outline: none;
}

/* Blazor */
#blazor-error-ui {
    background: #cc0000; color: white; bottom: 0; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); display: none; left: 0; padding: 0.6rem 1.25rem 0.7rem 1.25rem; position: fixed; width: 100%; z-index: 2000;
}

