/* ========================================
   CSS CUSTOM PROPERTIES (VARIABLES)
======================================== */
:root {
    /* Colors */
    --app-primary: #667eea;
    --app-primary-dark: #764ba2;
    --app-secondary: #1b2335;
    --app-accent: #7588e8;
    --app-surface: #ffffff;
    --app-border: #d3d3d32a;


    /* Spacing */
    --app-spacing-sm: 0.5rem;
    --app-spacing-md: 1rem;
    --app-spacing-lg: 1.5rem;

    /* Transitions */
    --app-transition: 0.3s ease;

    /* Shadows */
    --app-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.06);
    --app-shadow-dark: 0 1px 5px 1px rgba(0, 0, 0, 0.16);
}

/* ========================================
   GLOBAL UTILITIES
======================================== */
.app-border-default {
    border-color: #d3d3d32a;
}


.border-r-1 {
    border-right-width: 1px;
}

.border-l-1 {
    border-left-width: 1px;
}

.border-b-1 {
    border-bottom-width: 1px;
}

.border-t-1 {
    border-top-width: 1px;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/* ========================================
   ANIMATIONS & EFFECTS
======================================== */
.app-pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes confetti {
    0% {
        transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
    }
    25% {
        transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
    }
    50% {
        transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
    }
    75% {
        transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
    }
    100% {
        transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 60vh);
    }
}

@keyframes blink {
     0%, 49% {
         opacity: 1;
     }
     50%, 100% {
         opacity: 0;
     }
 }

/* ========================================
   LAYOUT COMPONENTS
======================================== */
.headless-layout {
    height: 100vh;
    box-sizing: border-box;
    background-image: radial-gradient(ellipse at center, #fffeea 0%, #fffeea 35%, #B7E8EB 100%);
}

.app-flex-drawer {
    height: inherit;
}

.app-close-drawer {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.app-product-attribute{
    width: 160px;
}

.mud-drawer--open.app-drawer-large-width {
    width: calc(100% - 239px) !important;
}

@media (width <= 1100px) {
    .mud-drawer--open.app-drawer-large-width {
        width: 100% !important;
    }
}


/* ========================================
   BRANDING & LOGO
======================================== */
.app-logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: rgb(241 245 249);
    border: 2px solid rgb(0 0 0 / 14%);
    box-shadow: inset 0 0 16px 0 #00000024;
}

.app-logo img {
    width: 120px;
    height: 120px;
    position: relative;
    margin: 6px auto;
}


/* ========================================
   NAVIGATION & HEADER
======================================== */
.app-bar {
    box-shadow: none;
}

.app-child-menu-user {
    & .mud-list-item-icon {
        min-width: 35px;
    }

    & .mud-list-item-text p {
        font-size: 14px !important;
    }
}

/* ========================================
   Charts
======================================== */

.app-chart-card {
    min-height: 500px;
}

.app-header-chart {
    border-color: #dad7d785;
}

/* ========================================
   AUTHENTICATION & LOGIN
======================================== */
.app-box-login {
    background-color: transparent;
    border-radius: 8px 0 0 8px;
    backdrop-filter: blur(4px);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
    height: 440px;
}

.app-login-message {
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    background-position: 400px 80px;
    background-size: 400px;
    align-content: center;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(../img/hub-oferta-mascote.png);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
    height: 440px;
}

@media (max-width: 1023px) {
    .app-login-message {
        border-radius: 8px 8px 0 0;
        height: auto;
        background-image: none;
    }

    .app-box-login {
        border-radius: 0 0 8px 8px;
    }
}

.app-box-login {
    & .app-login-face {
        background-color: #ffffff9c;
        border-radius: 50%;
        width: 110px;
        height: 110px;
        text-align: center;
        vertical-align: baseline;
    }

    & .app-login-face .mud-button-root {
        width: 110px;
        height: 110px;
    }

    & .app-login-face .mud-icon-root {
        font-size: 5rem;
    }
}

.app-analysis-text {
    line-height: 1.8;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.app-typing-cursor {
    display: inline-block;
    animation: blink 1s infinite;
    margin-left: 2px;
    font-weight: bold;
}


/* ========================================
   MODAL & TABLE COMPONENTS
======================================== */
.app-modal-content {
    border-top: 1px solid #ccc;
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc;
}

td.app-cell-right, th.app-cell-right, th.app-cell-right span {
    text-align: right !important;
    display: revert !important;
}

td.app-cell-center, th.app-cell-center, th.app-cell-center span {
    text-align: center !important;
    display: revert !important;
}

.app-grid-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    & .mud-table-root {
        min-width: 600px !important;
    }

    & .mud-table-root .mud-table-cell {
        white-space: nowrap;
        padding: 12px 16px !important;
        min-width: 220px !important;
    }
    
}



/* ========================================
   SEARCH COMPONENTS
======================================== */
.app-default-search .mud-input-slot.mud-input-root.mud-input-root-text.mud-input-root-adorned-start {
    height: 35px !important;
}

/* ========================================
   ENHANCED COMPONENTS
======================================== */
.app-enhanced-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: var(--app-shadow-dark);

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 2px, transparent 2px);
        background-size: 60px 60px;


    }

    & h1, h2, h3, h4 {
        font-weight: 700;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    & p {
        opacity: 0.9;
        line-height: 1.6;
    }

    & .app-account-avatar {
        width: 80px;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.2);
        font-size: 3em;
    }

    & .app-account-card {
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(1px);
        height: 130px;
    }
}


