﻿.greetingsStyle {
    font-family: Raleway, sans-serif !important;
    font-size: calc(1.3rem + .6vw);
}

#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;
 }

.esqueceuSuaSenha {
    text-align: center;
    padding-top: 20px;
}

.btn-primary-criar-nova-conta:hover {
    color: #fff !important;
    background-color: #146d44 !important;
    --bs-btn-hover-border-color: transparent !important;
}

.btn-primary-criar-nova-conta:focus,
.btn-primary-criar-nova-conta:active,
.btn-primary-criar-nova-conta {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #167b4c !important;
}

.btn-primary-criar-nova-conta:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #198754 !important;
}

.hrLogin {
    margin: 30px auto;
}

.reenviarConfirmacaoConta {
    text-align: center;
    padding-top: 0px;
}

.reenviarConfirmacaoContaRegister {
    text-align: center;
    padding-top: 20px;
}

.reenviarConfirmacaoContaLogin {
    text-align: center;
    
}

.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.90); /* Semi-transparent black background */
    z-index: 9999; /* Ensures it sits on top of everything else */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 1.5rem;
    pointer-events: all; /* Captures all clicks so they don't pass through */
}

/* Optional spinner styling */
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-left-color: #000;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Remove margens e preenchimentos indesejados gerados por nós de texto vazios */
body {
    margin: 0 !important;
    padding: 0 !important;
}
/* Força o conteúdo principal a colar no topo da tela */
.mud-main-content {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

/* 1. O SEU ESTILO ORIGINAL DO CABEÇALHO (Mantido intacto) */
.cabecalho-customizado {
    background-color: #f0f4f8 !important; /* Um tom azulado suave muito elegante */
    color: var(--mud-palette-text-primary) !important;
    font-weight: 600 !important;
}

/* 2. ESTADO NORMAL: Força as células do corpo (dados) a ficarem brancas */
.mud-table-body .mud-table-row td,
.mud-table-body .mud-table-cell {
    background-color: var(--mud-palette-surface) !important;
}

/* 3. ESTADO HOVER: Altera o fundo EXCLUSIVAMENTE nas linhas do corpo da tabela */
.mud-table-body tr.mud-table-row:hover td,
.mud-table-body tr.mud-table-row:hover .mud-table-cell {
    background-color: var(--mud-palette-background-grey) !important;
}

/* 4. EDIÇÃO: Mantém a linha de edição com o fundo cinza de destaque */
.mud-table-body tr.mud-table-row[style*="background-color"] td {
    background-color: var(--mud-palette-background-grey) !important;
}
