.ui-modal-backdrop{display:-webkit-box;display:-ms-flexbox;display:flex;inset:0;position:fixed;z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background:#02060899;justify-content:center;scrollbar-width:thin}.ui-modal-backdrop .ui-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.02)),to(hsla(0,0%,100%,.01)));background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid hsla(0,0%,100%,.06);border-radius:14px;-webkit-box-shadow:0 20px 60px rgba(0,0,0,.4);box-shadow:0 20px 60px #0006;color:#e6eef5;color:var(--text,#e6eef5);max-height:86vh;overflow:hidden}.ui-modal-backdrop .ui-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:1px solid hsla(0,0%,100%,.04);justify-content:space-between;padding:14px 16px}.ui-modal-backdrop .ui-modal__title{font-size:clamp(16px,1.1vw + 10px,22px);font-weight:800;margin:0}.ui-modal-backdrop .ui-modal__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff0f;border:1px solid hsla(0,0%,100%,.06);border-radius:50%;color:#e6eef5;color:var(--text,#e6eef5);cursor:var(--cursor-touch),auto;height:34px;width:34px}.ui-modal-backdrop .ui-modal__body{max-height:calc(86vh - 56px);overflow:auto;padding:16px}.ui-modal-backdrop .ui-modal__footer{padding:12px 16px 16px}.ui-modal-backdrop .fade-scale-enter-active,.ui-modal-backdrop .fade-scale-leave-active{-webkit-transition:all .22s ease;transition:all .22s ease}.ui-modal-backdrop .fade-scale-enter-from{opacity:0;-webkit-transform:scale(.98) translateY(6px);-ms-transform:scale(.98) translateY(6px);transform:scale(.98) translateY(6px)}.ui-modal-backdrop .fade-scale-enter-to{opacity:1;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}@media (max-width:980px){.ui-modal{width:90%!important}}