.app-grid-header {
    background: #7588e8;
    color: white;
    border-radius: 5px 5px 0 0;
}

.app-detail-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 5px;
    border-left: 4px solid var(--mud-palette-primary);
    transition: all 0.3s ease;
}

.app-detail-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.app-expansion-modern {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--mud-palette-divider);
}

.app-table-modern {
    border-radius: 12px;
    overflow: hidden;
}

.app-close-button {
    background: linear-gradient(45deg, var(--mud-palette-error) 0%, var(--mud-palette-error-darken) 100%);
    border-radius: 25px;
    transition: all 0.3s ease;
}

.app-close-button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(244, 67, 54, 0.4);
}

/* ========================================
   THEME VARIATIONS - LIGHT
======================================== */
.app-light {

    & .app-bar {
        border-bottom: 1px solid #d2d6da;
    }

    & .app-drawer-page {
        background-color: rgba(255, 255, 255, 0.88);
        backdrop-filter: blur(8px);
        border-left: 1px solid #d2d6da;
    }

    & .app-outdoor {
        background: #fff;
    }

    .app-card-header {
        background: rgba(237, 237, 237, 0.2);
        border-bottom: 1px solid #dee2e6;
    }

    .mud-drawer {
        background-color: rgb(241 245 249);
        box-shadow: none;
        border-right: 1px solid #d2d6da;
    }


}

/* ========================================
   Prompt IA
======================================== */

.app-ai-container {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    padding: 24px;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.app-dark .app-ai-container {
    background: linear-gradient(135deg, #667eea25 0%, #764ba225 100%);
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.app-ai-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 32px 0;
}

.app-ai-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 15px rgba(102, 126, 234, 0.3);
}

.app-dark .app-ai-avatar {
    box-shadow: 0 8px 15px rgba(102, 126, 234, 0.5);
}

.app-ai-avatar-active {
    animation: app-ai-pulse 2s infinite;
}

@keyframes app-ai-pulse {
     0%, 100% {
         box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
         transform: scale(1);
     }
     50% {
         box-shadow: 0 8px 32px rgba(102, 126, 234, 0.5);
         transform: scale(1.05);
     }
 }

.app-dark .app-ai-avatar-active {
    animation: app-ai-pulse-dark 2s infinite;
}

@keyframes app-ai-pulse-dark {
     0%, 100% {
         box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
         transform: scale(1);
     }
     50% {
         box-shadow: 0 8px 32px rgba(102, 126, 234, 0.7);
         transform: scale(1.05);
     }
 }

.app-ai-dots {
    display: flex;
    gap: 8px;
}

.app-ai-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #667eea;
    animation: app-ai-bounce 1.4s infinite ease-in-out both;
}

.app-dark .app-ai-dots span {
    background: #8b9fef;
}

.app-ai-dots span:nth-child(1) {
    animation-delay: -0.32s;
}

.app-ai-dots span:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes app-ai-bounce {
     0%, 80%, 100% {
         transform: scale(0);
         opacity: 0.5;
     }
     40% {
         transform: scale(1);
         opacity: 1;
     }
 }

.app-ai-loading-text {
    color: #667eea;
    font-weight: 500;
}

