#dvImagenCredencial {
    height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.step-indicator {
    font-size: 14px;
    color: #6c757d;
    position: relative;
    padding-bottom: 20px;
}

    .step-indicator.active {
        color: var(--csp-primary-600);
        font-weight: 600;
        font-family: 'objectsans-heavy';
    }

.step-indicator.completed {
    color: #198754;
}

    .step-indicator .step-indicator-dot {
        width: 40px;
        height: 40px;
        text-align: center;
        margin: auto;
        color: #fff;
        align-content: center;
        border-radius: 50%;
        background-color: transparent; /*var(--csp-primary);*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .step-indicator.active .step-indicator-dot {
        /*background-color: var(--csp-primary-600);*/
        background-image: var(--csp-flor-morada) !important;
    }


.step-content {
    transition: all 0.3s ease;
}

    .step-content > h5:first-child {
        text-align: center;
        font-family: 'objectsans-heavy';
    }

    .step-content > h6,
    .step-content > p {
        text-align: center;
    }

.profile-photo-container {
    position: relative;
    display: inline-grid;
}

    .profile-photo-container img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        background-color: #ccc;
    }

#togglePwd {
    border: none;
    color: #A9A9A9;
    background-color:transparent;
    border-bottom: 2.8px dotted #999;
}

#togglePwd:hover {
    color: initial;
}

.progress {
    background-color: #e9ecef;
}

.progress-bar {
    background-color: var(--csp-secondary);
    transition: width 0.3s ease;
}

#camContainer {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.card-form-registro {
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.captcha-container {
  margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
}


@media (max-width: 500px) {
    .step-indicator .step-indicator-dot {
        width: 20px;
        height: 20px;
    }
}
