/* 00aeef */

.modal-xxl {
    max-width: calc(100% - 56px);
}

.modal-xxl > .modal-content {
    height: 880px;
}

.modal-dialog .modal-content {
    border-radius: .25rem;
    border: none;
}

.customer-modal {}
.customer-modal .modal-header {
    background: #0FA5DB;
    color: #f1f1f1;
}

.offer-modal {}
.offer-modal .modal-header {
    background: #8F4C04;
    color: #f1f1f1;
}

.order-modal {}
.order-modal .modal-header {
    background: #DB790F;
    color: #f1f1f1;
}

form label {
    margin-bottom: 0;
    margin-top: .5rem;
}