.requestToast{position:fixed;top:44px;left:50%;transform:translateX(-50%);width:276px;height:120px;padding:20px;box-sizing:border-box;border-radius:16px;border:1px solid rgba(40,45,60,.03);background:#1C2B5E;backdrop-filter:blur(51px);-webkit-backdrop-filter:blur(51px);display:flex;flex-direction:column;gap:10px;z-index:5000;cursor:pointer}.requestToast__icon{width:24px;height:24px;display:block}.requestToast__text{width:236px;height:46px;font-family:Inter Display,Inter,system-ui,sans-serif;font-weight:400;font-size:14px;line-height:23px;letter-spacing:0;color:#ffffff;display:block}