@import '_content/OrienteMe.Shared.Client/OrienteMe.Shared.Client.zffbk4tp1q.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.registration-app[b-08cvb2rg90] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--cinza-claro, #F0F4F2);
}

.registration-header[b-08cvb2rg90] {
    background-color: var(--verde-escuro, #004038);
    background-image: linear-gradient(135deg, rgba(0, 152, 132, 0.6) 0%, transparent 60%);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.registration-header .logo[b-08cvb2rg90] {
    height: 36px;
    filter: brightness(0) invert(1);
}

.back-to-site[b-08cvb2rg90] {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
}

.back-to-site:hover[b-08cvb2rg90] {
    color: white;
    text-decoration: none;
}

.registration-content[b-08cvb2rg90] {
    flex: 1;
    padding: 1.5rem 1rem 3rem;
}

.registration-footer[b-08cvb2rg90] {
    padding: 1.5rem 0;
    background-color: white;
    border-top: 1px solid #e0e0e0;
    margin-top: auto;
}

.footer-links[b-08cvb2rg90] {
    display: flex;
    gap: 1.5rem;
}

.footer-links a[b-08cvb2rg90] {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.footer-links a:hover[b-08cvb2rg90] {
    color: var(--verde-orienteme, #006A5B);
}

@media (max-width: 480px) {
    .registration-header .logo[b-08cvb2rg90] {
        height: 28px;
    }

    .back-to-site[b-08cvb2rg90] {
        font-size: 0.8rem;
    }

    .registration-content[b-08cvb2rg90] {
        padding: 1rem 0.5rem 2rem;
    }

    .registration-footer .container[b-08cvb2rg90] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }

    .footer-links[b-08cvb2rg90] {
        justify-content: center;
    }
}
/* /Layout/RegistrationLayout.razor.rz.scp.css */
.registration-app[b-czx9jbafkf] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--cinza-claro, #F0F4F2);
}

/* Header com background verde escuro e gradiente diagonal */
.registration-header[b-czx9jbafkf] {
    background-color: var(--verde-escuro, #004038);
    background-image: linear-gradient(
        135deg,
        rgba(0, 106, 91, 0.9) 0%,
        rgba(0, 152, 132, 0.5) 40%,
        transparent 70%
    );
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Logo branca via CSS filter */
.registration-header .logo[b-czx9jbafkf] {
    height: 36px;
    filter: brightness(0) invert(1);
}

/* Link "Voltar para o site" */
.back-to-site[b-czx9jbafkf] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.back-to-site:hover[b-czx9jbafkf] {
    color: #ffffff;
    text-decoration: underline;
}

.registration-content[b-czx9jbafkf] {
    flex: 1;
    padding: 0.5rem 1rem 3rem;
}

/* Footer com copyright + links */
.registration-footer[b-czx9jbafkf] {
    padding: 1.5rem 0;
    background-color: white;
    border-top: 1px solid #e0e0e0;
    margin-top: auto;
}

.registration-footer .text-muted[b-czx9jbafkf] {
    font-size: 0.85rem;
}

.footer-links[b-czx9jbafkf] {
    display: flex;
    gap: 1.5rem;
}

.footer-links a[b-czx9jbafkf] {
    color: #555;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover[b-czx9jbafkf] {
    color: var(--verde-orienteme, #006A5B);
    text-decoration: underline;
}

@media (max-width: 480px) {
    .registration-header .logo[b-czx9jbafkf] {
        height: 28px;
    }

    .back-to-site[b-czx9jbafkf] {
        font-size: 0.8rem;
    }

    .registration-content[b-czx9jbafkf] {
        padding: 0.5rem 0.5rem 2rem;
    }

    .registration-footer .container[b-czx9jbafkf] {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links[b-czx9jbafkf] {
        gap: 1rem;
    }
}
/* /Pages/Components/FileUploadArea.razor.rz.scp.css */
.file-upload-area[b-1wgc1dy2jv] {
    border: 2px dashed #d0d5d3;
    border-radius: 8px;
    padding: 1rem;
    transition: border-color 0.2s;
}

.file-upload-area:hover[b-1wgc1dy2jv] {
    border-color: var(--verde-orienteme, #006A5B);
}

.file-upload-area.has-file[b-1wgc1dy2jv] {
    border-style: solid;
    border-color: var(--verde-orienteme, #006A5B);
    background-color: #f8fffe;
}

.upload-label[b-1wgc1dy2jv] {
    display: block;
    cursor: pointer;
    text-align: center;
}

.upload-label input[type="file"][b-1wgc1dy2jv] {
    display: none;
}

.upload-placeholder[b-1wgc1dy2jv] {
    padding: 1rem;
}

.file-preview[b-1wgc1dy2jv] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.preview-image[b-1wgc1dy2jv] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.file-info[b-1wgc1dy2jv] {
    display: flex;
    flex-direction: column;
}

.file-name[b-1wgc1dy2jv] {
    font-size: 0.875rem;
    color: #333;
    word-break: break-all;
}

@media (max-width: 480px) {
    .file-preview[b-1wgc1dy2jv] {
        flex-direction: column;
        text-align: center;
    }
}
/* /Pages/Components/RegistrationStepper.razor.rz.scp.css */
.registration-stepper[b-rdd6g3c824] {
    padding: 1.5rem 0;
}

.stepper-container[b-rdd6g3c824] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 600px;
    margin: 0 auto;
}

.stepper-item[b-rdd6g3c824] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 60px;
}

.step-circle[b-rdd6g3c824] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.step-circle.completed[b-rdd6g3c824] {
    background-color: var(--verde-orienteme, #006A5B);
    color: white;
    border: 2px solid var(--verde-orienteme, #006A5B);
    cursor: pointer;
}

.step-circle.completed:hover[b-rdd6g3c824] {
    background-color: var(--verde-escuro, #004038);
    border-color: var(--verde-escuro, #004038);
}

.step-circle.active[b-rdd6g3c824] {
    background-color: var(--verde-orienteme, #006A5B);
    color: white;
    border: 2px solid var(--verde-orienteme, #006A5B);
    box-shadow: 0 0 0 4px rgba(0, 106, 91, 0.2);
}

.step-circle.pending[b-rdd6g3c824] {
    background-color: #e8e8e8;
    color: #999;
    border: 2px solid #d0d0d0;
}

.step-label[b-rdd6g3c824] {
    font-size: 0.7rem;
    color: #666;
    text-align: center;
    max-width: 80px;
    line-height: 1.2;
}

.stepper-item.completed .step-label[b-rdd6g3c824] {
    color: var(--verde-orienteme, #006A5B);
    font-weight: 500;
}

.stepper-item.active .step-label[b-rdd6g3c824] {
    color: var(--verde-orienteme, #006A5B);
    font-weight: 600;
}

.stepper-line[b-rdd6g3c824] {
    flex: 1;
    height: 2px;
    background-color: #d0d0d0;
    margin: 0 0.25rem;
    margin-bottom: 1.5rem;
    transition: background-color 0.3s ease;
}

.stepper-line.completed[b-rdd6g3c824] {
    background-color: var(--verde-orienteme, #006A5B);
}

@media (max-width: 480px) {
    .stepper-item[b-rdd6g3c824] {
        min-width: 40px;
    }

    .step-circle[b-rdd6g3c824] {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
    }
}
