
/*!
 * jQuery UI Dialog 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
    left: 0;
    outline: 0;
    padding: .2em;
    position: absolute;
    top: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: auto;
    padding: .5em 1em;
    position: relative
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
    text-align: left
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: .5em .4em .5em 0
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    right: 0;
    width: 2px
}

.ui-dialog .ui-resizable-s {
    bottom: 0;
    height: 2px
}

.ui-dialog .ui-resizable-w {
    left: 0;
    width: 2px
}

.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw {
    height: 7px;
    width: 7px
}

.ui-dialog .ui-resizable-se {
    bottom: 0;
    right: 0
}

.ui-dialog .ui-resizable-sw {
    bottom: 0;
    left: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

/* =========================== Core overrides =============================== */

html .ui-dialog {
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.2);
    padding: 0;
    z-index: 2000
}

html .ui-dialog section header {
    display: none
}

html .ui-dialog.ui-widget-content {
    border: 0;
    border-radius: 5px
}

html .ui-dialog .ui-dialog-content {
    padding: 1.8rem;
    position: static
}

html .ui-dialog .ui-dialog-titlebar {
    align-items: flex-start;
    background-color: #4a90e2;
    color: #fff;
    display: flex;
    padding: 1.25rem 1.8rem
}

html .ui-dialog .ui-dialog-titlebar span {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 1.25em
}

html .ui-dialog .ui-dialog-titlebar.ui-widget-header {
    border: 0
}

html .ui-dialog .ui-dialog-titlebar.ui-corner-all {
    border-radius: 0
}

html .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    float: none;
    margin: 0
}

html .ui-dialog .ui-dialog-titlebar button.btn-help {
    background: transparent;
    border: 0
}

html .ui-dialog .ui-dialog-titlebar button.btn-help svg {
    fill: #fff;
    height: 20px;
    opacity: .5;
    width: 20px
}

html .ui-dialog .ui-dialog-titlebar button.btn-help:hover svg {
    opacity: .75
}

html .ui-dialog .ui-dialog-titlebar button {
    color: #fff;
    font-size: 1rem;
    height: auto;
    line-height: 1;
    margin-right: .5rem;
    padding: .625rem .9rem;
    transition: color .1s ease-in-out;
    width: auto
}

html .ui-dialog .ui-dialog-titlebar button:not(:disabled):not(.disabled):focus,html .ui-dialog .ui-dialog-titlebar button:not(:disabled):not(.disabled):hover {
    color: #6a6f7b;
    opacity: 1
}

html .ui-dialog .ui-dialog-titlebar button:not(:disabled):not(.disabled):focus svg,html .ui-dialog .ui-dialog-titlebar button:not(:disabled):not(.disabled):hover svg {
    fill: #6a6f7b
}

html .ui-widget {
    font-family: inherit
}

html .ui-widget-content,html .ui-widget-header {
    color: inherit
}

html .ui-widget-overlay {
    opacity: 0;
    transition: opacity .2s linear;
    will-change: opacity
}

html .ui-widget-overlay.ui-widget-overlay-active {
    background: #000;
    opacity: .5
}

html .ui-dialog-buttonpane {
    align-items: center;
    border-width: 0;
    border-top: 0 solid var(--bs-border-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0;
    padding: 1.55rem
}

html .ui-dialog-buttonpane button {
    margin: .25rem
}

/* =========================== Mesch overrides =============================== */

html .ui-dialog {
    background-color: #fff;
}
html .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") 50%/1em auto no-repeat;
    border: 0;
    color: #fff;
    opacity: .5;
    transition: color .1s ease-in-out;
}
html .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
html .ui-widget-overlay {
    background: #000;
    filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    transition: opacity .2s linear;
    width: 100%;
    will-change: opacity;
}
html .ui-widget-overlay.ui-widget-overlay-active {
    background: #000;
    opacity: .5;
}
