<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');
@import url('moranga/moranga.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Roboto+Condensed:wght@100..900&amp;display=swap');

.icon[data-v-e6588022] {
    display: inline-block;
    vertical-align: middle
}

.gap-5 {
    gap: 1.25rem;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.w-full {
    width: 100%!important;
}

.h-full {
    height: 100%!important;
}

.dxbl-btn {
    --dxbl-btn-link-hover-color: #D7E141!important;
}
.dxbl-menu {
    --dxbl-menu-item-focus-outline-color: #D7E141 !important;
}

:root,
[data-bs-theme="dark"] {
    --bs-font-sans-serif: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    --bs-heading-color: #D7E141;
    /*--bs-body-color: #fff;*/
}

:root,
[data-bs-theme="light"] {
    --bs-font-sans-serif: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    --bs-primary: #6C4891 !important;
    --bs-secondary: #666 !important;
    --bs-heading-color: #6C4891;
    /*--bs-body-color: #24135F;*/
}
html, body {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h1 strong, h2, h2 strong, h3, h3 strong, h4, h4 strong {
    font-family: 'Moranga Black' !important;
}

h1, h2, h3, h4 a {
    text-decoration: none;
}

html, body {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: unset;
}

#blazor-error-ui {
    background: lightyellow;
    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: 1000;
}

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

.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
    font-family: 'Moranga Black' !important;
    color: var(--bs-primary);
}

    .title.title-secondary {
        padding-top: 0.313rem;
        padding-bottom: 0;
        color: var(--bs-secondary-color);
    }

.title-header-text {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
    color: var(--bs-primary);
}

.title-content-text {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
    color: var(--bs-primary);
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.block-content {
    width: 31.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 100%;
}</pre></body></html>