/* bi_retractbtn - styles front-office */

.bi-retract-order-box {
    margin-top: 1rem;
}

.bi-retract-order-text {
    margin-bottom: 0.75rem;
}

.bi-retract-btn,
.bi-retract-submit {
    font-weight: 600;
}

.bi-retract-declaration {
    padding: 1.75rem 2rem 2rem;
}

.bi-retract-declaration .bi-retract-intro {
    margin-bottom: 1.75rem;
}

.bi-retract-declaration .form-group {
    margin-bottom: 1.25rem;
}

.bi-retract-declaration .bi-retract-form {
    margin-top: 1.5rem;
}

.bi-retract-declaration .bi-retract-confirm-field {
    margin-bottom: 1.5rem;
}

.bi-retract-declaration .bi-retract-submit {
    margin-top: 0.5rem;
}

@media (max-width: 767px) {
    .bi-retract-declaration {
        padding: 1.25rem 1rem 1.5rem;
    }
}

.bi-retract-confirmation .bi-retract-recap {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0 1.5rem;
}

.bi-retract-confirmation .bi-retract-recap li {
    padding: 0.25rem 0;
    border-bottom: 1px solid #eee;
}

/* Tuile espace client : reproduit le comportement des icônes Font Awesome du thème.
   Font Awesome force line-height:1 (zone d'icône = font-size). On fait pareil pour
   obtenir EXACTEMENT la même hauteur de tuile que les autres. */
.bi-retract-account-icon {
    line-height: 1;
}

.bi-retract-account-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 auto;
}

.bi-retract-confirm-field {
    display: flex;
    align-items: flex-start;
}

.bi-retract-confirm-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 10px 0 0;
    flex: 0 0 auto;
    cursor: pointer;
    opacity: 1;
    position: static;
    pointer-events: auto;
}

.bi-retract-confirm-field label {
    margin: 0;
    cursor: pointer;
    font-weight: 400;
}