.app-dark .app-ai-loading-text {
    color: #8b9fef;
}

.app-ai-response {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.app-ai-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.app-ai-header .app-ai-avatar {
    width: 48px;
    height: 48px;
}

.app-ai-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.app-ai-label {
    font-weight: 600;
    color: #667eea;
}

.app-dark .app-ai-label {
    color: #8b9fef;
}

.app-ai-subtitle {
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.7rem;
}

.app-dark .app-ai-subtitle {
    color: #6b7280;
}

.app-ai-message {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.app-dark .app-ai-message {
    background: #1f2937;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.app-ai-text {
    line-height: 1.8;
    color: #374151;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.app-dark .app-ai-text {
    color: #e5e7eb;
}

.app-ai-cursor {
    display: inline-block;
    width: 2px;
    height: 1.2em;
    background: #667eea;
    margin-left: 2px;
    animation: app-ai-blink 1s infinite;
    vertical-align: text-bottom;
}

.app-dark .app-ai-cursor {
    background: #8b9fef;
}

@keyframes app-ai-blink {
     0%, 49% {
         opacity: 1;
     }
     50%, 100% {
         opacity: 0;
     }
 }

.app-ai-score {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(102, 126, 234, 0.1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: app-ai-slide-up 0.3s ease-out;
}

.app-dark .app-ai-score {
    background: #1f2937;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(102, 126, 234, 0.2);
}

@keyframes app-ai-slide-up {
     from {
         opacity: 0;
         transform: translateY(10px);
     }
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

.app-ai-score-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
}

.app-dark .app-ai-score-header {
    color: #9ca3af;
}

.app-ai-score-value {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.app-ai-score-value .MudTypography-h4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.app-dark .app-ai-score-value .MudTypography-h4 {
    background: linear-gradient(135deg, #8b9fef 0%, #9b6bc5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.app-ai-score-max {
    color: #9ca3af;
    font-weight: 500;
}

.app-dark .app-ai-score-max {
    color: #6b7280;
}

.app-ai-progress {
    border-radius: 8px;
    height: 8px !important;
}

/* Responsividade */
@media (max-width: 600px) {
    .app-ai-container {
        padding: 16px;
    }

    .app-ai-message,
    .app-ai-score {
        padding: 16px;
    }

    .app-ai-avatar {
        width: 48px;
        height: 48px;
    }

    .app-ai-header .app-ai-avatar {
        width: 40px;
        height: 40px;
    }
}

/* ========================================
   THEME VARIATIONS - DARK
======================================== */
.app-dark {
    & .app-outdoor {
        background: #1b2335;
    }

    & .app-drawer-page {
        background: rgb(38, 49, 74, 0.88);
        backdrop-filter: blur(8px);
    }

    .mud-navmenu.mud-navmenu-default {
        & .mud-nav-link {

            color: rgba(255, 255, 255, 0.75);
        }

        & .mud-nav-link .mud-nav-link-icon {
            color: #fff;
        }
    }


    & .mud-navmenu.mud-navmenu-default.app-internal-navmenu {

        & .mud-nav-link.active:not(.mud-nav-link-disabled) {
            color: #fff;
        }

        & .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {
            color: #fff;
        }

        & .mud-nav-link:hover:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {
            color: #fff;
        }

        & .mud-nav-link:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {
            color: #ffffffab;
        }
    }

    & a.mud-typography.mud-link.mud-dark-text.mud-link-underline-none.mud-typography-body1.cursor-pointer {
        color: #fff !important;
    }

    .app-card-header {
        background: linear-gradient(90deg, #23262e 0%, #121c32 100%);
        border-bottom: 1px solid #dee2e6;
    }

    .app-logo {
        background-color: rgb(49 62 92);
        border: 2px solid rgb(161 157 157 / 14%);
    }
}


/* ========================================
   CATALOG COMPONENTS
======================================== */

.app-switch-container {
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.app-switch-container:hover {
    border-color: #dee2e6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.app-info-box {
    background: #e7f3ff;
    padding: 1rem;
    border: 1px solid #b3d9ff;
    margin-bottom: 1rem;
}

.app-field-spacing {
    margin-bottom: 1.5rem;
}

.app-fixed-item-bottom-right {
    position: fixed !important;
    bottom: 80px;
    right: 190px;
    z-index: 1000;
}

.app-fixed-batch-bottom-right {
    position: fixed !important;
    bottom: 80px;
    right: 16px;
    z-index: 1000;
}

/* ========================================
   CONFETTI ANIMATION SYSTEM
======================================== */
.confetti {
    width: 15px;
    height: 15px;
    background-color: #f2d74e;
    position: absolute;
    left: 50%;
    animation: confetti 5s ease-in-out -2s infinite;
    transform-origin: left top;

    &:nth-child(1) {
        background-color: #f2d74e;
        left: 10%;
        animation-delay: 0;
    }

    &:nth-child(2) {
        background-color: #95c3de;
        left: 20%;
        animation-delay: -5s;
    }

    &:nth-child(3) {
        background-color: #ff9a91;
        left: 30%;
        animation-delay: -3s;
    }

    &:nth-child(4) {
        background-color: #f2d74e;
        left: 40%;
        animation-delay: -2.5s;
    }

    &:nth-child(5) {
        background-color: #95c3de;
        left: 50%;
        animation-delay: -4s;
    }

    &:nth-child(6) {
        background-color: #ff9a91;
        left: 60%;
        animation-delay: -6s;
    }

    &:nth-child(7) {
        background-color: #f2d74e;
        left: 70%;
        animation-delay: -1.5s;
    }

    &:nth-child(8) {
        background-color: #95c3de;
        left: 80%;
        animation-delay: -2s;
    }

    &:nth-child(9) {
        background-color: #ff9a91;
        left: 90%;
        animation-delay: -3.5s;
    }

    &:nth-child(10) {
        background-color: #f2d74e;
        left: 100%;
        animation-delay: -2.5s;
    }

    &:nth-child(15) {
        background-color: #95c3de;
        left: 5%;
        animation-delay: -4s;
    }

    &:nth-child(16) {
        background-color: #ff9a91;
        left: 15%;
        animation-delay: -6s;
    }

    &:nth-child(17) {
        background-color: #f2d74e;
        left: 25%;
        animation-delay: -1.5s;
    }

    &:nth-child(18) {
        background-color: #95c3de;
        left: 35%;
        animation-delay: -2s;
    }

    &:nth-child(19) {
        background-color: #ff9a91;
        left: 45%;
        animation-delay: -3.5s;
    }

    &:nth-child(20) {
        background-color: #f2d74e;
        left: 55%;
        animation-delay: -2.5s;
    }
}

/* ========================================
   MUDBLAZOR NAVIGATION COMPONENTS
======================================== */
.mud-navmenu.mud-navmenu-default {
    & .mud-nav-link {
        background-color: transparent;
        margin: 4px 8px;
        border-radius: 8px;
        transition: all 0.3s ease;
        color: #000;
    }

    & .mud-nav-link .mud-nav-link-icon {
        color: #000;
    }

    & .mud-nav-link.active:not(.mud-nav-link-disabled) {
        background-color: rgba(99, 102, 241);
        color: #fff;
        box-shadow: var(--app-shadow);
    }

    & .mud-nav-link:hover:not(.mud-nav-link-disabled) {
        background-color: rgba(99, 102, 241, 0.1);
        color: var(--app-primary);
    }

    & .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-icon {
        color: #fff;
    }

    & .mud-nav-link:hover:not(.mud-nav-link-disabled) .mud-nav-link-icon {
        color: rgba(99, 102, 241);;
    }
}

.mud-navmenu.mud-navmenu-default.app-internal-navmenu {
    & .mud-nav-link {
        margin: 2px 0;
        border-radius: 6px;
    }

    & .mud-nav-link.active:not(.mud-nav-link-disabled) {
        background-color: rgba(88, 91, 220, 0.70);
        color: #fff;
    }

    & .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {
        color: #fff;
    }

    & .mud-nav-link:hover:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {

        color: rgba(88, 91, 220);
    }

    & .mud-nav-link:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {
        color: #2c3344;
    }
}

/* ========================================
   LOADING & PROGRESS COMPONENTS
======================================== */
.loading-progress, .loading-progress-text {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;

    & circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

    & circle:last-child {
        stroke: #1b6ec2;
        stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
        transition: stroke-dasharray 0.05s ease-in-out;
    }
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Hub Oferta");
}

/* ========================================
   ERROR HANDLING & BLAZOR COMPONENTS
======================================== */
#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;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyNjMuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "Ocorreu um erro";
}

