/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width: 360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}[data-overlay=live-counter][hidden]{display:none}[data-your-number-dialog]::backdrop{background:#111827a6}.toastify.mauribac-result-toast{box-sizing:border-box;width:calc(100% - 2rem);max-width:28rem;border:1px solid rgb(55 65 81);border-radius:.75rem;background:#111827;box-shadow:0 12px 28px #1118273d;color:#fff;cursor:default;direction:inherit;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,ui-sans-serif,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5;text-align:start}.mauribac-result-toast .toast-close{flex:none;padding:0;color:inherit;line-height:1.5;opacity:.7}@media (prefers-color-scheme: dark){.toastify.mauribac-result-toast{border-color:#d1d5db;background:#f3f4f6;box-shadow:0 12px 28px #0006;color:#111827}}.global-live-counter-pill{display:inline-flex;align-items:center;gap:.5rem;min-height:1.75rem;padding:.25rem .75rem;border-radius:9999px;background:#111827;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,ui-sans-serif,sans-serif;font-size:.875rem;font-weight:700;line-height:1;white-space:nowrap}.global-live-counter-dot-wrap{position:relative;display:inline-flex;width:.625rem;height:.625rem;flex:0 0 auto}.global-live-counter-dot,.global-live-counter-ping{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px}.global-live-counter-dot{background:#ef4444;animation:global-live-counter-dot-blink 1s ease-in-out infinite}.global-live-counter-ping{background:#ef4444;animation:global-live-counter-ping 1.4s cubic-bezier(0,0,.2,1) infinite}.global-live-counter-connecting .global-live-counter-dot,.global-live-counter-connecting .global-live-counter-ping{background:#eab308}.global-live-counter-offline .global-live-counter-dot{background:#6b7280}.global-live-counter-label{letter-spacing:0}.global-live-counter-number{min-width:1.5rem;text-align:start}@keyframes global-live-counter-dot-blink{0%,to{opacity:1}50%{opacity:.35}}@keyframes global-live-counter-ping{75%,to{transform:scale(2);opacity:0}}
