.evo-dialogs-dev{position:fixed;left:2vw;bottom:2vw}.ev-popup-basic-overlay{position:fixed;inset:0;z-index:8000;background-color:#00000080}.ev-popup-basic-overlay[data-state=open]{animation:overlay-in .2s ease}.ev-popup-basic-overlay[data-state=closed]{animation:overlay-out .2s ease}@keyframes overlay-in{0%{opacity:0}}@keyframes overlay-out{to{opacity:0}}.ev-popup-basic-content{background-color:var(--ev-dialog-background);position:fixed;top:50%;left:50%;z-index:8100;display:grid;width:100%;translate:-50% -50%;border:1px solid var(--ev-dialog-border, transparent);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition-duration:.2s}.ev-popup-basic-content form{padding-block-start:12px;display:flex;flex-direction:column;gap:22px}.ev-popup-basic-content form fieldset{width:100%;border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.ev-popup-basic-content[data-state=open]{animation:dialog-in .2s ease}.ev-popup-basic-content[data-state=closed]{animation:dialog-out .2s ease}@keyframes dialog-in{0%{opacity:0;scale:.95}}@keyframes dialog-out{to{opacity:0;scale:.95}}.ev-sheet-element-overlay{position:fixed;inset:0;z-index:8000;background-color:#00000080}.ev-sheet-element-overlay[data-state=open]{animation:sheet-overlay-in .5s ease}.ev-sheet-element-overlay[data-state=closed]{animation:sheet-overlay-out .3s ease}@keyframes sheet-overlay-in{0%{opacity:0}}@keyframes sheet-overlay-out{to{opacity:0}}.ev-sheet-element{background-color:#fff;position:fixed;z-index:8200;display:flex;flex-direction:column;gap:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.ev-sheet-element .ev-sheet-element-content{display:flex;flex-direction:column;gap:12px;padding-inline:12px}.ev-sheet-element .ev-sheet-element-content .ev-sheet-element-item{padding:8px 12px;border:1px solid oklch(86% 0 0deg);border-radius:.4rem;font-size:14px;background-color:transparent;outline:none}.ev-sheet-element .ev-sheet-element-content .ev-sheet-element-item:hover{border-color:#fec737}.ev-sheet-element-bottom{inset-inline:0;bottom:0;height:auto;border-top:1px solid var(--border)}.ev-sheet-element-bottom[data-state=open]{animation:sheet-slide-in-from-bottom .5s ease-in-out}.ev-sheet-element-bottom[data-state=closed]{animation:sheet-slide-out-to-bottom .3s ease-in-out}.ev-sheet-element-left{inset-block:0;inset-inline-start:0;height:100%;width:75%;max-width:24rem;border-inline-end:1px solid var(--border)}.ev-sheet-element-left[data-state=open]{animation:sheet-slide-in-from-left .5s ease-in-out}.ev-sheet-element-left[data-state=closed]{animation:sheet-slide-out-to-left .3s ease-in-out}.ev-sheet-element-right{inset-block:0;inset-inline-end:0;height:100%;width:75%;max-width:24rem;border-inline-start:1px solid var(--border)}.ev-sheet-element-right[data-state=open]{animation:sheet-slide-in-from-right .5s ease-in-out}.ev-sheet-element-right[data-state=closed]{animation:sheet-slide-out-to-right .3s ease-in-out}@keyframes sheet-slide-in-from-top{0%{transform:translateY(-100%)}}@keyframes sheet-slide-out-to-top{to{transform:translateY(-100%)}}@keyframes sheet-slide-in-from-bottom{0%{transform:translateY(100%)}}@keyframes sheet-slide-out-to-bottom{to{transform:translateY(100%)}}@keyframes sheet-slide-in-from-left{0%{transform:translate(-100%)}}@keyframes sheet-slide-out-to-left{to{transform:translate(-100%)}}@keyframes sheet-slide-in-from-right{0%{transform:translate(100%)}}@keyframes sheet-slide-out-to-right{to{transform:translate(100%)}}
