.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--info{background:#3498db}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--dark{background:#121212}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto}.Toastify__progress-bar--success{background:#07bc0c}.Toastify__progress-bar--info{background:#3498db}.Toastify__progress-bar--warning{background:#f39c12}.Toastify__progress-bar--error{background:#e74c3c}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d92)}.Toastify__progress-bar--dark{background:#bb86fc}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.Toastify__spin{animation-name:Toastify__spin;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html:not(.dark) .Toastify__toast--dark{background:#fff;color:#1f2733;border:1px solid rgba(15,23,42,.08)}html:not(.dark) .Toastify__toast--dark .Toastify__close-button{color:#1f2733}.Toastify__toast-container{padding:0;z-index:9999!important;position:fixed!important}.Toastify__toast{background:linear-gradient(145deg,rgba(87,70,175,.9),rgba(37,38,43,.98))!important;backdrop-filter:blur(8px);border-radius:.75rem!important;padding:1rem!important;box-shadow:-4px 0 15px rgba(0,0,0,.3);font-weight:500;border:1px solid hsla(0,0%,100%,.15);letter-spacing:.2px;color:#fff!important;direction:rtl;display:flex!important;align-items:center!important;gap:.75rem!important;cursor:pointer!important;pointer-events:all!important;position:relative!important}.Toastify__toast:hover{background:linear-gradient(145deg,rgba(123,97,255,.9),rgba(87,70,175,.9))!important;box-shadow:-4px 0 20px rgba(123,97,255,.4)}.Toastify__toast--error,.Toastify__toast--info,.Toastify__toast--success,.Toastify__toast--warning{background:linear-gradient(145deg,rgba(87,70,175,.9),rgba(37,38,43,.98))!important;box-shadow:-4px 0 15px rgba(123,97,255,.3)}.Toastify__toast--error:hover,.Toastify__toast--info:hover,.Toastify__toast--success:hover,.Toastify__toast--warning:hover{background:linear-gradient(145deg,rgba(123,97,255,.9),rgba(87,70,175,.9))!important;box-shadow:-4px 0 20px rgba(123,97,255,.4)}.Toastify__toast-icon{color:#d8b4fe!important;margin:0!important;padding:8px!important;width:20px!important;height:20px!important;flex-shrink:0!important}.Toastify__toast-body{font-family:inherit;line-height:1.5;font-size:.9375rem;margin:0!important;padding:0!important;text-align:right;flex:1!important}.Toastify__progress-bar{background:linear-gradient(90deg,rgba(123,97,255,.6),rgba(123,97,255,0))!important;height:3px!important;border-radius:1.5px!important;bottom:-1px!important;pointer-events:none!important;z-index:0!important}.Toastify__close-button{color:hsla(0,0%,100%,.7)!important;opacity:.7;transition:all .2s ease;padding:0!important;margin:0!important;flex-shrink:0!important;background:transparent!important;border:none!important;cursor:pointer!important;pointer-events:all!important;position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important}.Toastify__close-button:hover{opacity:1;color:#d8b4fe!important;transform:scale(1.1)}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--bottom-right{animation:slideInUp .3s cubic-bezier(.4,0,.2,1) forwards}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--bottom-right{animation:slideOutDown .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}html:not(.dark) .Toastify__toast{background:#fff!important;color:#1f2733!important;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 32px rgba(15,23,42,.14)}html:not(.dark) .Toastify__toast:hover{background:#fff!important;box-shadow:0 16px 40px rgba(15,23,42,.18)}html:not(.dark) .Toastify__toast--error,html:not(.dark) .Toastify__toast--info,html:not(.dark) .Toastify__toast--success,html:not(.dark) .Toastify__toast--warning{background:#fff!important;box-shadow:0 12px 32px rgba(15,23,42,.14)}html:not(.dark) .Toastify__toast--error:hover,html:not(.dark) .Toastify__toast--info:hover,html:not(.dark) .Toastify__toast--success:hover,html:not(.dark) .Toastify__toast--warning:hover{background:#fff!important;box-shadow:0 16px 40px rgba(15,23,42,.18)}html:not(.dark) .Toastify__toast-icon{color:#7c3aed!important}html:not(.dark) .Toastify__progress-bar{background:linear-gradient(90deg,rgba(124,58,237,.6),rgba(124,58,237,0))!important}html:not(.dark) .Toastify__close-button{color:rgba(15,23,42,.5)!important}html:not(.dark) .Toastify__close-button:hover{color:#7c3aed!important}