@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{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:rgb(0,0,0,.3);z-index:999999999999}.alert-close-circle:hover,.alert-frame{background:#fff}@keyframes open-frame{0%,100%{transform:scale(1)}25%{transform:scale(.95)}50%{transform:scale(.97)}75%{transform:scale(.93)}}.alert-frame{min-height:400px;width:300px;box-shadow:5px 5px 10px rgb(0,0,0,.2);border-radius:10px;animation:.3s linear open-frame}.alert-header{display:flex;flex-direction:row;height:175px;border-top-left-radius:5px;border-top-right-radius:5px}.alert-img{height:80px;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;align-self:center}.alert-close,.alert-close-circle{width:30px;height:30px;display:flex;font-family:Dosis,sans-serif;cursor:pointer;line-height:30px;margin-left:auto;font-weight:700}.alert-close{color:rgb(0,0,0,.2);align-items:center;justify-content:center;font-size:16px;transition:color .5s;margin-right:5px;margin-top:5px}.alert-close-circle{background:#e4eae7;color:#222;align-items:center;justify-content:center;border-radius:17.5px;margin-top:-15px;margin-right:-15px;font-size:12px;transition:background .5s}.alert-close-hide{display:none;cursor:none}.alert-close:hover,.toast-close:hover{color:rgb(0,0,0,.5)}.alert-body{padding:30px;display:flex;flex-direction:column;text-align:center}.alert-title{font-size:18px!important;font-family:"Open Sans",sans-serif;font-weight:700;margin-bottom:35px;color:#222;align-self:center}.alert-button,.alert-message{font-family:"Open Sans",sans-serif;font-weight:400;align-self:center}.alert-message{font-size:15px!important;color:#666;text-align:center;margin-bottom:35px;line-height:1.6;max-width:100%;overflow:auto}.alert-button{min-width:140px;height:35px;border-radius:20px;font-size:15px;color:#fff;border:none;cursor:pointer;transition:background .5s;padding:0 15px;display:inline-flex;align-items:center;justify-content:center}.alert-button:focus,.cancel-button:focus,.confirm-button:focus{outline:0}.question-buttons{display:flex;flex-direction:row;justify-content:center}.cancel-button,.confirm-button{height:35px;font-weight:400;font-size:15px;padding:0 15px;transition:background .5s;display:inline-flex;align-items:center;min-width:100px;font-family:"Open Sans",sans-serif;color:#fff;cursor:pointer}.confirm-button{border-radius:20px;border:none;margin-right:10px;justify-content:center}.cancel-button{border-radius:20px;border:none;line-height:1.6;justify-content:center}@keyframes open-toast{0%{top:-40px;opacity:0}100%{top:15px;opacity:1}}.toast-container{top:15px;left:50%;transform:translateX(-50%);overflow:hidden;position:fixed;border-radius:5px;box-shadow:0 0 20px rgb(0,0,0,.2);animation:.3s ease-out open-toast;opacity:1;z-index:999999999999}.toast-frame{padding:5px 10px;display:flex;min-width:100px;height:auto;border-top-left-radius:10px;border-top-right-radius:10px;align-items:center}.toast-img{height:20px}.toast-message{font-size:13px!important;font-family:"Open Sans",sans-serif;color:#fff;margin-left:15px}.toast-close{color:rgb(0,0,0,.2);font-family:Dosis,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:color .5s;margin-left:25px}@keyframes timer{0%{width:100%}25%{width:75%}50%{width:50%}75%{width:25%}100%{width:1%}}.toast-timer{width:1%;height:5px}.error-bg{background:#d85261}.success-bg{background:#2dd284}.warning-bg{background:#fa7a24}.question-bg{background:#779ecb}.error-btn:hover,.error-timer{background:#e5a4b4}.success-btn:hover,.success-timer{background:#6edaa4}.warning-btn:hover,.warning-timer{background:#fcecae}.info-btn:hover,.info-timer{background:#c3e6fb}.question-btn:hover{background:#bacee4}.info-bg{background:#88cef7}