.ml-5 {
    margin-left: 0.5rem;
}

.card-header-custom {
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    min-height: 70px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-list {
    position: relative;
    height: auto !important;
    max-height: 450px !important;
}

.card-code-custom p {
    margin: 0;
    white-space: pre-wrap !important;
}

@media (max-width:695px){

    .card-header-custom {
        display: block !important;
    }

}