@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap');

:root {
    color-scheme: dark;
    font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #07110e;
    color: #f4f7f5;
    font-synthesis: none;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
}

body {
    min-width: 320px;
    background:
        radial-gradient(circle at 14% 8%, rgba(16, 111, 78, 0.18), transparent 30rem),
        radial-gradient(circle at 88% 90%, rgba(193, 145, 55, 0.1), transparent 28rem),
        #07110e;
}

button,
input,
select {
    font: inherit;
}

button,
select,
label[for] {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
label[for]:focus-visible {
    outline: 3px solid rgba(73, 215, 153, 0.35);
    outline-offset: 2px;
}

img {
    display: block;
    max-width: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #39c485;
}

.invalid {
    border-color: #ef6565 !important;
}

.validation-message {
    display: block;
    margin-top: 0.45rem;
    color: #ff8d8d;
    font-size: 0.8rem;
}

#blazor-error-ui {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1000;
    display: none;
    width: min(32rem, calc(100% - 2rem));
    padding: 1rem 3rem 1rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.85rem;
    background: #9d2f34;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
    color: white;
}

#blazor-error-ui .reload {
    margin-left: 0.5rem;
    color: white;
    font-weight: 700;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
