.show-loader{align-items:center;background:#0000;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.loading-text{color:#fff;font-size:1.5rem;font-weight:700}.loader-effect{animation:zoom-in-out 1.5s ease-in-out infinite;height:350px;object-fit:contain;width:350px}@media screen and (max-width:575.98px){.loader-effect{max-height:150px;max-width:150px}}@keyframes zoom-in-out{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.toast-container{align-items:center;border:1px solid #427f00;border-radius:22px;color:#9ea0a3;display:flex;font-size:12px;height:64px;height:auto;justify-content:center;line-height:12px;overflow-wrap:anywhere;padding:9px 2px;text-align:center;transition:transform .2s ease;white-space:normal;width:265px;word-break:break-word}.toast-cancel-btn{align-items:center;cursor:pointer;display:flex;font-size:15px;font-weight:900}.toast-animation-entering{transform:translateY(20%)}.toast-animation-entered{transform:translateY(-20%)}.toast-animation-exiting{transform:translateY(20%)}.toast-animation-exited{transform:translateY(-20%);visibility:hidden}.success-message-toast{color:#fff;font-size:15px;line-height:17px;padding:4px;text-align:center}.react-toast-notifications__container{overflow:visible!important;width:265px;z-index:9999!important}@media screen and (max-width:460.98px){.toast-container{font-size:10px;height:60px;line-height:10px;width:271px}.toast-cancel-btn{font-size:15px}}