.modal-popup{
    display: none;
}

.modal-popup._show {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 11 !important;
}

.modal-inner-wrap {
    background-color: #fff;
    padding: 10px;
    display: grid;
    grid-gap: 10px;
}

.modal-popup .modal-header {
    text-align: right;
}

.modal-popup span.action-close {
    font-size: 22px;
    line-height: 22px;
    width: 22px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    position: absolute;
    z-index: 10;
}

.modal-content {
    overflow: auto;
    max-height: 70vh;
}