@keyframes open-frame{0%{transform:scale(.2)}to{transform:scale(1)}}@keyframes open-toast{0%{transform:translateX(350px)}to{transform:translateX(0)}}@keyframes open-toast-left{0%{transform:translateX(-350px)}to{transform:translateX(0)}}@keyframes open-toast-top-center{0%{transform:translateX(-50%) translateY(-20px);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}@keyframes open-toast-bottom-center{0%{transform:translateX(-50%) translateY(20px);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}@keyframes timer{0%{width:100%}25%{width:75%}50%{width:50%}75%{width:25%}to{width:1%}}.alert-wrapper{display:flex;width:100%;height:100%;align-items:center;justify-content:center;margin:0 auto;padding:0 auto;left:0;top:0;overflow:hidden;position:fixed;background:rgba(0,0,0,.3);z-index:9999;font-family:Inter-Regular,Trebuchet-MS,sans-serif}.alert-wrapper .alert-frame{background:#fff;min-height:150px;width:520px;box-shadow:5px 5px 10px rgba(0,0,0,.2);border-radius:4px;animation:open-frame .3s ease}.alert-wrapper .alert-header{display:flex;flex-direction:row;height:35px;border-top-left-radius:5px;border-top-right-radius:5px;position:relative}.alert-wrapper .alert-close{color:#8f8e9f;position:absolute;right:15px;top:15px;cursor:pointer;display:block;width:20px;height:20px}.alert-wrapper .alert-close:hover{opacity:.7}.alert-wrapper .alert-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.alert-wrapper .alert-close:after,.alert-wrapper .alert-close:before{content:"";position:absolute;width:15px;height:1px;background-color:currentColor;top:8px}.alert-wrapper .alert-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.alert-wrapper .alert-body{padding:0 30px 30px}.alert-wrapper .alert-body__main{position:relative}.alert-wrapper .alert-body__main .dk-alert-icon{width:30px;height:30px;flex-shrink:0;margin-right:10px}.alert-wrapper .alert-body__button{text-align:right;margin-top:15px}.alert-wrapper .alert-title{font-size:20px;font-weight:600;margin-bottom:15px;color:#545f6a;align-self:center;display:flex;align-items:center}.alert-wrapper .alert-message{font-size:16px;color:rgba(90,88,117,.6);font-weight:400;margin-left:40px;margin-bottom:15px;line-height:1.6;overflow:hidden;word-wrap:break-word}.alert-wrapper .alert-button{font-size:16px;min-width:90px;height:30px;background:#222e3a;color:#fff;border:1px solid #222e3a;border-radius:4px;cursor:pointer;transition:background .5s;padding:0 15px;align-self:center;display:inline-flex;align-items:center;justify-content:center}.alert-wrapper .alert-button:hover{background-color:#222e3a;box-shadow:inset 0 0 0 1px #222e3a}.alert-wrapper .alert-button:focus{outline:0}.alert-wrapper .confirm-buttons{text-align:right;display:flex;justify-content:flex-end;flex-wrap:wrap}.alert-wrapper .confirm-check{display:flex;align-items:center;font-size:12px;padding-right:15px;color:#545f6a;padding-top:5px;padding-bottom:5px}.alert-wrapper .alert-button[plain]{background-color:rgba(0,0,0,0);border-color:#222e3a;color:#222e3a}.alert-wrapper .no-title{font-size:15px}.alert-wrapper .alert-frame.dk-alert-light{background:#fff}.alert-wrapper .alert-frame.dk-alert-light .alert-message,.alert-wrapper .alert-frame.dk-alert-light .alert-title{color:#545f6a}.alert-wrapper .alert-frame.dk-alert-light .alert-button{color:#fff}.alert-wrapper .alert-xl.alert-frame{min-width:600px;width:auto}.dk-toast-container{overflow:hidden;position:fixed;border-radius:4px;box-shadow:0 0 20px rgba(0,0,0,.2);z-index:9999;background-color:#fff}.dk-toast-container.toast-top-right{top:15px;right:15px;animation:open-toast .3s linear}.dk-toast-container.toast-top-left{top:15px;left:15px;animation:open-toast-left .3s linear}.dk-toast-container.toast-bottom-right{bottom:15px;right:15px;animation:open-toast .3s linear}.dk-toast-container.toast-bottom-left{bottom:15px;left:15px;animation:open-toast-left .3s linear}.dk-toast-container.toast-top-center{top:15px;left:50%;animation:open-toast-top-center .3s linear forwards}.dk-toast-container.toast-bottom-center{bottom:15px;left:50%;animation:open-toast-bottom-center .3s linear forwards}.dk-toast-container .toast-body{align-self:flex-start}.dk-toast-container .toast-frame{padding:20px 20px 20px 50px;display:flex;border-top-left-radius:10px;border-top-right-radius:10px;align-items:center;flex-wrap:wrap;width:350px;min-height:60px;position:relative}.dk-toast-container .toast-frame .dk-alert-icon{width:24px;height:24px;position:absolute;left:15px;top:20px;flex-shrink:0;margin-right:10px}.dk-toast-container .toast-img{height:40px}.dk-toast-container .toast-title{font-size:16px;font-weight:600;margin-bottom:8px;color:va r;align-self:center}.dk-toast-container .toast-message{color:#545f6a;font-weight:400;font-size:12px;line-height:1.6}.dk-toast-container .toast-close{color:#8f8e9f;position:absolute;right:25px;top:15px;cursor:pointer}.dk-toast-container .toast-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.dk-toast-container .toast-close:after,.dk-toast-container .toast-close:before{content:"";position:absolute;width:15px;height:1.8px;background-color:currentColor;border-radius:1.8px}.dk-toast-container .toast-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.dk-toast-container .toast-timer{width:1%;height:5px;background-color:#eee}.dk-toast-container .toast-close:hover{opacity:.7}.geDarkMode .alert-wrapper .alert-frame,.geDarkMode .dk-toast-container{background:var(--dark-panel-color)}.geDarkMode .alert-wrapper .alert-message,.geDarkMode .alert-wrapper .alert-title{color:#fff}.geDarkMode .alert-wrapper .alert-button{background:var(--dark-bg-secondary-color);border-color:var(--dark-bg-secondary-color)}.geDarkMode .alert-wrapper .cancel-button{background:rgba(0,0,0,0);color:#788796;border-color:var(--dark-border-color)}.geDarkMode .alert-wrapper .cancel-button:hover{background-color:var(--dark-bg-secondary-color);box-shadow:inset 0 0 0 1px var(--dark-bg-secondary-color);color:#fff}