/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify{color:#fff;opacity:0;cursor:pointer;z-index:2147483647;background:linear-gradient(135deg,#73a5ff,#5477f5);border-radius:2px;max-width:calc(50% - 20px);padding:12px 20px;text-decoration:none;transition:all .4s cubic-bezier(.215,.61,.355,1);display:inline-block;position:fixed;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d}.toastify.on{opacity:1}.toast-close{color:#fff;cursor:pointer;opacity:.4;background:0 0;border:0;padding:0 5px;font-family:inherit;font-size:1em}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{border-radius:2px;width:1.5em;height:1.5em;margin:-7px 5px}.toastify-center{max-width:-moz-fit-content;margin-left:auto;margin-right:auto;left:0;right:0}@media only screen and (width<=360px){.toastify-right,.toastify-left{max-width:fit-content;margin-left:auto;margin-right:auto;left:0;right:0}}[data-tg-tour]{scroll-margin:30px 0}.tg-backdrop{z-index:99;border:1px solid #c1c0e880;border-radius:7px;justify-content:center;align-items:center;width:0;height:0;display:none;position:absolute;top:50vh;left:50vw;box-shadow:0 0 1px 2px #212121cc,0 0 0 1000vh #212121cc}.tg-backdrop.tg-backdrop-animate{transition:all .3s}.tg-backdrop.allow-interaction{pointer-events:none}.tg-dialog{color:#252525;z-index:9999;background:#fff;border-radius:12px;width:max-content;max-width:340px;min-height:120px;padding:0;font-size:.9rem;animation-delay:.1s;display:none;position:absolute;top:0;left:0}.tg-dialog .tg-dialog-header{align-items:center;padding:25px 25px 0;display:flex}.tg-dialog .tg-dialog-header .tg-dialog-title{margin-right:auto;font-size:1rem;font-weight:700}.tg-dialog .tg-dialog-header .tg-dialog-title+.tg-dialog-body{padding:18.75px 25px}.tg-dialog .tg-dialog-header .tg-dialog-close-btn{opacity:.4;cursor:pointer;white-space:nowrap;width:12px;height:12px;margin-left:10px}.tg-dialog .tg-dialog-header .tg-dialog-close-btn:hover{opacity:8}.tg-dialog .tg-dialog-header .tg-dialog-close-btn:focus{opacity:1}.tg-dialog .tg-dialog-header .tg-dialog-spinner{opacity:.4;margin-top:-1px;animation:1s linear infinite tg-spin;display:none}@keyframes tg-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.tg-dialog .tg-dialog-progress-bar{background:#f1f1f1;height:5px;margin-top:18.75px;display:block;position:relative}.tg-dialog .tg-dialog-progress-bar>.tg-bar{background:#414144;min-width:4px;height:100%;transition:all .3s;display:block;position:absolute;top:0;left:0}.tg-dialog .tg-dialog-body{padding:25px;font-weight:400}.tg-dialog .tg-dialog-dots{border-top:1px solid #dedee7;border-bottom:1px solid #dedee7;justify-content:center;align-items:center;margin-bottom:10px;padding:15px 0;display:flex}.tg-dialog .tg-dialog-dots>span.tg-dot{background:#c2c7ce;border-radius:12px;width:9px;height:9px;margin:0 4px;display:inline-block}.tg-dialog .tg-dialog-dots>span.tg-dot.tg-dot-active{background:#5362d9}.tg-dialog .tg-dialog-footer{align-items:center;padding:12.5px 25px 25px;display:flex}.tg-dialog .tg-dialog-footer button.tg-dialog-btn{color:#6f727e;white-space:nowrap;border:1px solid #cbcfd5;border-radius:4px;padding:5px 10px;font-size:.82rem;font-weight:500}.tg-dialog .tg-dialog-footer button.tg-dialog-btn+button{margin-left:auto}.tg-dialog .tg-dialog-footer button.tg-dialog-btn.disabled{pointer-events:none;opacity:.6}.tg-dialog .tg-dialog-footer button.tg-dialog-btn:hover{color:#464852;box-shadow:none;border:1px solid #b5b7c2;outline:none}.tg-dialog .tg-dialog-footer button.tg-dialog-btn:focus{box-shadow:none;outline:none}.tg-dialog .tg-dialog-footer button.tg-dialog-btn:active{color:#4655cb;box-shadow:none;background:#f1f2ff;border:1px solid #5362d9;outline:none}.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup{text-align:center;margin:0 auto;padding:0 10px;line-height:1}.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-step-progress{opacity:.4;letter-spacing:1px;margin:0 auto;font-size:.78rem;font-weight:700;display:inline-block}.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots{border:none;margin:0;padding:0}.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots>span.tg-dot{width:8px;height:8px;margin:0 3px}.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots+.tg-step-progress{margin-top:10px;font-size:.68rem}.tg-dialog .tg-arrow{background:#fff;border-radius:1px;width:9px;height:9px;position:absolute;transform:rotate(45deg)}.tg-dialog.tg-dialog-fixed{transition:none;animation-delay:0s}.tg-dialog.animate-position{transition:all .3s}.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-title{opacity:.4}.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-close-btn{display:none}.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-spinner{display:inline-block}.tg-dialog.tg-dialog-loading .tg-dialog-body{opacity:.4;pointer-events:none}.tg-dialog.tg-dialog-loading .tg-dialog-footer{pointer-events:none;opacity:.4}.tg-no-interaction *{pointer-events:none!important;user-select:none!important}.tg-no-interaction .tg-dialog,.tg-no-interaction .tg-active-element,.tg-dialog *,.tg-active-element *{pointer-events:auto!important;user-select:text!important}