﻿/*
REGISTRATION CUSTOM STYLE
 */

.block-account-details .account-details-content {
    min-height: initial !important;
    align-items: flex-start !important;
}

.block-form-section .section-content {
    padding: 1.25rem !important;
}

button.ariane-item {
    text-decoration: none;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.block-progress-bar .progress-bar-items .progress-bar-item.is-active button {
    font-weight: 700;
    color: #c90205;
}

.block-progress-bar .progress-bar-items .progress-bar-item.is-active button:disabled {
    pointer-events: none;
}

.block-progress-bar .progress-bar-items .progress-bar-item.is-inactive button {
    pointer-events: none;
}