<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgb(95 95 95 / 60%);
    width: 100%;
    height: 100%;
}

.popup_content {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    padding: 20px;
    position: relative;
    top: 35%;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 999999;
}</pre></body></html>