
/* SAFE ENTERPRISE GRID */

.modal-dialog{
    max-width:1400px !important;
    width:95% !important;
}

.u64-product-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:30px;
    align-items:start;
    width:100%;
}

.u64-left-column,
.u64-right-column{
    min-width:0;
    width:100%;
}

.u64-left-column .form-group,
.u64-right-column .form-group{
    width:100%;
}

@media(max-width:991px){
    .u64-product-grid{
        grid-template-columns:1fr;
    }
}
