.toast-wrapper{z-index:9999;text-align:center;border-radius:30px;padding:12px 22px;font-size:14px;animation:.3s ease-out toastIn;position:fixed;bottom:40px;left:50%;transform:translate(-50%);color:#fff!important}.toast-wrapper.info{background:#000000d9}.toast-wrapper.success{background:#16a34a}.toast-wrapper.error{background:#e90606}.toast-wrapper.warning{background:#ffb300;color:#000!important}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.toast-wrapper.session-expired{border-radius:10px;width:100%;max-width:300px;height:70px;padding:10px;animation:.3s ease-out toastIn;background-color:#000!important}.toast-wrapper.session-expired .toast-wrapper-body{text-align:center;justify-content:center;align-items:center;gap:20px;width:100%;height:100%;display:flex}.message-toast{text-align:center}.toast-wrapper-body .buttonsBody{gap:5px;display:flex}.toast-wrapper.session-expired .toast-wrapper-body .btn-required{text-wrap:nowrap;background-color:red;border:none;border-radius:20px;padding:5px 10px;font-size:12px}.toast-wrapper.session-expired .toast-wrapper-body .btn-required.loginBtnReq{color:#000;background-color:#fff}
.NotifyUserV2{z-index:1;color:#fff;background-color:#000;border-radius:10px;justify-content:center;align-items:center;width:200px;height:50px;display:flex;position:fixed;bottom:10px;left:10px}
