.modal-backdrop {
    display: none !important;
}
.modal-ingrediente .col-flex {
    flex: 1 1 100%;
    max-width: 100%;
}
.modal-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
    flex-direction: row;
}
#modal-ingredientes .content-ingrediente {
    max-height: 310px;
    overflow: auto;
}