/* -- Password rules security -- */

.rule-box {
    margin-bottom: 15px;
    padding: 10px 0px 10px 5px;
    background-color: #EFEFEF;
    border-radius: 10px;
    font-size: 11px !important;
}

.rule-title {
    padding: 5px 0px 15px 20px;
    font-size: 15px !important;
}

.rule-label {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.rule-box span {
    display: block;
    padding-top: 5px;
}

.rule-error {
    color: #9F0900;
}

.rule-success {
    color: #00801D;
}

#lotsChecklist .form-check-label {
    white-space: normal;
    word-break: break-word;
    display: block;
}

#lotsChecklist .form-check {
    width: 100%;
}

#lotsChecklist .form-check-input {
    margin-top: 0.3rem;
}

.card-body table td {
    white-space: normal;
    word-break: break-word;
}

#confirmationModalBody {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.card.card-hover {
    min-height: 100%; /* Pour que chaque .col prenne la même hauteur */
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease-in-out;
}

    .card.card-hover:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .card.card-hover .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
