.ace-ui{font-family:-apple-system,BlinkMacSystemFont;}
.ace-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);justify-content:center;align-items:center;}
.ace-modal-content{background:#fff;padding:30px;border-radius:20px;}
.ace-loader{width:40px;height:40px;border:4px solid #eee;border-top:4px solid #6a11cb;border-radius:50%;animation:spin 1s linear infinite;margin-top:20px;}
@keyframes spin{to{transform:rotate(360deg);}}
