.anonymous-account .anonymous-account-background{background-color:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;right:0;left:0;z-index:100}.anonymous-account .anonymous-account-content{position:fixed;bottom:0;right:0;left:0;z-index:110;background-color:#fff;padding:30px 25px;border-top-left-radius:15px;border-top-right-radius:15px}.anonymous-account .anonymous-account-content .content__text{padding:0 10px}.anonymous-account .anonymous-account-content .content__text span{font-weight:700;font-size:18px}.anonymous-account .anonymous-account-content .content__buttons{display:flex;gap:15px;margin-top:28px}.anonymous-account .anonymous-account-content .content__buttons .action-button{flex:1;border:0;padding:10px;border-radius:7px;font-size:16px}.anonymous-account .anonymous-account-content .content__buttons .action-button-primary{background-color:#00adeb;font-weight:600;color:#fff}.anonymous-account .anonymous-account-content .content__buttons .action-button-close{background-color:#efefef;color:#c14747}.anonymous-account-open .anonymous-account-background{animation:openBackgroundAnonymous .3s ease-out}.anonymous-account-open .anonymous-account-content{animation:openSheetAnonymous .3s ease-out}.anonymous-account-close .anonymous-account-background{animation:closeBackgroundAnonymous .3s ease-out;opacity:0}.anonymous-account-close .anonymous-account-content{animation:closeSheetAnonymous .3s ease-out;transform:translateY(100%)}@keyframes openSheetAnonymous{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes closeSheetAnonymous{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes openBackgroundAnonymous{0%{opacity:0}to{opacity:1}}@keyframes closeBackgroundAnonymous{0%{opacity:1}to{opacity:0}}