.show-loader{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;position:fixed;top:0;left:0;z-index:999;background:rgba(0,0,0,0)}.loading-text{font-size:1.5rem;font-weight:700;color:#fff}.loader-effect{animation:zoom-in-out 1.5s ease-in-out infinite;width:350px;height:350px;-o-object-fit:contain;object-fit:contain}@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)}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.toast-container{width:265px;height:64px;padding:9px 2px;border-radius:22px;border:1px solid #427f00;color:#9ea0a3;font-size:12px;line-height:12px;transition:transform .2s ease;display:flex;justify-content:center;align-items:center;text-align:center;word-break:break-word;overflow-wrap:anywhere;white-space:normal;height:auto}.toast-cancel-btn{display:flex;align-items:center;font-weight:900;font-size:15px;cursor:pointer}.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{font-size:15px;padding:4px;text-align:center;color:#fff;line-height:17px}.react-toast-notifications__container{overflow:visible!important;width:265px;z-index:9999!important}@media screen and (max-width: 460.98px){.toast-container{width:271px;height:60px;font-size:10px;line-height:10px}.toast-cancel-btn{font-size:15px}}*,*:before,*:after{box-sizing:border-box}
