@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@800&display=swap");.alert-wrapper{height:100%;overflow:hidden;padding:0 auto;justify-content:center;position:fixed;top:0;margin:0 auto;align-items:center;background:rgba(0,0,0,.3);left:0;width:100%;display:flex}@keyframes open-frame{0%{transform:scale(1)}25%{transform:scale(.95)}50%{transform:scale(.97)}75%{transform:scale(.93)}to{transform:scale(1)}}.alert-frame{animation:open-frame .3s linear;min-height:400px;box-shadow:5px 5px 10px rgba(0,0,0,.2);border-radius:10px;background:#fff;width:300px;z-index:999999}.alert-header{height:175px;border-top-right-radius:5px;flex-direction:row;border-top-left-radius:5px;display:flex}.alert-img{height:80px;margin-right:auto;right:0;position:absolute;align-self:center;margin-left:auto;left:0}.alert-close{font-size:16px;margin-right:5px;transition:color .5s;margin-top:5px}.alert-close,.alert-close-circle{height:30px;justify-content:center;font-weight:700;color:#fff;align-items:center;cursor:pointer;margin-left:auto;width:30px;line-height:30px;font-family:Dosis,sans-serif;display:flex}.alert-close-circle{font-size:12px;margin-right:-15px;transition:background .5s;border-radius:17.5px;background:#e4eae7;margin-top:-15px}.alert-close-circle:hover{background:#fff}.alert-close:hover{color:rgba(0,0,0,.5)}.alert-body{padding:30px;flex-direction:column;text-align:center;display:flex}.alert-title{font-size:18px!important;font-size:15px;font-weight:700;color:#222}.alert-message,.alert-title{margin-bottom:35px;align-self:center}.alert-message{font-size:15px!important;color:#666;text-align:center;line-height:1.6}.alert-button,.alert-message{font-size:15px;font-weight:400}.alert-button{height:35px;padding:0 15px;justify-content:center;border:none;color:#fff;transition:background .5s;align-self:center;min-width:140px;align-items:center;border-radius:20px;cursor:pointer;display:inline-flex}.alert-button:focus{outline:0}.question-buttons{justify-content:center;flex-direction:row;display:flex}.confirm-button{height:35px;padding:0 15px;justify-content:center;font-size:15px;border:none;font-weight:400;margin-right:10px;color:#fff;transition:background .5s;min-width:100px;align-items:center;border-radius:20px;cursor:pointer;display:inline-flex}.confirm-button:focus{outline:0}.cancel-button{height:35px;padding:0 15px;justify-content:center;font-size:15px;border:none;font-weight:400;color:#fff;transition:background .5s;min-width:100px;align-items:center;border-radius:20px;cursor:pointer;line-height:1.6;display:inline-flex}.cancel-button:focus{outline:0}@keyframes open-toast{0%{transform:scaleX(1) scaleY(1)}20%,45%{transform:scaleX(1.35) scaleY(.1)}65%{transform:scaleX(.8) scaleY(1.7)}80%{transform:scaleX(.6) scaleY(.85)}to{transform:scaleX(1) scaleY(1)}}.toast-container{animation:open-toast .3s linear;overflow:hidden;right:15px;position:fixed;top:15px;box-shadow:0 0 20px rgba(0,0,0,.2);border-radius:5px;z-index:999999}.toast-frame{height:60px;padding:5px 15px;flex-wrap:wrap;border-top-right-radius:10px;border-top-left-radius:10px;min-width:100px;align-items:center;display:flex}.toast-img{height:40px}.toast-message{font-size:14px!important;font-size:15px;font-weight:600;color:#fff;margin-left:15px}.toast-close{font-size:16px;font-weight:700;color:#fff;transition:color .5s;cursor:pointer;margin-left:25px}@keyframes timer{0%{width:100%}25%{width:75%}50%{width:50%}75%{width:25%}to{width:1%}}.toast-timer{height:5px;width:1%}.toast-close:hover{color:rgba(0,0,0,.5)}.error-bg{background:#d85261}.success-bg{background:#2dd284!important}.warning-bg{background:#ff9800}.question-bg{background:#779ecb}.error-btn:hover{background:#e5a4b4}.success-btn:hover{background:#6edaa4}.warning-btn:hover{background:#fcecae}.info-btn:hover{background:#c3e6fb}.question-btn:hover{background:#bacee4}.error-timer{background:#e5a4b4}.success-timer{background:#6edaa4}.warning-timer{background:#d49332}.info-timer{background:#c3e6fb}.info-bg{background:#88cef7}