﻿.step {
    display: none;
}

    .step.active {
        display: block;
    }

.step-indicator {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.badge-primary {
    background-color: #007bff !important;
    color: #fff !important;
}

.badge-success {
    background-color: #28a745 !important;
    color: #fff !important;
}

input.is-invalid, select.is-invalid {
    border-color: #dc3545;
}

.field-validation-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}
.form-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.95rem;
    color: #555;
}

.form-footer a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 5px;
    transition: color 0.2s ease;
}

.form-footer a:hover {
    color: #0056b3;
    text-decoration: underline;
}