.container-quality {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.display-alert {
    height: auto;
    width: 95%;
    box-sizing: border-box;
}

.form-modal-alert {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.container-input-column {
    box-sizing: border-box;
    min-width: 100px;
    padding: 10px;
    width: 100%;
}

.container-input-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
}

.row-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.column-3 {
    width: 33.3% !important;
}

.column-2 {
    width: 50% !important;
}

.img-alert {
    width: 100%;
    box-sizing: border-box;
    object-fit: contain;
    height: 400px;
}

.file-image-alert {
    display: none;
}

.title-article-alert {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
}

.text-alert-detail {
    margin-bottom: 10px;
}

