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

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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;
    }

.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."
    }

.loading-progress-bar {
    position: absolute;
    width: 25%;
    height: 0.15rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto 0 auto;
    background-color: #e0e0e0;
    border-radius: 0.075rem;
    overflow: hidden;
}

    .loading-progress-bar-fill {
        height: 100%;
        width: var(--blazor-load-percentage, 0%);
        background-color: #1b6ec2;
        transition: width 0.05s ease-in-out;
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    text-align: center;
}

a {
    color: #404040;
    text-decoration: none;
}

a:hover {
    color: #0BA5D1;
}

.error-title {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    color: rgb(76, 88, 99);
}

table tr td,
table tr th {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.table-translucent {
    --bs-table-bg: transparent;
    --bs-table-hover-bg: rgba(255, 255, 255, 0.15);
    background-color: transparent;
    border-radius: 8px;
    overflow: hidden;
}

.table-translucent tr td,
.table-translucent tr th {
    background-color: transparent !important;
}

.table-translucent tbody tr:hover td,
.table-translucent tbody tr:hover th {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.badge-group {
    padding: 0.25em 0.45em;
    margin-right: 0.2rem;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.badge-group-admin {
    color: #7a2e39;
    background-color: #f7d7dc;
}

.badge-group-user {
    color: #46505a;
    background-color: #e5e9ee;
}

.badge-group-todo {
    color: #1e4f7a;
    background-color: #d4e8f8;
}

.badge-group-currency {
    color: #2f6146;
    background-color: #d9efdf;
}

.badge-group-ai {
    color: #60437a;
    background-color: #eadcf5;
}

.cover-container {
    max-width: 100em;
    padding-bottom: 64px;
}

.footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
}

.container {
    padding: 0 15px;
}

.text-justify {
    text-align: justify;
}

.svg-filter {
    filter: opacity(70%);
    fill: #8e20f5;
    filter: invert(11%) sepia(88%) saturate(4081%) hue-rotate(269deg) brightness(83%) contrast(109%);
    filter: invert(11%) sepia(800%) saturate(100%) brightness(83%);
}

.darken-vapor {
    background-color: rgba(149, 214, 249);
    background-image: linear-gradient(rgba(149, 214, 249, 0.7), rgba(219, 134, 242, 0.7));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.darken-gray {
    background-color: rgb(223 223 223);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.darken-blup {
    background-color: rgba(163, 195, 224);
    background-image: linear-gradient(rgba(163, 195, 224), rgba(118, 112, 211, 0.7));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.darken-neitzke {
    background-color: rgba(170,226,223);
    background-image: linear-gradient(rgba(170,226,223), rgba(149, 214, 249, 0.7));
    /*    background-image: linear-gradient(rgba(163, 195, 224), rgba(149, 214, 249, 0.7));*/
    /*    background-image: linear-gradient(rgba(163, 195, 224), rgba(210, 122, 255, 0.7));*/
    /*    background-image: linear-gradient(rgba(149, 214, 249, 0.7), rgba(219, 134, 242, 0.7));*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.darken-clneitzke {
    background-color: rgba(163, 195, 224);
    background-image: linear-gradient(rgba(149, 214, 249, 0.7), rgba(219, 134, 242, 0.7));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.gradient-edge {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(to right, #00a5b2, #7209d4, #ff6b08);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.border-vapor {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.176);
    border-width: 1px;
    background-color: rgb(255, 255, 255, 0.3);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding: 25px;
    min-height: 300px;
    width: auto;
}

.has-sidebar {
    padding-left: 294px;
    transition: padding-left 0.2s ease;
}

.has-sidebar.sidebar-collapsed {
    padding-left: 96px;
}

.app-sidebar {
    position: fixed;
    width: 270px;
    top: 12px;
    left: 12px;
    height: calc(100vh - 24px);
    z-index: 1030;
    overflow-y: auto;
    border-radius: 12px;
    min-height: 0;
    color: #000;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: width 0.2s ease, transform 0.25s ease;
}

.app-sidebar .nav-link,
.app-sidebar .link-body-emphasis {
    color: #000;
    display: flex;
    align-items: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.app-sidebar .sidebar-profile {
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.375rem !important;
}

.app-sidebar .mt-auto {
    padding-top: 0.5rem !important;
}

.has-sidebar.sidebar-collapsed .app-sidebar {
    width: 72px;
}

.sidebar-hamburger {
    position: fixed;
    top: 82px;
    left: 12px;
    z-index: 1031;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #404040;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.sidebar-hamburger:hover,
.sidebar-hamburger:focus-visible {
    color: #0BA5D1;
}

.sidebar-backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1029;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

@media (max-width: 767.98px) {
    .sidebar-hamburger {
        display: inline-flex;
    }

    .has-sidebar {
        padding-left: 0;
    }

    .has-sidebar.sidebar-collapsed {
        padding-left: 0;
    }

    .app-sidebar {
        width: 72px;
        transform: translateX(calc(-100% - 24px));
    }

    .has-sidebar.sidebar-collapsed .app-sidebar {
        width: 72px;
    }

    .app-sidebar .sidebar-label,
    .app-sidebar .sidebar-profile {
        display: none;
    }

    .app-sidebar .sidebar-icon {
        margin-right: 0;
    }

    .app-sidebar .nav-link,
    .app-sidebar .link-body-emphasis {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .has-sidebar.sidebar-open .app-sidebar {
        transform: translateX(0);
    }

    .has-sidebar.sidebar-open .sidebar-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .has-sidebar.sidebar-open .sidebar-hamburger {
        display: none;
    }

    .app-sidebar .sidebar-toggle {
        display: none;
    }

    .app-sidebar .nav {
        margin-top: 2.5rem;
    }
}

.sidebar-toggle {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #404040;
}

.sidebar-toggle:hover,
.sidebar-toggle:focus-visible {
    color: #0BA5D1;
}

.has-sidebar.sidebar-collapsed .sidebar-toggle {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.sidebar-icon {
    display: inline-block;
    width: 24px;
    margin-right: 0.375rem;
    font-size: 0.875rem;
    text-align: center;
}

.sidebar-label {
    font-size: 0.875rem;
    transition: opacity 0.15s ease;
}

.has-sidebar.sidebar-collapsed .sidebar-label {
    display: none;
}

.has-sidebar.sidebar-collapsed .sidebar-icon {
    margin-right: 0;
}

.has-sidebar.sidebar-collapsed .app-sidebar .nav-link,
.has-sidebar.sidebar-collapsed .app-sidebar .link-body-emphasis {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.has-sidebar.sidebar-collapsed .sidebar-profile {
    min-height: 32px;
}

.dashboard-links {
    --bs-gutter-x: 0;
}

.dashboard-links li {
    list-style-position: inside;
    margin-bottom: 0.15rem;
}

.dashboard-links .col + .col {
    padding-left: 1.5rem;
}

@media (max-width: 767.98px) {
    .dashboard-container > .row {
        flex-direction: column;
    }

    .dashboard-container > .row > .col,
    .dashboard-links > .col {
        flex: 0 0 auto;
        width: 100%;
    }

    .dashboard-container > .row > .col + .col {
        margin-top: 1rem;
    }

    .dashboard-links .col + .col {
        padding-left: 0;
        margin-top: 1rem;
    }
}

.fade-me-in {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}