/* Quote Form Styles - Sailex Theme */

[x-cloak] {
    display: none !important;
}

/* Barre de progression aussi large que le formulaire */
.detailed-quote-process .maxWidth {
   
    width: 100% !important;
    padding: 0 20px !important;
}

.detailed-quote-process-content {
    width: 100% !important;
    max-width: 100% !important;
}

.detailed-quote-process-content .progressbar {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 !important;
    margin: 0 0 64px 0 !important;
}

/* 3 steps donc 33.33% chacun */
.progressbar li {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 33.33% !important;
    flex: 1 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.progressbar li:hover {
    opacity: 0.8;
}

/* Icônes toujours blanches */
.progressbar li .progress-img img {
    filter: brightness(0) invert(1);
}

/* Séparation des sections pour meilleure lisibilité */
.quote-form-section {
    padding: 0;
    margin-bottom: 30px;
}

.quote-form-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #dee2e6;
}

.button-secondary {
    background-color: #6c757d;
    color: #fff;
    border: none;
}

.button-secondary:hover {
    background-color: #5a6268;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert i {
    margin-right: 8px;
}
