/*
 * Copyright © 2000-2025 Telos Corporation. All rights reserved.
 * 
*/

.async-modal .ui-draggable-handle {
    cursor: move;
}

.async-modal .modal-body {
    padding: unset;
}

.async-modal .xdialog-header-help {
    cursor: pointer;
}

.async-modal .xdialog-content {
    overflow: auto;
}

.async-modal .details-nested-table {
    padding: unset;
}

.async-modal .xdialog-footer-security {
    word-break: break-all;
}

.async-modal .xdialog-footer {
    background: white;
    position: relative;
}