.smdp-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    align-items: center;
    justify-content: center;
}

.smdp-modal-overlay.is-open {
    display: flex;
}

.smdp-modal {
    background: #fff;
    border-radius: 4px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.smdp-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
}

.smdp-modal__title {
    margin: 0;
    font-size: 1.1rem;
}

.smdp-modal__close {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.25rem;
    color: #6c757d;
}

.smdp-modal__close:hover {
    color: #000;
}

.smdp-modal__body {
    padding: 1rem 1.25rem;
}

.separadorFieldsLLT {
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

#customer-form .form-control-comment {
    display: none;
}
