.new-modal-close-btn{align-items:center;border-radius:var(--s,8px);color:var(--darkest);cursor:pointer;display:flex;gap:6px;padding:6px var(--ms,12px) 6px var(--s,8px)}.new-modal-close-btn:hover{background-color:var(--more)}.new-modal-body,.new-modal-body-larger,.new-modal-body-medium,.new-modal-footer,.new-modal-header{padding:24px}.new-modal-body{max-height:60vh;overflow-x:hidden;overflow-y:auto}.new-modal-body-medium{max-height:50vh;overflow-x:hidden;overflow-y:auto}.new-modal-footer{margin:0 -10px}.new-modal-mask{background-color:#0006;display:table;height:100%;left:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:9998}.new-modal-wrapper{display:table-cell;vertical-align:middle}.new-modal-container{background-color:#fff;border-radius:8px;margin:0 auto;max-height:80vh;max-width:660px;overflow-x:hidden;overflow-y:auto;transition:all .3s ease}.new-modal-header h1{color:var(--darkest);font-family:Figtree;font-size:20px;font-style:normal;font-weight:900;line-height:normal}.new-modal-default-button{float:right}.new-modal-enter,.new-modal-leave-active{opacity:0}.new-modal-enter .new-modal-container,.new-modal-leave-active .new-modal-container{transform:scale(1.1)}.loading{font-size:14px!important;font-style:normal!important;font-weight:700!important}.loading:after{animation:dots 1s step-end infinite;content:"";display:inline-block}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}
