img{max-width: 100%}
.ui-dialog .ui-dialog-titlebar-close {
	background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z" fill="%23fff"></path></svg>');
    width: 40px;
    height: 40px;
    border: 0;
    position: absolute;
    inset-inline: auto .3em;
    top: 20px;
}
.ui-dialog {
border: 0 !important;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
    color: #fff;
    background: #035877;
    height: 60px;
    display: flex
;
    align-items: center;
    border: 0;
}
.ui-widget.ui-widget-content{
    border-radius: 14px;
    overflow: hidden;
    padding-bottom: 15px;
}